PDA

View Full Version : New Newbie !! How to make an ISO which runs ???



Juste
09-22-2004, 09:19 AM
hello,

I don't succeed in making an iso image of my knoppix V 3.4. Could

somebody help me to make it ??
What I have tried :
-I have cut an original iso an a cd( and it work properly)
- I copy all the file from the cd to my hard disk
- I modify isolinux.cfg with adding lang=fr and myconf=scan
- I make a new image in using :" 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

isolinux/knoppix.iso <knoppixfolder>"
- when I cut the cd and restart the computer,

system boot on cd but after I press ENTER It displays : "Couldn't find
knoppix file system" and so it runs me a small shell ??

What Can I do ?? I don't find any solution on the forum

ying-yang7
09-22-2004, 09:44 AM
First of all, you have to copy ALL the CD content to a folder, if you only want to modify the isolinux.
(This method only work if you ONLY want to change the boot/isolinux or the CD file content)

- Modify the file.
- Check that "KNOPPIX" file is in the <folder that you have copied the CD>/KNOPPIX/KNOPPIX (the last is the KNOPPIX archive)
- Create the ISO using


cd <folder that you have copied the 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 boot/isolinux/boot.cat -hide-rr-moved -o <folder where ISO will appear>/knoppix.iso <folder that you have copied the CD>


Good Luck[/code]

Juste
09-22-2004, 09:51 AM
I 'll try it again but I believe that's I 've done