Results 1 to 8 of 8

Thread: MultiBoot Live USB can't actually boot the OS's on the flash drive

  1. #1
    Join Date
    Nov 2009
    Location
    The Dead British Empire
    Beans
    114
    Distro
    Ubuntu

    Question MultiBoot Live USB can't actually boot the OS's on the flash drive

    MultiBoot Live USB can't actually boot the OS's on the flash drive.

    Hello, I'm in Mint and well I wanted to have multiple live OS's on my 8GB flash drive that I could plug into any PC and use (going through the boot options of course) and I thought I came across something that could do that seen here:

    Code:
    http://liveusb.info/dotclear/index.php?
    The application installed fine (a tad fiddly maybe). All MultiBoot live appears to have done is copy the extracted distro's/OS's (.iso's) to the flash drive and also created a boot directory.

    Now the problem is when I reboot and select boot from USB nothing happens, it doesn't load to a boot menu (like it would if I say used uNETbootin) I was expecting to see Multiboot USB's version of Grub2 with a choice of the two distro's/OS's that were copied to the flash drive.

    OK any help or an alternative method in which I can boot multiple OS's (live distro's) from USB would be appreciated, I'll upload screenshots if needed.

    Please Reply ASAP!

    - regards

    - Mi11z.
    Last edited by Perfect Storm; November 8th, 2011 at 07:17 AM. Reason: added prefix
    Windows is my Secretary | OSX is my Girlfriend | GNU/Linux is my Wife - It's as simple as traffic lights! ;D

  2. #2
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: MultiBoot Live USB can't actually boot the OS's on the flash drive

    Moved to Other OS/Distro Talk.

  3. #3
    Join Date
    Nov 2009
    Location
    The Dead British Empire
    Beans
    114
    Distro
    Ubuntu

    Re: MultiBoot Live USB can't actually boot the OS's on the flash drive

    Quote Originally Posted by Artificial Intelligence View Post
    Moved to Other OS/Distro Talk.
    Cheers, A wise decision.
    Windows is my Secretary | OSX is my Girlfriend | GNU/Linux is my Wife - It's as simple as traffic lights! ;D

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

    Re: MultiBoot Live USB can't actually boot the OS's on the flash drive

    I created several flash drives manually before I found some of the scripts that automate the process.

    Post this with flash drive plugged in to see if grub2 was installed correctly.

    Boot Info Script courtesy of forum members meierfra & Gert Hulselmans
    Page with instructions and download:
    http://bootinfoscript.sourceforge.net/
    Paste contents of results.txt in a New Reply, then highlight entire file and click on # in edit panel(code tags) to make it easier to read.
    Or You can generate the tags first by pressing the # icon in the New Reply Edit toolbar and then paste the contents between the generated [ code] paste here [ /code] tags.
    V60 has improved formating and requires code tags to make it legible. New Version is a zip file that you have to extract to get .sh to run.

    Manual way which may help in understanding how it is done.
    MultiBoot USB with Grub2 (boot directly from iso files)
    Basically you just install grub2, create a folder for the isos and edit a grub.cfg to loop mount the isos.
    HOWTO: Booting LiveCD ISOs from USB flash drive with Grub2
    http://ubuntuforums.org/showthread.php?t=1288604
    http://ubuntu-ky.ubuntuforums.org/sh....php?t=1535864
    Install grub2 to USB -general info
    http://members.iinet.net/~herman546/....html#GRUB_USB
    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.

  5. #5
    Join Date
    Nov 2009
    Location
    The Dead British Empire
    Beans
    114
    Distro
    Ubuntu

    Re: MultiBoot Live USB can't actually boot the OS's on the flash drive

    Well, thank you a wonderful detailed reply there, I think you've covered everything I may need. I'll get back to you, I've also just read about YUMI for windows but your right I'd also like to learn more about the process.

    I'd also somehow like to get the new chromeOS on there (http://chromeos.hexxeh.net/) too it's a .img file I've tried to load it on the USB with Multiboot USB but when I tried it, I got an error that said I had specify the file system type. so =/ lol why can't it just be easy.
    Last edited by Mi11z; November 8th, 2011 at 07:37 PM.
    Windows is my Secretary | OSX is my Girlfriend | GNU/Linux is my Wife - It's as simple as traffic lights! ;D

  6. #6
    Join Date
    Nov 2009
    Location
    The Dead British Empire
    Beans
    114
    Distro
    Ubuntu

    Re: MultiBoot Live USB can't actually boot the OS's on the flash drive

    OK well funny turn of events.

    When using MultiBoot I thought I would use the built in QEMU and then actually load one of the copied/installed distros/.iso's and it worked for both Toorox and Crunchbang I let them load as far as possible (up to the point where it loaded graphics, xorg xserver etc. and obviously it failed there because QEMU isn't designed to handle graphics which is fair enough) so I then quit QEMU in the safest way possible, rebooted, selected boot USB device and hey presto Multiboot's version of Grub2 loaded through I then selected Toorox, I later tried Crunchbang and both loaded without fail as they normally would from a live USB or CD.

    So my only problem now is that I'm trying to get ChromeOS (.img downloaded from the link mentioned above) on the flash drive hopefully in the same way, could I please have some help with that please?
    Last edited by Mi11z; November 8th, 2011 at 09:14 PM.
    Windows is my Secretary | OSX is my Girlfriend | GNU/Linux is my Wife - It's as simple as traffic lights! ;D

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

    Re: MultiBoot Live USB can't actually boot the OS's on the flash drive

    I have not seen a Chrome boot stanza. Each ISO must be designed to be bootable and not all are. Is Chrome directly bootable?

    Some of the scripts extract the kernel & init files and boot those then load the rest of the files. I know that was what I had to do to get Puppy to work.
    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.

  8. #8
    Join Date
    Nov 2009
    Location
    The Dead British Empire
    Beans
    114
    Distro
    Ubuntu

    Re: MultiBoot Live USB can't actually boot the OS's on the flash drive

    Quote Originally Posted by oldfred View Post
    I have not seen a Chrome boot stanza. Each ISO must be designed to be bootable and not all are. Is Chrome directly bootable?

    Some of the scripts extract the kernel & init files and boot those then load the rest of the files. I know that was what I had to do to get Puppy to work.
    Ok so how would I go about doing that with ChromeOS? and do you know of any other downloads for it perhaps in .iso form? =/
    Windows is my Secretary | OSX is my Girlfriend | GNU/Linux is my Wife - It's as simple as traffic lights! ;D

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
  •