OVMF

OVMF 202608

Sample UEFI firmware for QEMU and KVM

https://github.com/tianocore/tianocore.github.io/wiki/OVMF
BSD 2-clause "Simplified" License
programs: -
Platforms (33)
aarch64-linuxx86_64-redoxx86_64-uefiaarch64-netbsdx86_64-openbsdx86_64-freebsdx86_64-genodeaarch64-none
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