On Wed, 2007-11-07 at 13:45 -0500, Steve Shockley wrote: > The drivers are in bsd.rd, not in the floppy image specifically. The > other images just have smaller bsd.rd files so they fit on a floppy. > Try using cdbr as the boot record in no emulation, and put cdboot in the > root directory of the CD.
As it has become usual, you are right. I've tried as you suggested, and it works (I didn't really install, but booted the system up with that CD and dropped to shell, this should be enough evidence). Thank you. Here is my mkhybrid line, I would welcome other suggestions you might have ($BOOT_IMG is now cdbr per your suggestion): mkhybrid -f -l -J -T -r -L \ -c boot.catalog \ -sysid "$SYS_ID" \ -p "$PREP_ID" \ -P "$PUBLISH_ID" \ -V "$VOL_ID" \ -A "$APP_ID" \ -b $BOOT_IMG \ -o $ISO_FILE \ $SRC_PATH (I need to follow symlinks and allow leading dots.)