Dlc Boot Uefi Iso -
function load_dlc_menu
You cannot build this with Windows Disk Management alone. You need open-source power tools. dlc boot uefi iso
UEFI requires a FAT image inside the ISO. function load_dlc_menu You cannot build this with Windows
dd if=/dev/zero of=efi_part.img bs=1M count=50
mkfs.vfat -F 32 efi_part.img
mkdir -p /mnt/efi_mount
mount efi_part.img /mnt/efi_mount
cp -r ~/dlc_build/efi/* /mnt/efi_mount/
umount /mnt/efi_mount