Page 20 of 31 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 302

Thread: multicd.sh - combine Linux ISOS into one

  1. #191
    Join Date
    May 2008
    Location
    Nigeria
    Beans
    2

    Re: multicd.sh - combine Linux ISOS into one

    Quote Originally Posted by maybeway36 View Post
    Thanks! It turned out to be a mistake in the code writing the menu entires - I mistakenly assumed that Puppy always had its own folder. It's fixed now in the git repository version.

    Cool. Puppy now works, pmagic works, weakerthan works.

    The last one still not working is Freedos Full. Reports Invalid Opcode.

  2. #192
    Join Date
    Jun 2010
    Beans
    1

    Re: multicd.sh - combine Linux ISOS into one

    Great work!
    Can you patch the debian-installer script to support the new version?


    ~/dev/git/multicd/plugins$ git diff
    diff --git a/plugins/debian-install.sh b/plugins/debian-install.sh
    index 9decbe3..cf2c5f3 100755
    --- a/plugins/debian-install.sh
    +++ b/plugins/debian-install.sh
    @@ -24,7 +24,7 @@ set -e
    - echo "debian-5*.iso debian-install.iso none"
    + echo "debian-6*.iso debian-install.iso none"

    Thanks!

  3. #193
    Join Date
    May 2008
    Location
    Nigeria
    Beans
    2

    Re: multicd.sh - combine Linux ISOS into one

    This is awesome. I just did a dcfldd with the iso to my flash and it worked perfectly. No more Cd/DVD's for me.

    I didn't notice that the script ran isohybrid at the end until today. Now I 'm going to make a super huge iso with every possible supported distro and tool to my usb HD and see how it comes out.

    On a side note. Nothing to do with my revelation above , kubuntu and the gnome version (both 11.04) just hangs on the splash screen when loading.

    Also, the latest version of geexbox freezes on start menu. works as standalone CD so it's not the iso.

    Backtrack 5 not working:

    -> ./multicd.sh
    md5sum: WARNING: 1 computed checksum did NOT match

    Plugins that are not from the official release: plugins/netbootcd.sh ./plugins/kubuntu.sh
    Make sure you trust every script in the plugins folder - all these scripts will get root access!
    Press Ctrl+C to cancel

    BackTrack
    Endian Firewall
    WeakNet Linux
    MSDos6.22
    Super Grub Legacy
    Super Grub2
    Memtest86+

    Continuing in 2 seconds - press Ctrl+C to cancel
    Copying BackTrack...
    mount: warning: /tmp/multicd-root/backtrack/ seems to be mounted read-only.
    cp: cannot stat `/tmp/multicd-root/backtrack/boot/vmlinuz': No such file or directory

    ->
    Last edited by iomari; May 17th, 2011 at 04:23 PM.

  4. #194
    Join Date
    Apr 2007
    Location
    USA
    Beans
    1,043

    Re: multicd.sh - combine Linux ISOS into one

    No new bugfixes to report, but I now have seperate plugins for Debian i386 netinst (debian-install.iso) and Debian amd64 netinst (debian-install64.iso). See if using them both works. I think it might.
    http://git.tuxfamily.org/?p=gitroot/...;h=HEAD;sf=tgz

  5. #195
    Join Date
    May 2008
    Location
    Nigeria
    Beans
    2

    Re: multicd.sh - combine Linux ISOS into one

    After your last git update, i receive this error when backtrack is not part of the collection:

    ./functions.sh: line 144: multicd-working/boot/backtrack/backtrack.cfg: No such file or directory

    Can you make Endian Firewall a sub menu like you did for backtrack?

    Can the full windows 7 DVD be used instead of the recovery? I know it's big but I'm working on my super iso to put on my USB HD.
    Last edited by iomari; May 18th, 2011 at 05:26 PM.

  6. #196
    Join Date
    Apr 2007
    Location
    USA
    Beans
    1,043

    Re: multicd.sh - combine Linux ISOS into one

    Quote Originally Posted by iomari View Post
    After your last git update, i receive this error when backtrack is not part of the collection:

    ./functions.sh: line 144: multicd-working/boot/backtrack/backtrack.cfg: No such file or directory
    Thanks for the tip. I just fixed it.
    Can you make Endian Firewall a sub menu like you did for backtrack?
    Sure. I'll do that soon.
    Can the full windows 7 DVD be used instead of the recovery? I know it's big but I'm working on my super iso to put on my USB HD.
    I'm not sure. I've never tried it.

  7. #197
    Join Date
    May 2008
    Location
    Nigeria
    Beans
    2

    Re: multicd.sh - combine Linux ISOS into one

    Thanks for the speedy reply.

    There is still the issue of ubuntu not booting.
    Last edited by iomari; May 18th, 2011 at 08:59 PM.

  8. #198
    Join Date
    Oct 2010
    Location
    Pikes Peak
    Beans
    1,175
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: multicd.sh - combine Linux ISOS into one

    Quote Originally Posted by maybeway36 View Post
    Thanks for the tip. I just fixed it.

    Sure. I'll do that soon.

    I'm not sure. I've never tried it.
    I don't mean to any way be rude but I am in need of creating a usb multi distro installer that includes bootable utilities as well. I've been looking at this http://www.pendrivelinux.com/yumi-mu...t-usb-creator/

    Other that the obvious fact that it seems I can reach you here should I need, can you tell me what the benefits are in using your script vs. yumi? Your script and yumi are the best options I've found and I just want to decide on my direction.
    Jim
    Toshiba Satellite L505-S6946
    Precise, Fedora, Kororaa, Bodhi

  9. #199
    Join Date
    Apr 2007
    Location
    USA
    Beans
    1,043

    Re: multicd.sh - combine Linux ISOS into one

    You could always use them both
    YUMI, I think, works with USB but not with a CD/DVD. It uses SYSLINUX to boot the USB drive. Unlike with MultiCD, you could use it and still have your USB drive be writable (MultiCD uses an ISO image with isohybrid, which makes it read-only.)
    Also, YUMI is a GUI program for Windows, while MultiCD is a text-mode script that only works on Linux.

  10. #200
    Join Date
    May 2008
    Location
    Nigeria
    Beans
    2

    Re: multicd.sh - combine Linux ISOS into one

    Greetings,

    If I want to add both the 32 and 64 bit version of win7recovery, can I make a copy of the win7recovery.sh script, rename it and make the necessary changes in the new file?

    check the attachments

    btw: in case anyone is looking for the win 7 recovery disk: http://cybernetnews.com/windows-7-recovery-disc/

    Ok, I tried this and both 32 and 64 have a "windows failed to start....." error. So I tried the original script and just the 32bit win7recovery.iso and I get the same thing. So the problem seems to be that the default scripts for the default iso don't work. If you can get that to work then I guest my new scripts for both version will work.
    Just to confirm, I burned the win7recovery iso directly and it works so the problem is not the iso.
    Attached Files Attached Files
    Last edited by iomari; May 19th, 2011 at 02:00 PM.

Page 20 of 31 FirstFirst ... 10181920212230 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •