|
Post Number: 1
|
bingo 

Group: Members
Posts: 13
Joined: Sep. 2004
|
 |
Posted 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)
|
 |
|
|
Post Number: 2
|
xoben 

Group: Super Administrators
Posts: 2200
Joined: Nov. 2004
|
 |
Posted on: Mar. 01 2006,19:29 |
|
 |
Please check 'Bootable'->'Generate bootinfotable' when making a ISOLINUX-based bootable CD.
|
 |
|
|
Post Number: 3
|
bingo 

Group: Members
Posts: 13
Joined: Sep. 2004
|
 |
Posted on: Mar. 02 2006,03:20 |
|
 |
ok ... it works !
maybe for next version ... a new command line parameter :
-bootinfotable
|
 |
|
|
|