prlctl linux with uefi bios

WS010

Bit poster
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 test-1 --device-set cdrom0 --image suse_special_os.iso
- prlctl set test-1 --device-bootorder cdrom0
- prlctl start test-1
It will boot from the iso, but it will fail after enter in the installation menu. This ISO does need a UEFI to boot correctly, how can I get the UEFI part to work?

Thanks!
 
Back
Top