search for: arch_repacked_mkisofs

Displaying 2 results from an estimated 2 matches for "arch_repacked_mkisofs".

2013 Nov 24
0
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
...sofs insists in patching the file on disk) cp /mnt/isolinux/isolinux.bin /home/thomas/test/isolinux.bin # Put it into the ISO image as boot image isolinux2.bin # (because mkisofs -R refuses to overwrite isolinux.bin from /mnt # by isolinux.bin from /home/thomas/test) mkisofs \ -o arch_repacked_mkisofs.iso \ -c isolinux/boot.cat \ -b isolinux/isolinux2.bin \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -V "ARCH_201311" \ -R -graft-points \ /mnt \ /isolinux/isolinux2.bin=/home/thomas/test/isolinux.bin I believe that the El Torito stuff is...
2013 Nov 24
5
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
> I'm the developer of manjaroiso, the tool we use to build our install > medias for Manjaro Linux. > During our testings we found out, that syslinux6 won't work on older > hardware. I've a new Lenovo i7 notebook which booted up our images > just fine. Even with syslinux6. On my other PCs I got similar error > messages as Carl got. (snip) > > In