Other Help Topics :: Can't remaster dsl 0.8.2



When I run following command
# mkisofs -no-pad -l -r -J -no-emul-boot -boot-load-size 32 -boot-info-table -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -hide-rr-moved -o lpi101 /dsl/newcd/KNOPPIX/KNOPPIX

I got the following error message
"mkisofs: Uh oh, I cant find the boot catalog directory 'boot/isolinux' "

Do you have a /newcd/boot/isolinux folder with the boot files?

Chris

yes
I am not sure if it matters or not, but I notice in your post that your iso name is lpi101 and not lpi101.iso.

Other than that, I am not sure why mkisofs is being uncooperative.

drx456, you need to change

/dsl/newcd/KNOPPIX/KNOPPIX

  to

/dsl/newcd

The way you had it, mkisofs is making an iso of the KNOPPIX directory, not the newcd directory which is what you wanted.

Next Page...
original here.