How To prepare an ISO to USB Linux и Windows Instructions
How To prepare an ISO to USB — Linux & Windows Instructions
Linux
WARNING, the following instructions will destroy any existing data on your USB stick.
Determine what device your USB is. With your USB plugged in run:
sudo ls -l /dev/disk/by-id/*usb*
This should produce output along the lines of:
lrwxrwxrwx 1 root root 9 2010-03-15 22:54 /dev/disk/by-id/usb-_USB_DISK_2.0_077508380189-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 2010-03-15 22:54 /dev/disk/by-id/usb-_USB_DISK_2.0_077508380189-0:0-part1 -> ../../sdb1
In this example output, the USB device is sdb
Now cd to where your *.iso is
cd ~/downloads
Example
sudo dd if=filename.iso of=/dev/usbdevice bs=4M; sync
lets say the iso is named mini.iso and your USB device is sdb
Example
sudo dd if=mini.iso of=/dev/sdb bs=4M; sync
NOTE — Be sure to understand that there is never a trailing number on the end of your /dev/sdx USB device
Windows
WARNING, the following instructions will destroy any existing data on your USB stick.
1. Download win32imagewriter
2. Extract the ZIP archive to the directory of your choice, preferably the directory the Statler ISO is stored.
3. Run the Win32ImageWriter program, and click the folder icon in the Image File section.
4. In the window to “Select a disk image,” navigate to the directory the ISO is in, and type “*.iso” without the quotes. The image should appear. Click the Save button.
5. Select your USB device from the list under “Device”.
6. Click the “Write” button to write the image to the USB drive, and proceed to the following instructions concerning the installer.
Читаем еще: