bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grub and IDE CD-RW


From: Kingsly John
Subject: Re: Grub and IDE CD-RW
Date: Mon, 14 Jan 2002 15:09:42 +0530 (IST)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]