OVMF: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Reverted edits by Kukuva (talk) to last revision by Khaledhammouda
 
(4 intermediate revisions by 3 users not shown)
Line 3:
 
 
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 consistinghaving of stewards (guides) from Apple, Intel, Nuvia and Red Hat.
 
Many Linux distributions let you install OVMF with their default installer.
Line 9:
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:
Line 19:
https://www.kraxel.org/repos/
 
Many useful informations including an FAQ are here:
 
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