OVMFFull

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)
armv7a-netbsdx86_64-redoxaarch64_be-noneloongarch64-linuxriscv64-nonearmv5tel-linuxriscv64-netbsdarmv6l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  OVMFFull
];
Ad-hoc shell
nix-shell -p OVMFFull
Flake (nix run)
nix run nixpkgs#OVMFFull