![]() |
how to use mkisofs or genisoimage
I want to make a back up or livecd of my debian system and don't know how to use mkisofs
the command i used was mkisofs -b -o ../ but got this result: image not written to terminal. I need help??? |
Here is a link that may be helpful:
http://www.bo.infn.it/alice/alice-do...ed/node25.html Plus you might benefit from reading the manual: Code:
man mkisofsFordeck |
here you go
I got a couple gifts for ya this scitp is called make_iso.sh it is found in linux-live-scripts, slax, and any slax dirivative Code:
#!/bin/bashplace that script in /boot folder, with a isolinux folder in there which must contain isolinux.bin either click or double-clcik it to invoke, choose run or run in terminal remembere to make the name end in .iso like mycd.iso u can also invoke in terminal, Code:
./make_iso.shthis script is to make a grub-bootable iso Code:
#!/bin/bashyou can edit the name grub.iso to whatever and whatever folder you use instead of GRUB basically, you need a boot/grub folder with at least stage2 in there so, just copy all of grub to the boot/grub folder cp -a /usr/lib/grub/i386-pc/* /wherever/boot/grub folder is so, just copy and paste those 2 scripts to a new text file and save one as make_iso.sh and the grub one as make_grubiso.sh EDIT: I always leave stuff out huh? short-term memory problems Linus72? LOL OH, uh...so, lets say you got a folder named "LAB" on your desktop inside that folder is your "GRUB" folder for making a grub-iso this is what the folder LAB would conatin GRUB make_grubiso.sh and then inside the GRUB folder would be for example with DSL iso boot KNOPPIX inside the boot folder would be a isolinux folder and a grub folder you put there which must contain stage2_eltorito (best just to copy everything from /usr/lib/grub/i386-pc to LAB/GRUB/boot/grub) |
| All times are GMT -5. The time now is 07:41 AM. |