Displaying 2 results from an estimated 2 matches for "hh824847".
2016 Apr 04
2
Changes to get CD to boot on EFI System.
> In case it ever becomes important to have an EFI boot image larger
> than 32 MB, there are xorriso.exe around. Based on Cygwin, i guess.
> It should also be possible to build GNU xorriso in Cygwin from source.
>
>
> Have a nice day :)
>
> Thomas
FWIW...
Thomas, the "xorriso.exe" files that are available are not really
"around". They are not easy
2016 Apr 04
3
Changes to get CD to boot on EFI System.
.../eternallybored.org/misc/xorriso/xorriso-1.4.2-cygwin32.zip
Thank you for flying xorriso.
> > > oscdimg.exe -a -m -o -j1
> > > -bootdata:2#p0,e,bcd\isolinux\boot.bin#pEF,e,bcd\boot\efiboot.ima CD
> > > sysresccd.iso
I read
https://technet.microsoft.com/en-us/library/hh824847.aspx
to propose this translation
xorriso -as mkisofs -v -J \
-b /isolinux/boot.bin \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-eltorito-alt-boot \
-e /boot/efiboot.ima \
-no-emul-boot \
-o sysresccd.iso \
CD
Options -b and -e want the image file path in...