/* Ajith - Syntax Higlighter - End ----------------------------------------------- */

1.16.2008

Running Linux from a USB Drive

I successfully installed LINUX on my kingston Datatraveller 2GB USB and it worked quickly and flawlessly.

Things Needed to Begin
  1. USB Storage Device - (256mb or larger recommended using USB 2.0)

  2. PC that can boot from a USB Device (check your BIOS or your User Manual)

  3. Damn Small Linux (DSL) Distro

  4. Syslinux 3.11

  5. HP USB Disk Storage Format Tool
Formatting The USB Storage Device
  1. Insert your USB Storage Device into an empty USB slot on your PC

  2. Download and Install the HP USB Disk Storage Format Tool. Once the usb disk storage format tool is installed, run it

  3. Use the following settings in the HP USB Disk Storage Format Tool
    1. Device: The name and capacity of your storage device
    2. File system: FAT
    3. Volume label: Name it what you want (I chose LINUX)
    4. Confirm the Format by clicking Yes.
    5. Once the Format is complete it will give you a list of information about the file system, volume, etc. about your device. Click OK.
Extracting Necessary Files
  1. Download and Extract the Damn Small Linux distro (dsl-4.2.4-embedded.zip) to your USB device using Win-Zip or any extraction software.

  2. Download and Extract all the files from syslinux-3.11 to a folder named Syslinux on your primary hard drive (mine is C:)

  3. In Command Prompt type cd c:\syslinux\win32 (substitute c: for the drive letter of your hard drive) and Press Enter

  4. Type syslinux.exe -f F: (F: reprents the drive letter of my USB Device. Yours may be different. GET THIS RIGHT). Press Enter.

  5. Exit from Command Prompt

Booting to Linux

Keep your USB Device plugged in and Reboot your PC. Enter your BIOS setup (usually by pressing F2 or DEL) and set your Boot order to boot from the USB Device First. Exit your BIOS and Save the Changes. Since there are MANY different BIOS you must figure out on your own if your PC supports booting from USB.

Voilla it works fine for me

REFERENCES
1. http://www.althack.com/