Live USB
From Wikipedia, the free encyclopedia
This article needs references that appear in reliable third-party publications. Primary sources or sources affiliated with the subject are generally not sufficient for a Wikipedia article. Please add more appropriate citations from reliable sources. (July 2008) |
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 |
---|---|
|
|
[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 |
---|---|
|
|
[edit] Examples
- Acronis True Image can create Live USBs
- BeleniX: Customized OpenSolaris installs including live CD and live USB.[3]
- Billix: A multiboot distribution and system administration toolkit with the ability to install any of the included distributions.
- Damn Small Linux: Knoppix derived small installation, uses a 2.4 kernel, with JWM as default user interface.
- Debian
- Devil-Linux: for service installations e.g. firewall/router, no graphical interface, can boot from CD or USB.
- Dyne:bolic: 100% free distribution for multimedia production, boots from CD and USB stick, with Xfce as default user interface.
- FaunOS: a live USB distribution based on Arch Linux
- Fedora (with Fedora Live USB creator)
- Gentoo Gentoo USB Live.
- Knoppix: Full live CD/USB based on Debian distro.
- Knopperdisk: A small distribution based on Gentoo but designed to be run from USB pen drives or floppy disks.
- MCNLive: Mandriva derived live CD, and live USB distribution.
- MilaX: Small OpenSolaris live CD and live USB distribution.
- Minix
- NimbleX: A small (200mb) distribution based on Slackware.
- OpenSolaris: The Distribution Constructor project has tools allowing users to build an install image.
- PCLinuxOS (http://www.pendrivelinux.com/usb-minime-2008-install-from-windows/)
- Portable Linux: Lets you use free disk space in your USB drive to transfer regular files.
- OSx86
- Pentoo: Gentoo based live CD and live USB distribution focused on penetration testing and security assessment.
- Puppy Linux Designed for easy install on USB.[4]
- RUNT Linux: Based on Slackware with a 2.4 kernel and Umsdos filesystem. Designed as a network testing tool for students at North Carolina State University.
- sidux: Based on Debian unstable (sid)
- Slax: Slackware based installation.
- Ubuntu (can be installed directly to a flash drive or USB external Hard Drive manually or using tools like usb-creator, UNetbootin, or cd2usb)
- Windows Preinstallation Environment: Freely available version of a live Windows installation, command-line only.
[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
- Extensible Firmware Interface
- extlinux
- Live CD
- Comparison of Linux Live CDs
- Disk cloning
- List of live CDs
- Persistence (computer science)
- List of tools to create Live USB systems
[edit] References
|