PDA

View Full Version : Remastering 4.02 CD, failing during mkisofs



ceeknop
09-28-2005, 09:55 PM
I'm attempting to remaster the 4.02 CD version as described here: http://www.knoppix.net/wiki/Knoppix_Remastering_Howto.

I get all the way to this step:

mkisofs -pad -l -r -J -v -V "KNOPPIX" -no-emul-boot -boot-load-size 4 -boot-info-table -b boot/isolinux/isolinux.bin -c cdrom/boot/isolinux/ -hide-rr-moved -o /mnt/hda1/knx/knoppix.iso /mnt/hda11/knx/master

mkisofs 2.01-unofficial-iconv (i686-pc-linux-gnu)
Scanning /mnt/hda1/knx/master
Scanning /mnt/hda1/knx/master/KNOPPIX
mkisofs: Uh oh, I cant find the boot catalog directory 'cdrom/boot/isolinux'!


the only boot.cat I can find is here:
/cdrom/boot/isolinux/boot.cat

tried this:

cd /
mkisofs -pad -l -r -J -v -V "KNOPPIX" -no-emul-boot -boot-load-size 4 -boot-info-table -b boot/isolinux/isolinux.bin -c cdrom/boot/isolinux/ -hide-rr-moved -o /mnt/hda1/knx/knoppix.iso /mnt/hda1/knx/master

And I get the same result.. What gives? I had no problems building on 3.9.

stoned_bush
09-29-2005, 07:10 AM
Cant it be because that you say that the isolinux dir is at cdrom/boot/isolinux but should be at /boot/isolinux ???

malaire
09-29-2005, 09:58 AM
I'm attempting to remaster the 4.02 CD version as described here: http://www.knoppix.net/wiki/Knoppix_Remastering_Howto

I get all the way to this step:

mkisofs -pad -l -r -J -v -V "KNOPPIX" -no-emul-boot -boot-load-size 4 -boot-info-table -b boot/isolinux/isolinux.bin -c cdrom/boot/isolinux/ -hide-rr-moved -o /mnt/hda1/knx/knoppix.iso /mnt/hda11/knx/master

The "-c" option should be "-c boot/isolinux/boot.cat", as mentioned in Howto.
There's also a typo (hda11) in your last path.

You should have boot.cat in /mnt/hda1/knx/master/boot/isolinux/boot.cat after step 12 "Copy everything necessary files except the ~700 Mb KNOPPIX file." in Howto.

If boot.cat isn't there, just copy /cdrom/boot/isolinux/boot.cat to /mnt/hda1/knx/master/boot/isolinux/boot.cat and then use the command which is mentioned in the Howto:



mkisofs -pad -l -r -J -v -V "KNOPPIX" -no-emul-boot -boot-load-size 4 \
-boot-info-table -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat \
-hide-rr-moved -o /mnt/hda1/knx/knoppix.iso /mnt/hda1/knx/master


You might want to check these also, for easier Remastering:
http://www.knoppix.net/forum/viewtopic.php?t=12530
http://www.knoppix.net/forum/viewtopic.php?t=13867