Skip to main content
Home
Techies Briefcase
~ by Hari Venu

Main navigation

  • Home
  • Tools
    • Placeholder Image
    • JSON Diff
    • QR Code Generator
    • Random String Generator
    • HTML to PDF Generator
  • About me
  • Photos
  • Search

Breadcrumb

  1. Home
  2. How To Make Bootable USB Storage or Pen-drive From ISO File On Mac OS

How to make bootable USB storage or pen-drive from ISO file on Mac OS

By hari, 7 March, 2023

Steps

  • Connect your USB storage device into your laptop and open Terminal (you can find this on Spotlight search)
Try following commands
$ sudo diskutil list

The above command will help you to find the Storage device name like /dev/disk2 (/dev/disk2 is my pen-drive with 8 GB storage space)

$ sudo diskutil erasedisk FAT32 USB /dev/disk2

The above command will help you to format/erase storage device, please make sure nothing is important in that storage device.

$ sudo diskutil unmoutdisk /dev/disk2

The above command will help you to unmount storage device from your machine.

$ sudo dd if=./name.iso of=/dev/disk2 bs=1m 

The above command will help you to make your storage device bootable. This process will take time, so please wait until the process complete. In my case it took around 20 mins, it is depends on you machine resource specification.

After finishing the process remove the device from machine and use it for install or try the boot a machine.

Tags

  • Mac OS
  • Commad Line
  • Ubuntu
 

Topics

  • Form API
  • Windows
  • Drupal AI
  • Field API
  • Multilingual
  • JavaScript
  • Errors
  • professional development
  • Entity Query API
  • Mac OS
  • Drush
  • URL
  • Webform
  • Cache
  • Solar Power
  • RSA
  • Moderation
  • Coder
  • Bower
  • WSL2
  • Macbook
  • Lando
  • Permission
  • Bash Script
  • PHPSeclib
  • Articles
  • VSCode
  • Taxonomy
  • Drupal Behavior
  • Ajax API
  • Codesniffer
  • Drupal Console
  • phpcs
  • Solar Panel
  • Composer
  • Docker
  • jQuery
  • SEO
  • NPM
  • Workflow
  • Ubuntu
  • Views
  • Jellyfin
  • SSH
  • PHP
  • Android
  • Git
  • Twig
  • website
  • Neuron AI
  • MySQL
  • OOPs
  • kali
  • Commad Line Tools
  • Commad Line
  • Libraries
  • File API
  • Learning
  • Nginx
  • phpcbf
  • Drupal
  • Distribution
  • Linux
RSS Feed

Who am I !!!

Hari Venu V
harivenu.v1992@gmail.com
Mobile : +91 9895164181
Whatsapp : +91 9895164181
Linkedin
Drupal.org
Github

Document
Resume.pdf (114.38 KB)

Online Resume : Online Resume

Work !!!

Fulltime Developer @ QED42
hari.venu@qed42.com
Linkedin

Powered by Drupal & Maintained by Hari