Skip to content

Instantly share code, notes, and snippets.

@vojd
Created April 12, 2013 18:05
Show Gist options
  • Save vojd/5373931 to your computer and use it in GitHub Desktop.
Save vojd/5373931 to your computer and use it in GitHub Desktop.
Create LinuxMint bootable USB

Creating a bootable USB stick with LinuxMint 14 (works on both Debian and Ubuntu versions)

For OSX

hdiutil convert -format UDRW -o linuxmint-14.1-mate-dvd-64bit.img linuxmint-14.1-mate-dvd-64bit.iso

remove auto-appended .dmg file extension

mv linuxmint-14.1-mate-dvd-64bit.img.dmg linuxmint-14.1-mate-dvd-64bit.img

diskutil list
  ``note the device name for the usb drive``
diskutil unmount /dev/disk1

sudo dd if=linuxmint-14.1-mate-dvd-64bit.img of=/dev/rdisk1 bs=1m

diskutil eject /dev/disk1

Finshed, restart and run

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