Important: To configure a bare metal server, you must use the ISO from Passport Advantage. Other ISO images are not
compatible.
Procedure
Insert the USB drive into a Mac system.
Open the Terminal application.
Determine which drive is the USB drive by issuing the list
command:
$ diskutil list
Partition the USB drive. In the example above, /dev/disk2 is the USB
device. In the command below, replace <USB-device-path> with the path to
your USB
device.
Start a virtual console. Replace /dev/disk2 with the device ID
for your bootable USB:
sudo qemu-system-x86_64 -m 1024 -usb /dev/disk2
Start QEMU by selecting the QEMU icon in the Mac system menu bar:
Click the icon:
Click Enter. After a few minutes, the following screen is displayed to confirm that
the bootable USB is capable of installing the OS, but doesn't have enough resources on the current
virtual instance because it is looking at your Mac's resources.