github.com/linuxboot/fiano@v1.2.0/integration/roms/OVMF.md (about) 1 # OVMF 2 3 EDK2 is open-source UEFI firmware, governed under a BSD license and can be 4 redistributed. OVMF is a EDK2 configuration which can run under QEMU. 5 6 In this folder, you will find: 7 8 - `OVMF.rom`: EDK2 firmware image 9 - `OVMF_target.txt`: Configuration used to build the OVMF image. To rebuild, 10 copy this file to `conf/target.txt` in the EDK2 source tree. 11 12 13 ## Build Notes 14 15 - OS: `Ubuntu 16.04.4 LTS xenial` 16 - Git tag: `vUDK2018` 17 - GCC version: `gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609` 18 - Build is not reproducible. 19 - Find instructions at: https://wiki.ubuntu.com/UEFI/EDK2 20 21 22 ## Running in QEMU 23 24 qemu-system-x86_64 -bios OVMF.rom -nographic -net none