When you boot, on the console you get the screen with the RedHat
logo and a list of kernels to boot. At that point, hit CTRL-X.
You'll get a "boot:" prompt. Type in "linux hdx=ide-scsi", replacing
"hdx" with one of the following:
hda if the CD-RW is the master drive on the first IDE
hdb if the CD-RW is the slave drive on the first IDE
hdc if the CD-RW is the master drive on the second IDE
hdd if the CD-RW is the slave drive on the second IDE
So if the CD-RW is the slave on the second IDE, you would use:
linux hdd=ide-scsi
When you verify that it works, you also know what to put into the
'append="hdx=ide-scsi"' in /etc/lilo.conf
----------------------------------------------------------------------