3

Is it possible to create a Ubuntu Live USB installer using Ubuntu, GParted & HBCD?

If yes could anyone brief the procedure in details please?

Flyk
  • 1,480
karthick87
  • 81,947

3 Answers3

4

Here I got something, taken from pendrivelinux.com

First, install the Multisystem LiveUSB Tool

  1. Download and Open the Script with Ubuntu's Archive Manager

    Open
  2. Extract the install-depot-multiboot.sh Script to your Desktop

    Extract

    Desktop
  3. Double Click install-depot-multiboot.sh from your desktop and select the option to Run in Terminal

    Run

Second, how to use it

  1. Insert a USB Drive
  2. Launch the Script via Applications > Accessories > MultiBoot
  3. Select your USB Device from the list and click Validate

    Validate
  4. Now simply Drag and Drop an ISO into the Window to add the Distribution (repeat the process to add more ISOs)

    ISO
  5. Once finished, restart your PC, set your boot menu to boot from the USB device, Select the Distro you want to Boot and enjoy!
Drie
  • 433
  • Nice one, i will give a try? Can i include GPARTED & HBCD ? – karthick87 Jun 13 '12 at 21:09
  • Hey Drie, thanks for this nice tutorial. I successfully created a live bootable usb containing gparted & ubuntu 14.04.1 A few steps didn't work the way mentioned but I used my own knowledge to get it done. – Ravi Nov 07 '14 at 12:58
1

https://help.ubuntu.com/community/InstallAndBootMultipleLinuxFromPendriveFlashDriveUSBDisk

Should allow you to do that.

0

You can use the Ubuntu program Startup Disk Creator to put Ubuntu on a stick. You will have to specify the .iso file to use and carefully provide it with the device you want to install to. Before you proceed with installing you can tell the Disk Creator that you want persistent memory and specify how much (with a maximum of 4GB for a big stick).

The installed system will have the Ubuntu version you selected, and will have gparted.

You can then boot the USB stick and partition disks or install Ubuntu from it, etc. You can also install additional packages on it (I wouldn't update linux, however) and make other changes. Due to the persistence setting these will be saved to the USB stick from boot-to-boot.

In his comment I believe @Lord of Time was referring to the fact that flash memory has a somewhat limited lifetime, limited in the number of writes to its sectors before those particular sectors are marked lost and the flash memory loses capacity. The controller on the flash memory stick tries to spread the wear around the stick. If I understand his comment, that's the reason for using a couple of sticks and using only part of each, rather than combining them--it should allow them to last longer.

It should also be simpler, and therefore less troublesome, but a little more expensive.

John S Gruber
  • 13,336