Skip to content

Instantly share code, notes, and snippets.

@tjluoma
Created April 2, 2012 19:46
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save tjluoma/2286694 to your computer and use it in GitHub Desktop.
Save tjluoma/2286694 to your computer and use it in GitHub Desktop.
Enable the "Apple MacBook Air SuperDrive" on any Mac
<?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>
@tjluoma
Copy link
Author

tjluoma commented Apr 2, 2012

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)

@tjluoma
Copy link
Author

tjluoma commented Apr 2, 2012

You may also have lines like these:

<key>Kernel</key>
<string>mach_kernel</string>

in that plist file.

@samuelslaughter
Copy link

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?

@greenwar
Copy link

greenwar commented Nov 3, 2012

@samuelslaughter you need to open the .plist with superuser/admin privileges. try:

sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

@greenwar
Copy link

greenwar commented Nov 3, 2012

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