Thursday, February 8, 2007

Dual-Booting Ubuntu 6.10 and Windows XP Professional, Part III

I was able to run Ubuntu again after re-installing GRUB.

To re-install grub I had to boot from a Live CD, open terminal and type these commands:

sudo -i
grub
find /boot/grub/stage1 // this output: hd(0,0)
root hd(0,0)
setup hd(0,0)
quit

This information can also be found at: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows

Now, I am going to re-install Windows, after downloading the drivers I forgot I needed for it. Then, I will figure out how to make dual-booting work.

No comments: