I just reinstalled Kubuntu 7.10. I changed my partitions around, they are setup as follows:
/dev/hdc
-- hdc1: ext3 Storage
-- hdc2: swap Swap
/dev/sdb
-- sdb1: ext3 /
-- sdb2: ext3 /home
/dev/sda
-- sda: Windows XP
The install went fine, after it finished when I rebooted, I got an error loading grub, error 15, stage 1.5 or something along those lines.
The drives are setup with hdc being hd0, sda being hd1 and sdb being hd2.
So I checked my menu.lst file after booting from the live cd and it had Kubuntu set to boot from hd1, which is wrong, so i set it to hd2,0 which is correct. I saved the file.
Then i ran the following:
sudo grub
root (hd2,0)
setup (hd1)
quit
No errors there, everything looking good. So i restart, it comes up to the Grub loaded and all it says is:
GRUB
Thats it. I have no idea what to do now, i don't know why it isn't working, i'm going to post a link to my menu.lst file and maybe someone will know whats wrong.
http://pastebin.com/m655094e3
/dev/hdc
-- hdc1: ext3 Storage
-- hdc2: swap Swap
/dev/sdb
-- sdb1: ext3 /
-- sdb2: ext3 /home
/dev/sda
-- sda: Windows XP
The install went fine, after it finished when I rebooted, I got an error loading grub, error 15, stage 1.5 or something along those lines.
The drives are setup with hdc being hd0, sda being hd1 and sdb being hd2.
So I checked my menu.lst file after booting from the live cd and it had Kubuntu set to boot from hd1, which is wrong, so i set it to hd2,0 which is correct. I saved the file.
Then i ran the following:
sudo grub
root (hd2,0)
setup (hd1)
quit
No errors there, everything looking good. So i restart, it comes up to the Grub loaded and all it says is:
GRUB
Thats it. I have no idea what to do now, i don't know why it isn't working, i'm going to post a link to my menu.lst file and maybe someone will know whats wrong.
http://pastebin.com/m655094e3
Comment