Differences between revisions 14 and 18 (spanning 4 versions)
Revision 14 as of 2005-11-07 07:34:36
Size: 2120
Editor: PeMac
Comment:
Revision 18 as of 2005-11-11 06:57:28
Size: 2136
Editor: PeMac
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=== BIOS and Mass storage interface=== === BIOS and USB standard mass storage interface ===
Line 4: Line 4:
* One method is called the "USBHDD" method and it is used to support the booting of standard USB mass storage devices that are configured like a normal PC hard drive.
* The other method is called the "USBZIP" method and it supports booting from a USB storage device that behaves like the original IOMEGA ZIP drive with USB support.
 * One method is called the "USBHDD" method and it is used to support the booting of standard USB mass storage devices that are configured like a normal PC hard drive.
 * The other method is called the "USBZIP" method and it supports booting from a USB storage device that behaves like the original IOMEGA ZIP drive with USB support.

BIOS and USB standard mass storage interface

There are two common BIOS methods for direct USB booting:

  • One method is called the "USBHDD" method and it is used to support the booting of standard USB mass storage devices that are configured like a normal PC hard drive.
  • The other method is called the "USBZIP" method and it supports booting from a USB storage device that behaves like the original IOMEGA ZIP drive with USB support.

Most computers (just about all Dells, for example) made today have a BIOS that supports the USBHDD method so I expect that this will eventually become the standard way to boot a USB device. However, many motherboards will support BOTH methods, and many older motherboards have USBZIP support.

You need a USB device with standard mass storage interface to work with Linux.

See StandardPendrive.

USB pendrive location

Most USB pendrives are located at device name "?sda" after they are plugged into the USB port.

However, you can verify this location by typing this command inside a terminal window:

  • dmesg | grep scsi -A 3

and it should tell you the device name for your USB (SCSI emulated) devices and vendor name.

See : ["dmesg"].

Obtain the installation files from ISO file

You have to use IsoBuster (see ["

More information

See also:

  • ?BootingFromFloppyToUsb .

  • ["growisofs"].