GRUB install problem, dual boot with XP

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Boo
Level 7
Level 7
Posts: 1633
Joined: Mon Mar 26, 2007 7:48 am

Post by Boo »

since you only have 2 linux partitions grub and boot files are in your / partition, nothing goes in swap.
the installer would (should) have changed the MBR (master boot record) on your master hard disk to put a grub there from the / partion.

if you reinstall windows it will overwrite the MBR and you will get no boot loader. but you can restore the MBR using the live CD and using the grub commad.

you need to know where grub is. i expect it is in the second partition on your master disk hd0,1 or sda1.
in a terminal run:
# grub
# root (hd0,1)
# setup (hd0)
# quit

reboot and hopefully that fixed it.

:D
Locked

Return to “Installation & Boot”