Page 26 of 31 FirstFirst ... 162425262728 ... LastLast
Results 251 to 260 of 302

Thread: multicd.sh - combine Linux ISOS into one

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

    Re: multicd.sh - combine Linux ISOS into one

    Version 6.8 is out, it has lots of bugfixes.

    @buttate_la_pasta: I don't have that version of Hiren's, and I probably won't have the time soon to get to supporting it.

  2. #252
    Join Date
    Oct 2009
    Beans
    3

    Re: multicd.sh - combine Linux ISOS into one

    Version 6.8 is out, it has lots of bugfixes.
    Hi! Found a bug. When making a multicd using partedmagic-6.6-i686.iso (lastest stable release) the boot process fails as pmagic can never be booted. Boot manager just stays looping at automatic boot. The iso works fine on its own.

    To reproduce: Download syslinux-4.04.tar.gz and place it inside multicd folder. Rename it as syslinux.tar.gz. Copy partedmagic-6.6.iso to multicd folder and rename it to pmagic.iso. (I also added slitaz and sysrcd just for the sake of trying). Run multicd from terminal. Everything will go fine.

    Tested in virtualbox. If I edit the 1. Default settings (Runs from RAM) entry inside PartedMagic boot section to
    Code:
    /pmagic/bzImage initrd=/pmagic/initramfs ro
    The distro will boot.
    Original line contains the following
    Code:
    .com32 linux.c32 /pmagic/bzImage initrd=/pmagic/initramfs edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=256MiB
    Can you please fix it?

    Thanks

  3. #253
    Join Date
    Apr 2007
    Location
    USA
    Beans
    1,043

    Re: multicd.sh - combine Linux ISOS into one

    It will be fixed in the newest version on the git repository (once I can upload it). Thanks.

  4. #254
    Join Date
    May 2008
    Location
    Nigeria
    Beans
    2

    Re: multicd.sh - combine Linux ISOS into one

    Greetings,

    with the latest git source I get the following when i try to compile any iso:

    -> ./multicd.sh -i
    ./plugins/centos-boot.sh: line 82: syntax error: unexpected end of file
    ./plugins/centos-boot.sh: line 82: syntax error: unexpected end of file

    even if I remove the centos.sh I still get:

    ./multicd.sh -i
    ./plugins/scientific-boot.sh: line 27: syntax error near unexpected token `elif'
    ./plugins/scientific-boot.sh: line 27: syntax error near unexpected token `elif'


    So I've reverted back to the previous git compilation. Any suggestions as to why i get these errors?
    BTW,opensuse 11.4

  5. #255
    Join Date
    Aug 2007
    Beans
    46

    Re: multicd.sh - combine Linux ISOS into one

    iomari,

    just edit the file ./plugins/centos-boot.sh adding a "fi" (no quotes) at the end of the file, line 82. Then edit the file ./plugins/scientific-boot.sh (at the end of line 25 there's a typo) change "thne" to "then" (again, no quotes). Hope it helps, cheers

    Everybody,
    I'm having a problem with TinyCore/MultiCore and multicd-6.8.sh.
    Using multicore_3.8.4.iso, the script tries and fails to download SYSLINUX (“pub/linux/utils/boot/syslinux”not found)
    With MultiCore 4.0.1 (current release) there's no bzImage in .../multicd/temporary-mountpoints/tinycore/boot/
    What do I do?

    Thanks in advance
    ASENSIO
    Last edited by asensio; October 12th, 2011 at 12:09 AM.

  6. #256
    Join Date
    May 2008
    Location
    Nigeria
    Beans
    2

    Re: multicd.sh - combine Linux ISOS into one

    Thanks. It worked.

  7. #257
    Join Date
    Aug 2007
    Beans
    46

    Re: multicd.sh - combine Linux ISOS into one

    It seems the download URL to Syslinux is down... I changed it in the multicd-6.8.sh file, changed it to (lines 1892 and 1898): http://mirror.muntinternet.net/pub/l...ux-4.04.tar.gz.

    But I keep getting the Tinycore error... could someone help?
    Thanks

  8. #258
    Join Date
    Jun 2007
    Location
    Santo Domingo, D.R.
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: multicd.sh - combine Linux ISOS into one

    How can I differentiate Ubuntu 32bits, Ubuntu 64bits from Xubuntu and Lubuntu? Because when I create the CD I end up with 4 files called Ubuntu and once burned turned out to be 4 copies of the same version.
    Lenovo Ideapad Y530
    Intel Core 2 Duo T5800 @ 2.00GHz
    4 GB PC3-8500 DDR3 SDRAM 1066MHz
    Intel Integrated Graphics X4500

  9. #259
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: multicd.sh - combine Linux ISOS into one

    I use this - uname -m in Ubuntu, not sure if same in other versions?

    if [ $(uname -m) == 'x86_64' ]; then
    # 64-bit
    apt-get install w64codecs libdvdcss2
    else
    # 32-bit
    apt-get install w32codecs libdvdcss2
    fi
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  10. #260
    Join Date
    Jun 2007
    Location
    Santo Domingo, D.R.
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: multicd.sh - combine Linux ISOS into one

    OK, that's for 32, 64 bits, but what about he other 2 distros? multicd marks them as Ubuntu, and there is my huge problem. Xubuntu and Lubuntu ends up as Ubuntu.
    Lenovo Ideapad Y530
    Intel Core 2 Duo T5800 @ 2.00GHz
    4 GB PC3-8500 DDR3 SDRAM 1066MHz
    Intel Integrated Graphics X4500

Page 26 of 31 FirstFirst ... 162425262728 ... 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
  •