Dual Boot problem, 2 HDDs 1-XPpro 2-FC5

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.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar07.webp

6 Posts
Location -
Joined 2007-04-22
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.
 

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
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.

data/avatar/default/avatar07.webp

6 Posts
Location -
Joined 2007-04-22
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.
 

data/avatar/default/avatar07.webp

6 Posts
Location -
Joined 2007-04-22
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.

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
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.

data/avatar/default/avatar07.webp

6 Posts
Location -
Joined 2007-04-22
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.

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
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.

data/avatar/default/avatar07.webp

6 Posts
Location -
Joined 2007-04-22
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.