OVMF: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (Reverted edits by Kukuva (talk) to last revision by Khaledhammouda)
 
(2 intermediate revisions by 2 users not shown)
Line 22: Line 22:


https://github.com/tianocore/tianocore.github.io/wiki/OVMF
https://github.com/tianocore/tianocore.github.io/wiki/OVMF

[[Category:UEFI]]
[[Category:Firmware]]

Latest revision as of 17:23, 6 June 2024

OVMF (Open Virtual Machine Firmware)

OVMF is an UEFI implementation to be used on QEMU. It is free and open source software. It is part of Tianocore's EDK II project. Tianocore is a community open for developers and having of stewards (guides) from Apple, Intel, Nuvia and Red Hat.

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

For example on Debian/Ubuntu and derivates:

 sudo apt install ovmf

Or on Arch/Manjaro and derivates:

 sudo pacman -S ovmf

You can also get ready-built OVMF files from this repository:

https://www.kraxel.org/repos/

Many useful informations including an FAQ are here:

https://github.com/tianocore/tianocore.github.io/wiki/OVMF