PDA

View Full Version : [SOLVED] Windows 7 replacing XP in dual boot



mikeody
January 12th, 2010, 10:22 AM
Hello All,
There has been lots written recently on this subject but I am still very confused and am asking for help.
I have Karmic on one drive and XP on a second drive dual booting perfectly and I am very happy. Both drives have been backed up.
I now have a new copy of Windows 7 and want to simply replace XP with Windows 7 whilst maintaining dual boot.
Can anyone please give me a list of actions required - or point me to somewhere that I can find such a list ?
I felt fairly comfortable with GRUB 1 but GRUB 2 is somewhat an unknown quantity for me.
Thanks.

x33a
January 12th, 2010, 10:34 AM
I think windows 7 will overwrite your mbr and then you'll simply have to reinstall grub.

you could give supergrubdisk a try.

e-Gee
January 12th, 2010, 10:52 AM
After installing windows 7 just boot from live cd and from terminal tipe this :

sudo fdisk -l

sudo mount /dev/sda1 /mnt

sudo grub-install -–root-directory=/mnt/ /dev/sda

and restart computer on first boot in to ubuntu go to terminal and type :

sudo update-grub

And that is it

mikeody
January 12th, 2010, 12:47 PM
Thanks e-Gee,
All seemed to go well until :
"and restart computer on first boot into Ubuntu go to terminal and type : sudo-update grub"

Windows 7 installed successfully and I worked thru the instructions via a terminal on the live cd. I removed CD and then restarted.

I then get :

GRUB loading
error : file not found
grub rescue >

How do I actually get to "update-grub" ?
Thanks.