Skip to content

Instantly share code, notes, and snippets.

@guyjin
Created April 30, 2013 05:43
Show Gist options
  • Save guyjin/5486790 to your computer and use it in GitHub Desktop.
Save guyjin/5486790 to your computer and use it in GitHub Desktop.
Mac: ubuntu iso extraction
1. Open the Disk Utility gui application. (Easy way to find it: Search using spotlight.)
2. Drag the original .iso from Finder into the images section of Disk Utility (on the left side underneath the mounted drive list), and then double click on it there. A faded "diskNs1" should appear underneath it, and a dialog box will say the disk is not mountable. The "diskNs1" is the embedded .iso.
3. Run "dd if=/dev/rdiskNs1 of=./ubuntu-extracted.iso bs=1m" to copy out the working .iso image.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment