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




that sucked lol.
). If you are not sure, then have the installer put GRUB somewhere safe (like in the root partition of Kubuntu). Then after installation, get in there (with live CD or perhaps, sometimes, using “c”), and re-install GRUB to the proper MBR, which is what we were trying to do here. BTW, don't pay too much attention to your device.map: your native GRUB—the one you see when you boot up—does not even look at device.map; it detects the drive properly from BIOS each time. Only the grub shell that runs as a program inside Kubuntu looks at device.map.
Comment