Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


bootable_usb_drive_from_.iso_file_in_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bootable_usb_drive_from_.iso_file_in_linux [2019/04/13 12:51] – created juckinsbootable_usb_drive_from_.iso_file_in_linux [2019/04/13 18:56] (current) juckins
Line 16: Line 16:
  
 <code> <code>
-dd if=ubuntu-18.04.2-desktop-amd64.iso | pv | of=/dev/sdg+dd if=ubuntu-18.04.2-desktop-amd64.iso | pv | dd of=/dev/sdg
 </code> </code>
 +
 +Notes:
 +
 +  * If USB drive has multiple partitions and you want a clean format, use Linux's gparted application (ex. gparted-0.33.0-1.el7.x86_64) to select the USB drive and do a FAT32 format on it.
bootable_usb_drive_from_.iso_file_in_linux.1555174292.txt.gz · Last modified: 2019/04/13 12:51 by juckins