On Sat, 16 Apr 2005, Gerald Waugh wrote: >I booted the server (running with a previous install) with a regular CD >in the usb cdrom. the OS recognizes the cdrom as /dev/scd0. >It is in /etc/fstab as >/dev/scd0 /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0 > >Yet if I use "ks=/dev/scd0" I get; >"loading USB storage driver" So it got that part correct... >Then I get "Error opening kickstart file (null): Bad Address" Erm, that won't work... The syntax would be something like ks=file:???, but I don't know if/where it would be mounted. Do any of these documented options help?? nousb Do not load USB support (helps if install hangs early sometimes). nousbstorage Do not load usbstorage module in loader. May help with device ordering on SCSI systems. (taken from /usr/share/doc/anaconda-*/command-line.txt) Cheers, Phil