Live USB

From Wikipedia, the free encyclopedia

Jump to: navigation, search
A live USB of Ubuntu, running Firefox, OpenOffice.org and Nautilus.

A live USB is a USB flash drive or a USB external hard disk drive containing a full operating system which can be booted. Live USBs are closely related to live CDs, but typically have the ability to save settings and permanently install software packages back onto the USB device. Like live CDs, live USBs can be used in embedded systems for system administration, data recovery, or the testing of operating system distributions without committing to a permanent installation on the local hard disk drive. Many operating systems including Microsoft Windows XP Embedded and many of the Linux distributions and BSDs can also be used from a USB flash drive.

Contents

[edit] History

Proposed by IBM in 2004, in the papers "Reincarnating PCs with Portable SoulPads" (PDF & Summary) and Boot Linux from a FireWire device.

[edit] Benefits and limitations

Live USBs share many of the benefits and limitations of live CDs.

  • In contrast to live CDs, the data contained on the booting device can be changed and additional data stored on the same device. This allows for live USBs to be used as personal storage, as it allows a user to carry their preferred operating system, applications, and configuration as well as personal files with them, making it easy to share a single system between multiple users.
  • Live USBs provide the additional benefit of enhanced privacy, because the user can easily carry the USB device with them or store it in a secure location (e.g. a safe), reducing the opportunities for others to access their data. On the other hand, usually it is easy for a USB device to become lost or stolen, so data encryption and backup is even more important than with a typical desktop system.
  • The absence of moving parts in USB flash devices allows for faster seek time than is possible with hard drives or optical media, meaning small programs will start faster from a USB flash drive than from a local hard disk or live CD. However, as USB devices typically achieve lower data transfer rates than internal hard drives, booting from a computer lacking USB 2.0 support can be very slow.
  • Some computers, particularly older ones, may not have a BIOS that supports USB booting. Many which do support USB booting may still be unable to boot the device in question. In these cases a computer can often be "redirected" to boot from a USB device through use of an initial bootable CD or floppy disk. [1]
  • Due to the additional write cycles that occur on a full-blown installation, the life of the flash drive may be slightly reduced. This doesn't apply to systems particularly designed for live systems which keep all changes in RAM until the user logs off.[2]

[edit] Principle of installation

Various applications exist to create live USBs; examples include the Fedora Live USB Creator and UNetbootin, which works with a variety of distributions. A few Linux distribution and live CDs have ready-made scripts which perform the steps below automatically. In addition on some, extra applications can be installed, and a persistent file system can be used to store changes.

To install a live USB system on a memory stick the following steps need to be done:

  • A USB flash drive needs to be connected to the system, and be detected by it
  • One or more partitions may need to be created on the USB flash drive
  • The "bootable" flag must be set on the primary partition on the USB flash drive
  • A MBR must be written to the primary partition of the USB flash drive
  • The partition must be formatted (most often in FAT32 format, but other systems can be used too)
  • A bootloader must be installed to the partition (most often using syslinux when installing a Linux system)
  • A bootloader configuration file (if used) must be written
  • The necessary files of the operating system and default applications must be copied to the USB flash drive
  • Language and keyboard files (if used) must be written to the USB flash drive

[edit] Types of live USB

[edit] Live CD derived

The first type of live USB is created by simply taking the ISO image file from a live CD distribution and placing it on USB storage device and then making it bootable.

Advantages Disadvantages
  • Can be simple to install with no risk to other systems on hard disks.
  • The compressed format allows many applications within the limited storage available.
  • Updating the system can be as easy as replacing a single file.
  • An installation can be as small as 50MB.
  • Many live CDs are set up to be USB-aware, and write changes to a second partition on the USB device
  • Some live CDs are not set up to write to their own filesystem because a CD is typically read-only, thus it can sometimes be difficult to enable a live USB OS to store changes.
  • Making the ISO image bootable, and partitioning the USB device correctly, can be difficult.

[edit] Full install

The second type of live USB is closely related to a traditional operating system hard drive install with minor modifications like the elimination of swap partitions and files.

Advantages Disadvantages
  • Updating applications or the whole thing is as easy as the parent distribution used to create it.
  • Full system encryption possible.
  • Easier to customize with the user's preferred Window Manager and applications.
  • Base install usually starts at approximately 200MB (although some can be as little as 40MB) and grows as the user adds applications.
  • Only easy to install if the operating system provides support.
  • Will wear through the USB faster.

[edit] Examples

[edit] Comparison

Distribution Alternatives to live Cd creation File saving Application saving Boot methods
Fedora 9 Netinstaller (downloads iso & makes Usb), UNetbootin in folder none
Goblinux Zip + sh&bat scripts N/A N/A 2ram (goblinx toram)
sidux USB installer GUI in folder, on USB stick auto normal
Slax Zip + sh&bat scripts, UNetbootin N/A N/A
SliTaz none & from internal drive($tazusb) in hacker folder trough script (Tazusb) 2ram - lowram
(K,X)ubuntu UNetbootin auto auto
Wolvix none (Control Panel) auto after making permanent space (Control panel) auto AllUsb - 2Ram

Sh (for linux) & bat (for windows) are scripts that make a usb storage device bootable (they are often used after extracting files to the formatted media)

[edit] See also

[edit] References

Personal tools