Change default boot type to UEFI #10136
|
Is there a way to change the default boot type to UEFI/LEGACY? The root of the problem I'm facing is, that the default |
Answered by
GutoVeronezi
Dec 23, 2024
Replies: 2 comments 2 replies
|
@rp-, after creating the VM, you can define the boot type via the VM settings. There is a setting called You can also define this setting on the template, making new VMs created with the template to inherit it. The absence of the setting indicates that the VM will use |
2 replies
Answer selected by
rp-
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


@rp-, after creating the VM, you can define the boot type via the VM settings. There is a setting called
UEFIfor which you can define the valuesSECUREorLEGACY.You can also define this setting on the template, making new VMs created with the template to inherit it.
The absence of the setting indicates that the VM will use
BIOS+LEGACY.