To be using UEFI is a VBox guest, you must have made some configuration changes to your virtual machine.
To install to use UEFI, you must be using a GPT disk lable. fdisk will show that but you cut of that part of the output.
Code: Select all
sudo fdisk -l /dev/sda
Password:
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dosIf its dos, you cannot use EFI.


