I need help writing grub.conf
I have been trying to write a grub.conf that works. I have been looking at all kinds of examples on the web. Besides not being able to load linux, the screen is completely distored and black and white. Although, It will load windows.
If anyone has a grub.conf that loads windows and linux, could you post it for me.
It would be best if I could get anaconda to generate one specific to my setup
here is what I got
splashimage=(hd0,4)/grub/splash.xpm.gz
timeout=50
default=1
title Redhat 9
root (hd0,4)
kernel /vmlinuz-2.4.20-20.9 ro root=/dev/hda5 hdb=ide-scsi
initrd /initrd-2.4,20-20.9.img
title Windows XP
rootnoverify (hd0,1)
chainloader +1
This is my fdisk -l
Device Boot Start End Blocks Id System
/dev/hda1 1 1016 7680928+ b Win95 FAT32 (this is my windows recovery partition)
/dev/hda2 * 1017 6704 43001280 7 HPFS/NTFS
/dev/hda3 6793 6806 105840 83 Linux
/dev/hda4 6807 7943 8595720 f Win95 Ext'd (LBA)
/dev/hda5 6807 7805 7552408+ 83 Linux (main linux partition)
/dev/hda6 7806 7943 1043248+ 82 Linux swap
Last edited by shanenin; 09-05-2003 at 02:48 PM.
|