Created
April 2, 2012 19:46
-
-
Save tjluoma/2286694 to your computer and use it in GitHub Desktop.
Enable the "Apple MacBook Air SuperDrive" on any 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Kernel Flags</key> | |
<string>mbasd=1</string> | |
</dict> | |
</plist> |
You may also have lines like these:
<key>Kernel</key>
<string>mach_kernel</string>
in that plist file.
I tried adding those lines in but it won't let me edit and save the file... how am I supposed to get around that?
@samuelslaughter you need to open the .plist
with superuser/admin privileges. try:
sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
forgot to mention, that command would be in the Terminal.app, found in Applications/Utilities folder.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Save this file to
/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
This will enable the Apple MacBook Air SuperDrive on more Macs than just the MacBook Air and Mac Mini.
For more details, see: http://www.hardturm.ch/luz/2011/10/how-to-make-the-macbook-air-superdrive-work-with-any-mac/ (he came up with this, not me)