Skip to content

Instantly share code, notes, and snippets.

@tphdev
Created September 18, 2017 00:51
Show Gist options
  • Save tphdev/2fa697cf4c8c993eb326a8548a5380e7 to your computer and use it in GitHub Desktop.
Save tphdev/2fa697cf4c8c993eb326a8548a5380e7 to your computer and use it in GitHub Desktop.
Mac Install
1. Clear USB w/ Disk Utitlity, format w/ MSDOS(FAT)
2. Download unetbootin
http://unetbootin.github.io/
3. Configure target drive for usb
/Volumes/UNetbootin/unetbootin.app/Contents/MacOS/unetbootin installtype=USB targetdrive=/dev/disk2s1
4. Run unetbootin installer -- select ubuntu 16.04x64
5. Create partition on mac
6. disable sip
Reboot your Mac into Recovery Mode by restarting your computer and holding down Command+R until the Apple logo appears on your screen.
Click Utilities > Terminal.
In the Terminal window, type in csrutil disable and press Enter.
Restart your Mac.
7. ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment