Hello,Maybe it's something wrong with CloudStack, maybe it's my brain but I have an issue regarding UEFI on CloudStack (4.16) + KVM (Ubuntu 20.04)1. CloudStack Compute node is running, and can boot 
machines configured as UEFI in the GUI (secure or legacy).2. When the machine is booted, I check the virsh xml config on the host and noticed that the machine is still in BIOS mode, even though 
CloudStack "thinks" it has deployed a fresh UEFI enabled instance.I have configured uefi.properties on the agent and the host is UEFI enabled in CloudStack but this is the config snippet of 
a deployed machine<os>    <type arch='x86_64' machine='pc-q35-4.2'>hvm</type>    <boot dev='cdrom'/>    <boot dev='hd'/>    <smbios 
mode='sysinfo'/></os>However what I am expecting to see is: <os firmware="efi">    <type arch='x86_64' machine='pc-q35-4.2'>hvm</type>    <loader 
secure="yes"/>    <boot dev='cdrom'/>    <boot dev='hd'/>    <smbios mode='sysinfo'/></os>So CloudStack has changed the default machine type from 440fx to q35 but 
no mention of UEFI or secureboot options in the output XML.Any tips to get UEFI and possibly secure boot fully working?- Pieter

Reply via email to