Ashand Posted July 26, 2011 Share Posted July 26, 2011 Hi I have installed Lion on my SERVER everything is working fine , when i turn on the server i get the chameleon menu then have to choose the boot disk to load Lion , is there a way to configure auto logon to this specific boot disk? how to enable it? Thanks Link to comment https://www.insanelymac.com/forum/topic/263610-chameleon-auto-login-in-lion/ Share on other sites More sharing options...
copperboy Posted July 26, 2011 Share Posted July 26, 2011 <key>Timeout</key> <string>5</string> add this to your com.apple.Boot.plist, this is the full version of mine <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>GraphicsEnabler</key> <string>Yes</string> <key>EthernetBuiltIn</key> <string>Yes</string> <key>Kernel Flags</key> <string>npci=0x2000</string> <key>Timeout</key> <string>5</string> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/263610-chameleon-auto-login-in-lion/#findComment-1723255 Share on other sites More sharing options...
Recommended Posts