Re: Not booting into Linux after install
OK.
Was there also a menu.lst under /boot/grub? If so, can you copy paste the important parts of it here (title Kubuntu--root--kernel--initrd, about 4 lines located right under ***Begin Automagic kernels list_
and/or (in case I'm gone for awhile, before I return) ...
Try re-installing GRUB from the Live CD. This many times does the trick.
Just like I said above somewhere:
So you have just the one hard drive, and Kubuntu is on the first partition of it, right.
If so, boot from the Live Kubuntu CD.
Open Konsole.
Type
sudo grub
At the GRUB prompt, grub>, issue these commands, each followed by Enter:
grub> find /boot/grub/stage1
That should return some expression (hdx,y) (hard drive x, partition y, where the counting starts from zero, so the first hard drive is hd0 and the first partition is partition is y = 0). It should read: (hd0,0).
Use that exact same expression here:
grub> root (hd0,0)
grub> setup (hd0)
grub> quit
$exit
Exit out of the Live CD, eject and remove the CD when prompted, re-boot to see what happens.
(Did that setup (hd0) result in a “successful” install – you didn't see the expression “failed but not fatal” did you?)
OK.
Was there also a menu.lst under /boot/grub? If so, can you copy paste the important parts of it here (title Kubuntu--root--kernel--initrd, about 4 lines located right under ***Begin Automagic kernels list_
and/or (in case I'm gone for awhile, before I return) ...
Try re-installing GRUB from the Live CD. This many times does the trick.
Just like I said above somewhere:
So you have just the one hard drive, and Kubuntu is on the first partition of it, right.
If so, boot from the Live Kubuntu CD.
Open Konsole.
Type
sudo grub
At the GRUB prompt, grub>, issue these commands, each followed by Enter:
grub> find /boot/grub/stage1
That should return some expression (hdx,y) (hard drive x, partition y, where the counting starts from zero, so the first hard drive is hd0 and the first partition is partition is y = 0). It should read: (hd0,0).
Use that exact same expression here:
grub> root (hd0,0)
grub> setup (hd0)
grub> quit
$exit
Exit out of the Live CD, eject and remove the CD when prompted, re-boot to see what happens.
(Did that setup (hd0) result in a “successful” install – you didn't see the expression “failed but not fatal” did you?)
Comment