Skip to content

Instantly share code, notes, and snippets.

@paultreny
Forked from tjluoma/com.apple.Boot.plist
Created September 12, 2013 06:15
Show Gist options
  • Save paultreny/6533568 to your computer and use it in GitHub Desktop.
Save paultreny/6533568 to your computer and use it in GitHub Desktop.
<?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>
@paultreny
Copy link
Author

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)

sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.Boot "Kernel Flags" -string ""

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