Displaying 2 results from an estimated 2 matches for "slint_installer64_curr".
2016 Apr 02
0
Changes to get CD to boot on EFI System.
...mkfs -t vfat efi.img
MOUNTPOINT=$(mktemp -d)
mount -o loop efi.img $MOUNTPOINT
mkdir -p $MOUNTPOINT/EFI/BOOT
cp /tmp/BOOTX64.EFI $MOUNTPOINT/EFI/BOOT
umount $MOUNTPOINT
rmdir $MOUNTPOINT
mv efi.img $TMP
( cd $TMP
xorriso -as mkisofs \
-isohybrid-mbr /usr/share/syslinux/isohdpfx.bin \
-U \
-V "SLINT_INSTALLER64_CURRENT" \
-J -joliet-long \
-r \
-v \
-o $PATHTOISO \
-b isolinux.bin \
-no-emul-boot \
-e efi.img \
-isohybrid-gpt-basdat \
-no-emul-boot . \
)
?---
If I mount it as /mnt, df -h reports
?---
/dev/loop1 63M 63M 0 100% /mnt
?---
blkid reports:
?---
/dev/loop1: LABEL="SLINT_INSTALLER64_CURRENT&...
2016 Apr 02
3
Changes to get CD to boot on EFI System.
Hi,
Ady wrote:
> http://www.syslinux.org/archives/2015-October/024526.html
I still have it in my mailbox: ADY4UEFI.IMG in ADY4UEFI.ZIP.
The test results are the same as with Didier's partition image.
Wrapped in an ISO and presented as -cdrom it reboots in cycles.
Presented as -hda it boots as naked disk image and as part of
a GPT enhanced ISO 9660.
> the wiki page needs