OVMFFull

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-darwinarmv6l-nonex86_64-uefiriscv64-netbsdarmv5tel-linuxriscv64-linuxarmv6l-netbsdx86_64-genode
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