Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I just installed redhat 9 and want to dual boot with xp. I tried grub and lilo (on the mbr) and neither works, grub it just prints grub on the screen and hangs and lilo prints the li and thats it.
I have worked with both boot loaders before and am experienced with configuring them but here is what makes things different...
My xp is on and ide (hda) and my linux is on a scsi disk (sda)
Do you think it could have something to do with the bios not seeing the scsi disk correctly or something to that effect?
The device.map is ok, in grub it is listed as hd2 (points to sda) I am stumped
Here's my grub.conf
default=2
timeout=10
splashimage=(hd2,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-18.9)
root (hd2,0)
kernel /vmlinuz-2.4.20-18.9 ro root=LABEL=/
initrd /initrd-2.4.20-18.9.img
title Red Hat Linux (2.4.20-8)
root (hd2,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title DOS
rootnoverify (hd0,0)
chainloader +1
Here is my device.map
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0) /dev/hda
(hd2) /dev/sda
You will want to install Windows XP first leaving space for Red Hat. Windows needs to mess with the MBR so I think it will work better if you install Windows first and then Red Hat putting GRUB into the MBR.
I have a dual boot on my notebook of RH9 and Win98.
I know this isn't greatly helpful because you probably don't want to reinstall, so sorry I can't help you otherwise. BTW I don't think it is a problem with your grub.conf, it looks good to me.
The problem seems to lie in the scsi disk (where rh is installed) xp is on an ide disk. It is almost as if some drivers for the scsi disk arent being loaded or something. I get error 17 now after reinstalling grub, which I guess means it doesnt recognize the file system. Another note, I am running a scsi dvd and hd off the same card, i thought maybe grub was trying to load linux off the dvd drive so I bumped the hd id to 0 to make sure it was first in the chain. Dont know its back to the drawing board.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.