LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   configuring grub (https://www.linuxquestions.org/questions/linux-newbie-8/configuring-grub-35481/)

Santos L Halper 11-14-2002 04:18 PM

configuring grub
 
I am running RedHat 8.0, and just stuck in a 2nd hard drive that has Windows ME on it as the secondary master. I'm having problems configuring my grub.conf file to be able to dual-boot. Could someone tell me what I need to put in my grub.conf, or direct me to a gui grub configurator program?

bulliver 11-15-2002 12:02 PM

This is my grub.conf, for dual booting with win95.

default=0
timeout=30
splashimage=(hd1,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
root (hd1,0)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdd=ide-scsi
initrd /initrd-2.4.18-14.img
title Micro$oft Windows 95
rootnoverify (hd0,0)
chainloader +1

You will need to know something about HD/partition naming conventions in grub, they are different than the usuall 'hda1' etc. Everything you need is here:
http://www.redhat.com/docs/manuals/l...ub-whatis.html


All times are GMT -5. The time now is 10:33 PM.