I tried this but this also doesn't work I had a look at the messages reported on f3 and it tries to mount the cdrom under hdc. Failed to mount /dev/hdc: No such device or address On 4/29/05, Iain Conochie <iain@xxxxxxxxxxx> wrote: > Erik Niessen wrote: > > Hi all, > > > > I am trying to use kickstart from a ide cdrom with scsi emulation enabled. > > Here is a piece of my isolinux.cfg file > > default kickstart > > label kickstart > > kernel vmlinuz > > append initrd=initrd.img ramdisk_size=8192 hdc=scsi ks=cdrom:/ks.cfg > > > > This doesn't work it cannot find my ks file. When I delete the hdc=scsi it works > > > > Any ideas? > > Try: > > label kickstart > > kernel vmlinuz > > append initrd=initrd.img ramdisk_size=8192 hdc=ide-scsi \ > ks=cdrom:/ks.cfg > > ide-scsi is the scsi emulation module > > Cheers > > Iain > > > > > Cheers, > > > > Erik Niessen > > > > _______________________________________________ > > Kickstart-list mailing list > > Kickstart-list@xxxxxxxxxx > > https://www.redhat.com/mailman/listinfo/kickstart-list > >