If ide-scsi emulation is compiled into your kernel(it is with most distros), then you'd need to add the following to your lilo.conf:
append="hdd=ide-scsi"
the stanza would then look something like this:
image=/boot/vmlinuz-2.4.18-5
label=linux.bak
root=/dev/hda1
append="hdc=ide-scsi"
read-only
initrd=/boot/initrd-2.4.18-5.img
Since buring in linux is generally an scsi fucntion, the ide drive needs to be set with an scsi emulation - that *should* do it.
See http://www.tldp.org/HOWTO/CD-Writing-HOWTO.html for more info.


Reply With Quote
Bookmarks