Last active
December 23, 2015 01:29
-
-
Save zamaterian/6561135 to your computer and use it in GitHub Desktop.
efi boot linux on mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create linux boot disk : | |
sudo dd if=/home/te/Downloads/linuxmint-17-mate-64bit-v2.iso of=/dev/sdc1 bs=4k | |
# disable boot sound on os x | |
Just open up the Terminal application, you can find it in “Applications” -> “Terminal,” and enter the following on the command line: | |
sudo nvram SystemAudioVolume=%80 | |
# boot from usb. | |
with os x, after a shutdown then during boot hold option down for bootmenu | |
# linux without refind grub directly :) | |
http://community.linuxmint.com/tutorial/view/1643 | |
restricted driver for wifi exists in the apt cache on the installed linux. | |
# remap fn f1=fx | |
> cat /etc/modprobe.d/hid_apple.conf | |
options hid_apple fnmode=2 | |
ctrl+d | |
After : | |
sudo update-initramfs -u | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment