Instructions for Ubuntu install on 2010 Macbook Air
Has anyone tried linux, Ubuntu specifically, on an Air? I have Ubuntu running on my work iMac, and both Audio and Wireless don't work. I'm wondering what problems I might encounter on an Air.
Thoughts?
Completely agree, there are definitely a lot of fantastic reasons to install Ubuntu along side. I'm currently running the new Macbook air 11 inch with Ubuntu installed and love it. Here's what you need to do:
- Install rEFIt so you can boot into your linux partition, before doing anything:
http://refit.sourceforge.net/
- Make a new partition you want to install linux on with disk utility in os x
- So far, I have not been able to get the 64-bit version to work, so I recommend using the 32-bit version (monitor just goes blank, without options to fix). The only issue with the 32-bit is that it will only recognize up to 3gb of ram, so if you can find a way to get the 64-bit version to work, let me know!
- Upon booting your disc or flash drive, make sure to hit F6 before selecting the try or install options, and enable "nomodeset." If you don't do this, your monitor will go blank during the install has the linux CD will have no way to access your video card.
- Format your new partition to ext2 or 3 format and install! Make sure you selected to install 3rd party drivers, or your wireless won't work upon first boot. This is important because you'll need to install the nvidia drivers over wireless upon first boot.
- Upon first boot, you're going to need to enable "nomodeset" again, or you'll have the same issue with your monitor going blank. Hit e in grub, replace "quiet and splash" with "nomodeset" and hit ctrl+x to start up.
- Immediately, install the nvidia drivers by going to System > Administration > Additional Drivers. Once installed, reboot into linux!
- Now, in order to get multitouch, volume keys, sound, brightness keys, fans, etc. to all be working properly in Ubuntu, I recommend you check this page:
https://help.ubuntu.com/community/MacBookAir3-2/Meerkat
Once you follow the instructions there, you're macbook air will be a fantastic portable linux machine! So far, I have everything working 100%, get great battery life, and am enjoying all of the OS X niceties like multitouch, etc. Definitely happy, but it takes a bit of work to get it all setup correctly. I also recommend the mac-fuse + ext2-fuse tool:
http://sourceforge.net/projects/fuse-ext2/ to have your linux partition accessible in OS X.
Good luck!