How To use the MacBook Air SuperDrive on other Mac computers
erics, June 11th, 2013
Edit the file: /Library/Preferences/SystemConfiguration/com.apple.Boot.plist Make sure that the two lines “Kernel Flags” and “mbasd=1” exist:
1 2 3 4 5 6 7 8 |
<?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> |