Hi,
For a special boot disk (SUSE OS), I do need to create a Linux VM with a UEFI bios. I have tried it with prlctl, it boots, but into default BIOS, not UEFI mode.
What I have tried
- prlctl create test-1 -o linux -d suse
- prlctl set test-1 --cpus 1 --memsize 2048 --efi-boot on
- prlctl set...