On Mon, 14 Jan 2002, Eachcloude Kim wrote:

 |If I use LILO as boot loader, just adding 'append hdc=ide-scsi' in
 |lilo.conf and install it is OK.  But I want to use GRUB and don't know
 |how to configure IDE CD-RW in this case!!!

in menu.lst ...(or grub.conf as RH likes to call it)

you'll find a line similiar to this ..

kernel /bzImage-2.4.9 root=/dev/hda12

or for startup into X (runlevel 5)

kernel /bzImage-2.4.9 root=/dev/hda12 5

just add "hdc=ide-scsi" at the end of the lines,

ie.,

kernel /bzImage-2.4.9 root=/dev/hda12 hdc=ide-scsi

or for startup into X (runlevel 5)

kernel /bzImage-2.4.9 root=/dev/hda12 5 hdc=ide-scsi



Kingsly


_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to