- Oct 25, 2002
- 477
- 0
- 0
I have recently installed ubuntu on a 2nd (slave) HD in my home PC, Windows XP is installed on the master HD. I opted to install the GRUB loader on the 2nd HD only, and not alter the Windows MBR. If I switch the BIOS settings to look to the slave HD 1st, I get the grub menu and ubuntu loads fine. If I choose to bot XP, I get the following error
filesystem type unknown, partition type 0x7
I have googled and found a few suggestions to try adding the following lines to the GRUB menu.lst
title Windows XP
map (hd0)(hd1)
map (hd1)(hd0)
rootnoverify (hd1,0)
chainloader +1
I think this has something to do with Windows needing to "think" it is located on the primary drive & partition. I am confused how the "map" command works, does it tell windows it is on a diff drive just for booting purposess? I am going to give this a shot when I get home.
Incidentally, if I switch the BIOS to load the master HD 1st, GRUB doesn't even come up at all and XP boots normally, is this because during booting the slave HD isn't even "seen" as it boots from the master drive w/ XP first?
Thanks a lot
CLIFFS
what does
map (hd0)(hd1)
map (hd1)(hd0)
do in the GRUB menu.lst under the Windows XP section?
filesystem type unknown, partition type 0x7
I have googled and found a few suggestions to try adding the following lines to the GRUB menu.lst
title Windows XP
map (hd0)(hd1)
map (hd1)(hd0)
rootnoverify (hd1,0)
chainloader +1
I think this has something to do with Windows needing to "think" it is located on the primary drive & partition. I am confused how the "map" command works, does it tell windows it is on a diff drive just for booting purposess? I am going to give this a shot when I get home.
Incidentally, if I switch the BIOS to load the master HD 1st, GRUB doesn't even come up at all and XP boots normally, is this because during booting the slave HD isn't even "seen" as it boots from the master drive w/ XP first?
Thanks a lot
CLIFFS
what does
map (hd0)(hd1)
map (hd1)(hd0)
do in the GRUB menu.lst under the Windows XP section?
