the 'serial graphics adapter' bios optionrom can direct early
pre-bootloader bios messages (like ipxe output, boot menu, etc) to
serial.
fakeroot : for rebuilding the initramfs as a regular user in di-maker
xorriso : for grub2 to make an iso in di-maker
genisoimage : for di-maker to work with an existing iso
+ sgabios : for early pre-bootloader (like ipxe) output
Recommendations:
* Install dependencies:
- apt-get install runit kvm screen bridge-utils lvm2 udev socat
+ apt-get install runit kvm screen bridge-utils lvm2 udev socat sgabios
If you want to be able to use di-maker, you'll also need:
-usb \
-device virtio-balloon-pci,id=balloon0,bus=pci.0 \
-chardev "socket,id=serial0,path=$CONSOLENAME,server" -device isa-serial,chardev=serial0 \
+ -device sga \
-smp "${SMP:-1},maxcpus=${MAXCPUS:-8}" \
-device "virtio-net-pci,vlan=0,id=net0,mac=$MAC,bus=pci.0" \
-net "tap,ifname=$TAP,script=no,downscript=no,vlan=0,name=hostnet0" &