Dual Boot problem, 2 HDDs 1-XPpro 2-FC5
This is a discussion about Dual Boot problem, 2 HDDs 1-XPpro 2-FC5 in the Everything Linux category; I need advice with finishing installing FC5. During installation when it goes to reboot, XP loads and I do not get an option. Two HDDs Master-Active-XPpro Slave-FC5 I did choose for GRUB to be in MBR.
I need advice with finishing installing FC5. During installation when it goes to reboot, XP loads and I do not get an option.
Two HDDs
Master-Active-XPpro
Slave-FC5
I did choose for GRUB to be in MBR.
2nd drive shows Slave as empty with RAW file type.
What do I do next? Thanks greatly.
Two HDDs
Master-Active-XPpro
Slave-FC5
I did choose for GRUB to be in MBR.
2nd drive shows Slave as empty with RAW file type.
What do I do next? Thanks greatly.
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Apr 23
May 19
0
3 minutes
Responses to this topic
You most likely installed the Linux bootloader on the secondary drive, not the MBR of your boot drive. See my article here.
Quote:2nd drive shows Slave as empty with RAW file type.
What utility did you use to view the second drive? If from within Windows Computer Management, undersand that Windows does not see the partitions as you would expect.
What type of filesystem did you select during the FC5 installation? The default?
Are both your hard drivers IDE drives or one or both sata drives?
Let us know if this helps.
Quote:2nd drive shows Slave as empty with RAW file type.
What utility did you use to view the second drive? If from within Windows Computer Management, undersand that Windows does not see the partitions as you would expect.
What type of filesystem did you select during the FC5 installation? The default?
Are both your hard drivers IDE drives or one or both sata drives?
Let us know if this helps.

OP
Oops. Pressed the wrong key.
"Remove all partitions". Selected GRUB on /dev/hda. Fedora as default.
Both HDD are IDE on a Gateway Desktop.
I read the article, still no dual boot options. It still goes straight to XP.
"Remove all partitions". Selected GRUB on /dev/hda. Fedora as default.
Both HDD are IDE on a Gateway Desktop.
I read the article, still no dual boot options. It still goes straight to XP.

OP
I got into the linux rescue and chroot /mnt/sysimage, and type grub-install /dev/hda. It responded with.../dev/hdb1 does not have any corresponding BIOS drive. So i tried the grub bug changes...It responded Error: 23 error while parsing number. I'm stumped.
As I suspected, Fedora treated the installation, as you did it, as if you had one hard drive in the system.
So now you have Grub booting, but with an error, as both drives are not set up in the /boot/device.map file for Grub.
Try getting back into rescue mode and chroot, then try;
grub-install --recheck /dev/hda
...and see what happens when you reboot.
All this assumes that the second hard drive is primary slave, as you said.
So now you have Grub booting, but with an error, as both drives are not set up in the /boot/device.map file for Grub.
Try getting back into rescue mode and chroot, then try;
grub-install --recheck /dev/hda
...and see what happens when you reboot.
All this assumes that the second hard drive is primary slave, as you said.

OP
Failed. No such file or directory.
I have found if I press F8 while startup I get the boot option but with only the option for XP to choose from.
I have found if I press F8 while startup I get the boot option but with only the option for XP to choose from.
Did you get into the chroot enviroment, using the Fedora 1st install disk before trying the fix?
After booting to the command menu;
linux rescue
then when you get to a command line, after making sure you are root user;
chroot /mnt/sysimage
The syntax is also very important, so check it carefully.
grub-install (space) --recheck (space) /dev/hda
Quote:I have found if I press F8 while startup I get the boot option but with only the option for XP to choose from.
Do you mean that you get the Windows safe mode by pushing f8 while the system is booting, or otherwise?
Look at this thread for a detailed synopsis.
After booting to the command menu;
linux rescue
then when you get to a command line, after making sure you are root user;
chroot /mnt/sysimage
The syntax is also very important, so check it carefully.
grub-install (space) --recheck (space) /dev/hda
Quote:I have found if I press F8 while startup I get the boot option but with only the option for XP to choose from.
Do you mean that you get the Windows safe mode by pushing f8 while the system is booting, or otherwise?
Look at this thread for a detailed synopsis.

OP
Ah, finally it is fixed.
I enter the /boot/grub/ file and the boot/grub was commented out. So I uncomment the line and everything is working fine. Thanks for your help.
I enter the /boot/grub/ file and the boot/grub was commented out. So I uncomment the line and everything is working fine. Thanks for your help.