Ok, I'll tell you how i make UEFI ISO.
Here's the steps I did:
- Extract main ISO to, example: /mnt/home/ISO which is ext4 partition
- Delete/rename this file: ldlinux.c32 and syslinux.cfg
- Download and extract my uefi tools to /mnt/home/ISO
- Open Terminal in /mnt/home/
- type it in terminal, i use xorriso to make iso, so if use mkisofs please use latest version that support uefi
Code: Select all
# xorriso -as mkisofs -rock -omit-version-number -disable-deep-relocation -joliet -allow-leading-dots -volid "alphat64" -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot --efi-boot efiboot.img -no-emul-boot -o AlphaT64_14.5.iso ISO
and use isohybrid command to make ISO bootable in uefi machine
Code: Select all
# isohybrid -u AlphaT64_14.5.iso
and done
SOURCE:
http://www.gnu.org/software/xorriso/xorriso_eng.html
http://www.mediafire.com/download/779hsf1m10o96ng/my_UEFI_pkgs.rar
Note:
Please edit isolinux.cfg and grub.cfg, adjust to alphaOS boot parameters
Credit:
Simargl
rEFInd author
shim.efi author
and all