Template:How to prepare bootable USB drive

From fit-PC wiki
Revision as of 13:57, 20 June 2017 by Maxim (Talk | contribs) (Created page with "# Prepare bootable USB flash drive: #* Windows users - use Win32DiskImager utility: [https://sourceforge.net/projects/win32diskimager/ Win32DiskImager] #* Linux users: #** Run...")

(change visibility) (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  1. Prepare bootable USB flash drive:
    • Windows users - use Win32DiskImager utility: 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