Forum: UltraISO Topic: ultraiso and syslinx started by: bingo Posted by bingo on Mar. 01 2006,06:13
i have some problems to generate iso with ultraiso from syslinux source .no problems with mkisofs.exe ... a syslinux-iso created by ultraiso can not boot on different systems : error "Image checksum error, sorry..." but no problems with iso created by mkisofs . the mkisofs options: -boot-load-size 4 -boot-info-table -J -r -volid "test" -b isolinux/isolinux.bin -no-emul-boot -o "d:\_syslinux\test.iso" "d:\_syslinux\_iso" what dfferent to ultraiso ? *** -boot-load-size 4 ? (how in ultraiso ?) *** -b isolinux/isolinux.bin ? -> bootsector size (no_emul.00) is always 2048byte - but in ultraiso always different (size of isolinux.bin) *** boot.catalog ? (only with mkisofs.exe) Posted by xoben on Mar. 01 2006,19:29
Please check 'Bootable'->'Generate bootinfotable' when making a ISOLINUX-based bootable CD.
Posted by bingo on Mar. 02 2006,03:20
ok ... it works ! ![]() maybe for next version ... a new command line parameter : -bootinfotable |