OVMF

From OSDev Wiki
Jump to navigation Jump to search

This article is a stub! This page or section is a stub. You can help the wiki by accurately contributing to it.

OVMF (Open Virtual Machine Firmware) is an UEFI implementation to be used in virtual machines or emulators, such as QEMU. It is free and open source software. It is part of Tianocore's EDK II project.

Many Linux distributions let you install OVMF with their default installer.

For example on Debian/Ubuntu and derivatives:

 sudo apt install ovmf

Or on Arch/Manjaro and derivatives:

 sudo pacman -S ovmf

See Also

External links