Skip to content

Instantly share code, notes, and snippets.

@aroman
Last active June 18, 2017 01:52
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aroman/2e0fd6c5a6964323c441 to your computer and use it in GitHub Desktop.
Save aroman/2e0fd6c5a6964323c441 to your computer and use it in GitHub Desktop.
Creating a Mac-bootable USB drive from an elementary OS ISO

How to turn an Isis ISO into USB installation media

Using the command line

  1. Download the ISO. Let's assume it's in ~/Downloads.
  2. Convert the ISO to DMG format: hdiutil convert -format UDRW -o isis elementaryos-unstable-amd64.20140529.iso.
  3. Insert your >1GB USB drive into your Mac.
  4. Determine and make note of the mount point of your USB drive.

Using Disk Utility

  1. Download the ISO. Let's assume it's in ~/Downloads.
  2. Open Disk Utility.
  3. Convert the ISO to DMG format:
  4. In Disk Utility, click Images > Convert....
  5. Select the ISO and click Convert.
  6. Set Image Format to read/write.
  7. Click Save.
  8. Insert your >1GB USB drive into your Mac.
  9. Erase your USB Drive:
  10. Select your USB Drive from Disk Utility's sidebar.
  11. Determine and make note of the mount point of your USB drive:
  12. In Disk Utility, click on your USB Drive in the sidebar.
  13. Click File > Get Info.
  14. Note the value of the Disk Identifier key.
  15. Unmount the USB Drive:
  16. In Disk Utility's sidebar, select the
@davede-git
Copy link

Where to download elementaryos-unstable-amd64.20140529.iso? Can't find... Could you share it, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment