Create a qcow2 image of 256 MB (from Unraid terminal): qemu-img create -f qcow2 /path/to/the/image/test.qcow2 256M This will create a qcow2 image of 256 MB.   Enable NBD on the host and connect the qcow2 image as a network block device (from Unraid terminal): modprobe nbd max_part=8 qemu-nbd --connect=/dev/nbd0 /path/to/the/image/test.qcow2   Create EFI partition and format: Create GPT (from Unraid terminal): gdisk /dev/nbd0 w y Create EFI partition (from
    • Thanks
    • Like
    3