Making a bootable USB stick

This describes how to make a USB-FDD (super-floppy) layout, bootable USB stick. The result will be bootable by the ASUS EeePC, Everex Cloudbook and the HP-2133.

This media layout (USB-FDD) is limited to 1Gbyte or smaller (2Gbyte if careful and lucky) USB sticks.

Requirements

Use your system's package manager to install the above two packages if not already installed.

Command line steps

Find what the current device assignments are:

Insert the USB stick to be written, repeat the above command; The newly displayed device is the one you just plugged in.

The newly added device will be presumed to be /dev/sdc in the following.

Zero the entire device

Force a whole device FAT format

Make the device bootable

The USB stick is now bootable. If you tried it at this point, you would get the syslinux sign-on notice and boot prompt.

To install the desired files on the now bootable stick

Make a place to mount the stick if you do not already have one.

Mount the stick.

Copy any desired files to the stick. Read the directions given by the command:

to learn how-to setup the configuration file.

The stick just created can be used to boot Linux and DOS programs, including Windows.

To safely remove the stick from the system after file changes

The FAT driver in Linux does not support the sync command, do:

Enjoy.