Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Documentation

    Multiboot USB pen

    Download button

    No screenshots available
    Downloads: 35,240  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.2/5)
    7 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    grml-Team | More programs
    FDL / FREE
    November 20th, 2008, 13:53 GMT
    ROOT / Documentation

     Read user reviews (0)  Refer to a friend  Subscribe

    Multiboot USB pen description

    A tutorial to create a multiboot USB pen

    By following this tutorial is possible to get a multiboot USB pen, with grml 1.1, grml64 0.2 and grml-medium. This might be useful if you need a 32bit together with a 64bit version on just one medium like a USB pen.

    First of all take the 32bit version and install it to your USB pen using grml2usb. Then proceed as follows:

    # Mount the USB pen (in this example /dev/sdb1) where you installed
    # the first grml ISO using grml2usb:
    GRML2USB=/mnt/usb-sdb1
    mount ${GRML2USB}

    # Mount the second ISO as well:
    TARGET=/mnt/test
    mount -o loop /grml/grml-isos/grml64_0.2.iso ${TARGET}

    # Set up squashfs:
    cp ${TARGET}/live/grml64.squashfs ${GRML2USB}/live/grml64.squashfs
    echo grml64.squashfs >> ${GRML2USB}/live/grml64.module

    # Copy kernel and initrd:
    cp ${TARGET}/boot/grml64/initrd.gz ${GRML2USB}/grml64.gz
    cp ${TARGET}/boot/grml64/linux26 ${GRML2USB}/grml64


    Now adjust syslinux.cfg and add an additional entry for the second ISO. Usage example:

    # cat syslinux.cfg
    [...]
    # Configuration for 32bit grml (being present already):
    LABEL grml
    MENU LABEL grml - Standard Bootup
    MENU DEFAULT
    KERNEL linux26
    APPEND apm=power-off lang=us vga=791 quiet initrd=initrd.gz boot=live nomce

    # Add an additional configuration entry for 64bit grml:
    LABEL grml64
    MENU LABEL grml - Standard Bootup
    MENU DEFAULT
    KERNEL grml64
    APPEND apm=power-off lang=us vga=791 quiet initrd=grml64.gz boot=live module=grml64 nomce
    [...]


    Finally invoke syslinux (don’t forget to adjust the device name according to your needs):

    syslinux /dev/sdb1

    That’s it! Now you should have a USB pen which lets you choose “grml64” on the bootprompt to boot the 64bit version of grml.


    Product's homepage

    Requirements:

    · grml

      


    TAGS:

    grml USB | multiboot USB | grml | multiboot | USB



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM