macos – Create a Bootable ISO (DVD) picture from a listing

on

|

views

and

comments


I’m making an attempt to create a customized FreeBSD bootable ISO for use to create VirtualBox headless VMs. I’ve to make a small change within the /boot/loader.conf file to permit FreeBSD to output messages to the serial port (UART) and to not the show.

I can create this picture in FreeBSD with no downside. I can boot the picture in VirtualBox utilizing the serial console as anticipated. The command that I take advantage of on my FreeBSD laptop computer is:

 $ mkisofs -v -b boot/cdboot -no-emul-boot -r -J -V "Headless_Installer" 
    -o Headless_Installer.iso /path/to/headless-iso

The parameters are as follows:

  • -v → Verbose output (not important)
  • -b → El Torito Boot Picture. That is the trail the place the boot picture is situated
  • no-emul-boot → No exhausting or floppy drive boot emulation
  • r → Generate SUSP and RR data to explain information on Joliet file system
  • -J → Generate Joliet listing data
  • -V → Quantity ID. It is a 32 char. string
  • -o → outputfile. That is the Installer.iso picture
  • /path/to/headless-iso → listing of information to create the ISO

When I attempt to do the identical factor on macOS utilizing hdiutil, it fails besides. It creates the ISO with no errors however the VM is not going to boot the ISO picture. Here is the related command I take advantage of:

% hdihdiutil makehybrid -o Installer.iso  
  -iso -Joliet 
  -no-emul-boot 
  -eltorito-boot boot/cdboot 
  -default-volume-name "Headless_Installer"  FreeBSD-13.1-Headless-iso-dir

Apart from the choice that generates the SUSP and RR data, these choices match the choices above. Does anybody know what the difficulty is why I am unable to create a bootable ISO on macOS?

Share this
Tags

Must-read

‘Lidar is lame’: why Elon Musk’s imaginative and prescient for a self-driving Tesla taxi faltered | Tesla

After years of promising traders that thousands and thousands of Tesla robotaxis would quickly fill the streets, Elon Musk debuted his driverless automobile...

Common Motors names new CEO of troubled self-driving subsidiary Cruise | GM

Common Motors on Tuesday named a veteran know-how government with roots within the online game business to steer its troubled robotaxi service Cruise...

Meet Mercy and Anita – the African employees driving the AI revolution, for simply over a greenback an hour | Synthetic intelligence (AI)

Mercy craned ahead, took a deep breath and loaded one other process on her pc. One after one other, disturbing photographs and movies...

Recent articles

More like this

LEAVE A REPLY

Please enter your comment!
Please enter your name here