I am currently dual booting Windows XP and Ubuntu on my desktop and lucky me, I reinstalled Windows and lost the ability to boot into Ubuntu. In the likely chance that this will eventually happen to you, here's how you do it.
Insert your Ubuntu live installation CD and start a new Terminal session. Type this:
sudo grubThis starts the GRUB console. The prompt should change to look like this: "grub> ". Now type:
find /boot/grub/stage1This should return something that looks like this: "(hd0,0)". Remember what the numbers are. In my case both were zeros but it could be different for you. Now type these commands:
root (hd0,0)Make sure the values you enter correspond to the response you received earlier. That should fix your booting problems. Now just restart and you should be able to boot into your Linux installation.
setup (hd0)
quit
What a great post! Just one suggestion:If you add some pics, it would be easiler to follow!
ReplyDeleteBy Jordan 4
What a great post! Just one suggestion:If you add some pics, it would be easiler to follow!
ReplyDeleteBy Jordan 4