OVMF
OVMF 202608
Sample UEFI firmware for QEMU and KVM
https://github.com/tianocore/tianocore.github.io/wiki/OVMFBSD 2-clause "Simplified" License
programs: -
Maintainers
Platforms (33)
aarch64-linuxx86_64-redoxx86_64-uefiaarch64-netbsdx86_64-openbsdx86_64-freebsdx86_64-genodeaarch64-none
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ OVMF ];
Ad-hoc shell
nix-shell -p OVMF
Flake (nix run)
nix run nixpkgs#OVMF