?
2011-06-04 01:05:06 UTC
grub> _
I did some research on how to go about loading the kernel and booting an operating system, but I keep getting errors, namely:
Error 18: Selected cylinder exceeds maximum supported by BIOS
I did this to get that error:
grub> find /boot/grub/stage1
(hd0,0)
grub> root (hd0,0)
grub> kernel (hd0,0)/vmlinuz
I also tried to boot into the Windows OS by chainloading, which seems promising until it just goes directly back into the grub command line, as such:
grub> root (hd0,0)
grub> chainloader +1
grub> boot
Starting up...
GRUB loading stage2...
grub>
--
I'm not a big Linux user and I don't have any experience dual booting operating systems, so any help or advice anyone can give on how to resolve this issue would be greatly appreciated!!