Displaying 1 result from an estimated 1 matches for "bootbin".
Did you mean:
bootbits
2002 Jun 07
0
isolinux probles
...rting up, DL = 9F
isolinux: Loaded spec packet OK, drive = 9F
isolinux: Loading main image from LBA = 0000278
isolinux: Sectors to load = 0004
isolinux: Disk error 32, drive 9F
Boot failed: press a key to retry.
To create the iso image I am using the command:
mkisofs -o $ISOIMAGE -b isolinux/${BOOTBIN} \
-c isolinux/boot.cat -no-emul-boot -boot-load-size 4 \
-boot-info-table $MASTERISO
(where BOOTBIN=isolinux-debug.bin, and the other variable subsitute for
appropiate files/directories).
The isolinux.cfg file contains
display isolinux.dsp
timeout 10
default linux
append load_ram...