How to get custom release CD to boot without floppies?

Rodney W. Grimes freebsd at gndrsh.dnsmgr.net
Tue Jan 24 18:07:06 PST 2006


...
> 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)               rgrimes at gndrsh.dnsmgr.net


More information about the freebsd-stable mailing list