Questions on creating a MultiBoot CD/DVD

I just found a way which is used to crate a MultiBoot(Multiple disto) on a CD/DVD. I have found it from here multicd.tuxfamily.org. I followed all the steps given on the site but I am stucked after multicd.sh extracts the iso. It downloads a file syslinux-4.05.tar.gz which has a size of approx. 6.14 MB. The download always fails and thus the .iso is not created. I separately download that file. Now how can I tell the multicd.sh to not download the file but use this file which I downloaded. Please help.....

2 Answers

Try putting syslinux in the same directory as the shell script and running my slightly modified version:

Apologies for having to use my webserver. If it fails, then make sure that it is that the working directory contains both multicd.sh and syslinux-4.05.tar.gz I have not tested this script, unfortunately, although it should work.

5
  • Create a empty dir mkdir /tmp/multicd;
  • Go to the newly created dir cd /tmp/multicd
  • Next issue this command, it will download the latest multicd.sh git clone git://
  • Now download the ISOs you want combined on the Multiboot CD/DVD and put it in the dir with the correct name; see here for supported ISOs
  • For example get caine.iso wget
  • Download other ISOs
  • Finally run ./multicd.sh
  • This will now create a file multicd.iso
6

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like