linuxboot/mainboards/digitalloggers/atomicpi/TESTOVMF
Ronald G. Minnich 6f0cf0cab8 Various fixups
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
2021-09-14 13:13:01 -07:00

10 lines
276 B
Bash
Executable File

#!/bin/bash
set -e
rm -f /tmp/xxx.bin
utk -xzPath /usr/bin/xz \
/mnt/hgfs/rminnich/Downloads/OVMF.fd \
remove BdsDxe insert_dxe up2bds.ffs \
remove Shell insert_dxe up2shellfull.ffs \
save /tmp/xxx.fd
/usr/bin/qemu-system-x86_64 -nographic -net none -bios /tmp/xxx.fd