Quote:
|
Originally Posted by miros84
title Microsoft Windows xp
root (hd0,2)
savedefault
makeactive
chainloader +1
|
Hello miros84,
My best guess is the (hd0,2) is the wrong partition. Maybe posting your fdisk report would be helpful.
P.S.: The
root command makes GRUB attempt to mount the partition, but it cannot mount an NTFS partition which is likely the Windows partition type in your case. It will work as you have it, but the
rootnoverify command is traditionally used instead when GRUB cannot mount the partition. No use making GRUB attempt to mount a partition that it cannot mount. The
savedefault command only works when the
default=0 command is set to
saved. It's a neat idea that makes the last chosen OS the new default, but it's doing nothing at the moment. So you can remove that. And the
makeactive command is an archaic command that was only needed by ancient operating systems like DOS. It's never needed by a modern Windows system. You should remove it, too.