... > Finally, I made an ISO image: > > cd CHROOTDIR > export CHROOTDIR="." > mkisofs -d -D -N -R -T -V "FreeBSD6.0-RELEASE" \ > -P "Test Distribution" \ > -o ~/tinn.iso -b floppies/boot.flp \ > -c floppies/boot.catalog $CHROOTDIR/R/cdrom/disc1 > > # /* -V is your CD name */ > # /* -P is for some comments */ > # /* -o is your image name */ > # /* -b and -c should be left how it is. It's set for auto boot. These paths > should not be a full path */
Big concern here is that the -b and -c are NOT part of the isoimage burn requested. This is most likely your problem, mkisofs well actually create and write the boot.catalog file, and I am almost certain that it must appear on the cdrom at that same relative location (ie, the arg to mkisofs should almost always be . ) -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) [EMAIL PROTECTED] _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"