Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions source/adminguide/virtual_machines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,22 @@ UEFI setting
- On KVM, it is recommended to set boot type to UEFI, and boot mode to SECURE.
- UEFI is required for some Windows versions.

.. note::

**Recommendations for UEFI-based instances on KVM (volumes and NICs)**

UEFI-based instances on KVM may encounter PCI slot exhaustion when attaching additional
volumes or network interfaces, due to high PCI device usage from the default
disk bus and NIC adapter selections. To avoid these issues:

- **Disk bus**: For Linux-based UEFI guests, it is recommended to use **SCSI** as
the guest disk bus instead of VIRTIO. This reduces PCI device usage and improves
support for attaching additional volumes.
- **NIC adapter**: Set the NIC adapter type to **e1000** for UEFI instances to avoid
NIC attachment issues caused by PCI slot exhaustion.

Both of these settings can be configured in the **VM Settings** for an instance.

|vm-settings-virtual-tpm-model-kvm.png|
TPM model for KVM. There are two options:

Expand Down
Loading