prlctl linux with uefi bios

Discussion in 'Linux Virtual Machine' started by WS010, Oct 6, 2024 at 5:41 AM.

  1. WS010

    WS010 Bit poster

    Messages:
    3
    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!
     

Share This Page