Skip to content

Gaurav Kuwar

  • Home
  • Categories
    • Notes
    • Linux
    • Python
    • Android
  • Certifications
  • About me

Tag Archives: dd

Flash OS image to USB drive with dd command

Open Terminal Type sudo su to enter root and type in your password Type diskutil on Mac or lsblk on linux to determine the name of flash drive for example disk4 or disk2. Mac Linux Next we have to flash image to the flash driver with dd. Mac dd if=<OS_Image_File>  of=<disk_path> bs=1m conv=sync Linux ddContinue reading “Flash OS image to USB drive with dd command”

Gaurav Kuwar, Proudly powered by WordPress.