[Techtalk] Re: SCSI CD Writer Emulator and SuSE 7.3

Hamster hamster at hamsternet.org
Sun Jan 19 15:40:34 EST 2003


Raena,
 
> INITRD_MODULES="hdc=ide-scsi hdd=ide-scsi"

hdc=ide-scsi is not the name of a module. Its an instruction that needs to be
placed elsewhere.

Your setup should be as follows:


INITRD_MODULES="ide-scsi"

And your lilo.conf file should look something like this:

image  = /boot/vmlinuz
label  = linux
root   = /dev/hda1
initrd = /boot/initrd
append = "hdc=ide-scsi"

The important line is the one starting append=
The other lines may or may not be there depending on your system.

Hamster




More information about the Techtalk mailing list