Comment 4 for bug 1964783

Revision history for this message
Guilherme Steinmuller Pimentel (guilhermesp) wrote :

I checked the hypervisors on the ci aggregate and it looks like everything looks good in there.

I was able to boot a UEFI vm on them by using a ubuntu image which was built using dib, with the following elements:

dib elements:

~/dib$ cat ubuntu-uefi-grub2.d/dib-manifests/dib_arguments
ubuntu vm block-device-efi dhcp-all-interfaces grub2 -o ubuntu-uefi-grub2

VM result:

root@test:~# ls /sys/firmware/efi
config_table efivars fw_platform_size fw_vendor runtime runtime-map systab vars
root@test:~#
root@test:~#
root@test:~# test -d /sys/firmware/efi && echo efi || echo bios
efi