mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-28 21:13:07 +00:00
qm: bios/efi: explain what they even do, roughly
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d3c0037438
commit
55ce337509
8
qm.adoc
8
qm.adoc
@ -699,8 +699,12 @@ BIOS and UEFI
|
|||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
In order to properly emulate a computer, QEMU needs to use a firmware.
|
In order to properly emulate a computer, QEMU needs to use a firmware.
|
||||||
By default QEMU uses *SeaBIOS* for this, which is an open-source, x86 BIOS
|
Which, on common PCs often known as BIOS or (U)EFI, is executed as one of the
|
||||||
implementation. SeaBIOS is a good choice for most standard setups.
|
first steps when booting a VM. It is responsible for doing basic hardware
|
||||||
|
initialization and for providing an interface to the firmware and hardware for
|
||||||
|
the operating system. By default QEMU uses *SeaBIOS* for this, which is an
|
||||||
|
open-source, x86 BIOS implementation. SeaBIOS is a good choice for most
|
||||||
|
standard setups.
|
||||||
|
|
||||||
There are, however, some scenarios in which a BIOS is not a good firmware
|
There are, however, some scenarios in which a BIOS is not a good firmware
|
||||||
to boot from, e.g. if you want to do VGA passthrough. footnote:[Alex Williamson has a very good blog entry about this.
|
to boot from, e.g. if you want to do VGA passthrough. footnote:[Alex Williamson has a very good blog entry about this.
|
||||||
|
Loading…
Reference in New Issue
Block a user