Skip to content

Commit 4607e79

Browse files
committed
bug fix UEFI mode
1 parent 19c8e5f commit 4607e79

File tree

6 files changed

+34
-34
lines changed

6 files changed

+34
-34
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3253,8 +3253,8 @@ Topics:
32533253
File: virt-configuring-certificate-rotation
32543254
- Name: Automating management tasks
32553255
File: virt-automating-management-tasks
3256-
- Name: EFI mode for virtual machines
3257-
File: virt-efi-mode-for-vms
3256+
- Name: UEFI mode for virtual machines
3257+
File: virt-uefi-mode-for-vms
32583258
- Name: Configuring PXE booting for virtual machines
32593259
File: virt-configuring-pxe-booting
32603260
- Name: Using huge pages with virtual machines

modules/virt-about-efi-mode-for-vms.adoc

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/virtual_machines/advanced_vm_management/virt-uefi-mode-for-vms.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="virt-about-uefi-mode-for-vms_{context}"]
7+
= About UEFI mode for virtual machines
8+
9+
Unified Extensible Firmware Interface (UEFI), like legacy BIOS, initializes hardware components and operating system image files when a computer starts. UEFI supports more modern features and customization options than BIOS, enabling faster boot times.
10+
11+
It stores all the information about initialization and startup in a file with a `.efi` extension, which is stored on a special partition called EFI System Partition (ESP). The ESP also contains the boot loader programs for the operating system that is installed on the computer.

modules/virt-booting-vms-efi-mode.adoc renamed to modules/virt-booting-vms-uefi-mode.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
// Module included in the following assemblies:
22
//
3-
// * virt/virtual_machines/advanced_vm_management/virt-efi-mode-for-vms.adoc
3+
// * virt/virtual_machines/advanced_vm_management/virt-uefi-mode-for-vms.adoc
44

55
:_content-type: PROCEDURE
6-
[id="virt-booting-vms-efi-mode_{context}"]
7-
= Booting virtual machines in EFI mode
6+
[id="virt-booting-vms-uefi-mode_{context}"]
7+
= Booting virtual machines in UEFI mode
88

9-
You can configure a virtual machine to boot in EFI mode by editing the VM manifest.
9+
You can configure a virtual machine to boot in UEFI mode by editing the `VirtualMachine` manifest.
1010

1111
.Prerequisites
1212

1313
* Install the OpenShift CLI (`oc`).
1414
1515
.Procedure
1616

17-
. Create a YAML file that defines a VM object. Use the firmware stanza of the example YAML file:
17+
. Edit or create a `VirtualMachine` manifest file. Use the `spec.firmware.bootloader` stanza to configure UEFI mode:
1818
+
19-
.Booting in EFI mode with secure boot active
19+
.Booting in UEFI mode with secure boot active
2020
[source,yaml]
2121
----
2222
apiversion: kubevirt.io/v1
@@ -45,10 +45,10 @@ spec:
4545
bootloader:
4646
efi:
4747
secureBoot: true <2>
48-
#...
48+
...
4949
----
50-
<1> {VirtProductName} requires System Management Mode (`SMM`) to be enabled for Secure Boot in EFI mode to occur.
51-
<2> {VirtProductName} supports a VM with or without Secure Boot when using EFI mode. If Secure Boot is enabled, then EFI mode is required. However, EFI mode can be enabled without using Secure Boot.
50+
<1> {VirtProductName} requires System Management Mode (`SMM`) to be enabled for Secure Boot in UEFI mode to occur.
51+
<2> {VirtProductName} supports a VM with or without Secure Boot when using UEFI mode. If Secure Boot is enabled, then UEFI mode is required. However, UEFI mode can be enabled without using Secure Boot.
5252

5353
. Apply the manifest to your cluster by running the following command:
5454
+

virt/virtual_machines/advanced_vm_management/virt-efi-mode-for-vms.adoc

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:_content-type: ASSEMBLY
2+
[id="virt-uefi-mode-for-vms"]
3+
= Using UEFI mode for virtual machines
4+
include::_attributes/common-attributes.adoc[]
5+
:context: virt-uefi-mode-for-vms
6+
7+
toc::[]
8+
9+
You can boot a virtual machine (VM) in Unified Extensible Firmware Interface (UEFI) mode.
10+
11+
include::modules/virt-about-uefi-mode-for-vms.adoc[leveloffset=+1]
12+
include::modules/virt-booting-vms-uefi-mode.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)