Create bootable CD

Code:
makefs -B be -S 512 -t cd9660 -o allow-deep-trees,allow-max-name,allow-multidot,bootimage="i386;cdboot",label=BSD,no-emul-boot,no-trailing-padding myname_image folder_ofthe_boot
  1. "BOOT" folder was copied from the CD "FreeBSD-9.1-RELEASE-i386-disc1"
  2. Boot works
  3. Can't load 'kernel'
  4. Manual loading kernel works
  5. Does not load /boot/defaults/loader.conf
  6. Cause error can't load 'kernel'
  7. Code:
    makefs -B be -S 512 -t cd9660 -o bootimage="i386;cdboot",label=BSD,no-emul-boot,no-trailing-padding,rockridge myname_image folder_ofthe_boot
  8. Stops on the version
  9. Probably a problem with the file name extensions, etc.
  10. Please correct the makefs
  11. Please give a solution to this problem

I'm not interested in mkisofs
 
Back
Top