Quote (aqeq @ Dec. 15 2004,21:50) |
I've read the past entries, but I'm still having trouble remastering DSL. So my situation is, I took version 0.8.4, and copied onto my HD (I'm running SuSE 9.1). Then I just add music files, so I don't waste a whole 700MB CD. I copied the music files into a directory, /music/. I made the iso with: mkisofs -l -r -J -b boot/isolinux/isolinux.bin -no-emul-boot -c boot/isolinux/boot.cat -o dslc-0.8.4.iso . Then I try it out. I get an error message saying, "ISOLINUX 2.04 (Debian, 2003-06-06) isolinux: Image checksum error, sorry... Boot failed: press a key to retry... " How can I fix this? Thanks |
Code Sample |
mkisofs -no-pad -l -r -J -hide-rr-moved -boot-load-size 4 -boot-info-table -no-emul-boot -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -o dslc-0.9.1.iso remaster |
Quote |
****************************************************** These are the command lines used for making Beta 34 Filesystem: file name is /home/knoppix/download/remaster_command These are commands used to remaster the Knoppix distribution, and are provided here for copy and paste use: Assume that your master copy is in /mnt/hdb6: 1. Make the /mnt/hdb6 filesystem writable: # mount -o rw /dev/hdb6 /mnt/hdb6 Make the changes you want, then: 2. Compress the filesystem (This takes a long time) First, CD to /mnt/hdb6 # mkisofs -R -V "Rapidweather Remaster filesystem" -P "rapidweather.com" /mnt/hdb6/KNOPPIX | create_compressed_fs - 65536 > /mnt/hdb6/NewCD/KNOPPIX/KNOPPIX |<-mark (Copy to one line above the mark) 3. Now do the md5sum: First, CD to /mnt/hdb6/NewCD # rm -f KNOPPIX/md5sums # find -type f -not -name md5sums -not -name boot.cat -exec md5sum {} \; >> KNOPPIX/md5sums 4. Now, make the .iso: Here is the new procedure used with Beta 34: After the md5sums has been made, in step 3, above: # cd .. (This will move you up one directory, to /mnt/hdb6, the root of the partition.) Here is your .iso command line: # 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 RR_K34_Betax.iso NewCD/ | <-mark (Copy to one line above the mark) Scroll over first, and change the Betax number! (Or do that after) Your new .iso will be in the root of /mnt/hdb6 5. Now, you can reboot and test your .iso: (before burning it to cd) # boot: knoppix bootfrom=/dev/hdb6/NewCD/RR_K34_Betax.iso |
Quote (meo @ Jan. 06 2005,16:01) |
Hi again everybody! Just a quick post telling that it works fine to remaster the 0.9.2 version of DSL just in RAM. Here it comes: DSL RAM-Remaster HOWTO One thing that I discovered when thinking of remastering the embedded DSL, is that it's possible just to delete the original knoppix-file from the usb-drive (where you unzipped the DSL-embedded file) and replace it with your own remastered one (for example done the way described above) and it works just fine. Then you have a remastered embedded usb instantly. Not to bad, or what? Keep having fun with remastering this wonderfully versatile distro, meo |