Displaying 1 result from an estimated 1 matches for "masteriso".
Did you mean:
master_iso
2002 Jun 07
0
isolinux probles
...= 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_ramdisk=1 initrd=root.lrp initrd_dyn=tmpfs,,mkdevr amdisk_size=4096 root=/dev/rd/0 boot=/dev/cdrom,iso966...