Changes

Template:How to prepare bootable USB drive

411 bytes added, 13:57, 20 June 2017
Created page with "# Prepare bootable USB flash drive: #* Windows users - use Win32DiskImager utility: [https://sourceforge.net/projects/win32diskimager/ Win32DiskImager] #* Linux users: #** Run..."
# Prepare bootable USB flash drive:
#* Windows users - use Win32DiskImager utility: [https://sourceforge.net/projects/win32diskimager/ Win32DiskImager]
#* Linux users:
#** Run this command to figure out what device name was assigned to the USB drive: $ ls -all /dev/disk/by-id/
#** Assuming the USB drive was detected as /dev/sdx write the image on it by typing: $ sudo dd if=''filename.img'' of=/dev/sdx bs=1MB
1,916
edits