Fedora Core 4 (Grub and Windows XP)

This is a discussion about Fedora Core 4 (Grub and Windows XP) in the Everything Linux category; I have a windows xp system (/dev/hda) and a 250 Gig /dev/hdb on which I tried to install FC 4 - It installed FC 4 OK (so I thought) - when it installed GRUB, I asked it to put is on /dev/hda (MBR) (I know, perhaps I should not have) - at the very end of the installation, there was one complaint (forgot what it was) ...

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar17.webp

1 Posts
Location -
Joined 2006-01-28
I have a windows xp system (/dev/hda) and a 250 Gig /dev/hdb on which I tried to install FC 4 - It installed FC 4 OK (so I thought) - when it installed GRUB, I asked it to put is on /dev/hda (MBR) (I know, perhaps I should not have) - at the very end of the installation, there was one complaint (forgot what it was) - yet the message was "installation complete" - reboot after taking the disk out - I did
 
I get
 
grub>
 
A text screen
 
I figured out
 
rootnoverify (hd0,1)
chainloader +1
boot
 
gets me into windows xp
 
BUT I cannot boot FC4!!
 
root (hd1,1)
kernel /vmlinuz /initrd root=/dev/hdb3
boot
 
(Using linux rescue, I created softlinks for vmlinuz and initrd from vmlinuz-etc-etc)
 
kernel panics on the root directory (which is /dev/hdb3, I checked using linux rescue)
 
I mean ... Why did I not get the "nice" GRUB interface? (arrow down/up to choose what you want) (I had that with FC3)
 
(System - Dell/sorry - do not have all details)
 
(Oh, for GRUB I did not have any option for LBA (?) (pass options during boot?) (should I have? Was not necessary for FC3) (Am I confused or what!)
 

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jan 28
Created
Jan 28
Last Response
0
Likes
2 minutes
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
Change your grub entires to;
 
root (hd1,2)
kernel /vmlinuz root=/dev/hdb3
initrd /initrd
boot
 
As long as you are sure that you created your symlinks correctly.
 
How did you check where the root directory was?
 
It would have also been helpful to know what the error message was that you received during the installation phase.
 
Once you get into Fedora, please post your /boot/grub/device.map content.
 
What computer system (make and model) are you installing Fedora onto?