On Fri, 2004-08-27 at 19:33, Busch, Jeff wrote: > My apologies if this has been covered before, but my searches didn't turn up anything. > > I'm trying to kickstart RHEL3 AS. For various reasons, I'd like to use a boot cdrom with a machine-specific ks.cfg on a floppy drive. When I do this, I'm getting an error: > > "Cannot find ks.cfg on boot floppy" Did you verify that the ks.cfg did not have the extra carriage returns (^M)? Run `dos2unix ks.cfg` on the floppy, and see if that helps. Are there any errors on VT3? Once it cannot find the ks.cfg file, can you mount the floppy and take a look at the ks.cfg? Forrest