I am having trouble getting Kubuntu to boot on it's own. When I attempt to start the system without the help of the Kubuntu CD, booting from Hard Disk before CD; the system fails to boot from HD then continues to attempt to boot from CD over and over again. If I tell the BIOS to only try to boot from hard disk I just get a blinking cursor for ever. If I use the CD and select "Boot from hard disk first" I get the message:
And everything boots up fine.
When I attempt to install GRUB using:
I get an error "Invalid device '/dev/hda'"
however, when I install it using:
I get "Installation Finished. No Errors Reported..."
I check my device.map file for errors and the only line in the file is:
This doesn't seem right to me however since my HD is Western Digital WD1600JB 160 GB, which should be hda, not sda right? I'm so confused atm
Code:
Booting from local disk GRUB loading
When I attempt to install GRUB using:
Code:
grub-install /dev/hda
however, when I install it using:
Code:
grub-install /dev/sda
I check my device.map file for errors and the only line in the file is:
Code:
(hd0) /dev/sda
Comment