OVMF

OVMF 202602

Sample UEFI firmware for QEMU and KVM

https://github.com/tianocore/tianocore.github.io/wiki/OVMF
BSD 2-clause "Simplified" License
programs: -
Platforms (34)
aarch64-netbsdx86_64-noneaarch64-linuxarmv7l-netbsdaarch64-freebsdarmv6l-netbsdx86_64-linuxx86_64-windows
View source on NixOS/nixpkgs →

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