iggy63 Posted April 16, 2011 Share Posted April 16, 2011 Vorrei sapere se esiste un metodo per poter eliminare o mascherare le schermate di test di avvio (quella nera) e quella del chameleon al fine di rendere più simile il lancio del pc a un mac originale. grazie da iggy Link to comment https://www.insanelymac.com/forum/topic/254927-aiuto-schermate-davvio-di-test-e-chameleon/ Share on other sites More sharing options...
Alex//3oo1 Posted April 16, 2011 Share Posted April 16, 2011 provato a portare il countdown a 1 o 0,5 ? Link to comment https://www.insanelymac.com/forum/topic/254927-aiuto-schermate-davvio-di-test-e-chameleon/#findComment-1670902 Share on other sites More sharing options...
Stex79 Posted April 16, 2011 Share Posted April 16, 2011 Vorrei sapere se esiste un metodo per poter eliminare o mascherare le schermate di test di avvio (quella nera) e quella del chameleon al fine di rendere più simile il lancio del pc a un mac originale. grazie da iggy Segui il consiglio di Alex... per quanto riguarda la schermata di test, se ti riferisci a quella del bios, non puoi farci nulla in quanto a differenza dei veri mac che usano l'EFI il tuo pc non sa che nel tuo sistema hai installato Apple OSX fin quando arriva al Boot... e quindi è impossibile saltare quel passaggio...... Link to comment https://www.insanelymac.com/forum/topic/254927-aiuto-schermate-davvio-di-test-e-chameleon/#findComment-1670914 Share on other sites More sharing options...
iggy63 Posted April 16, 2011 Author Share Posted April 16, 2011 nella mia com.apple.Boot.plist non ho il countdown....come fare? <?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</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>arch=x86_32</string> <key>Timeout</key> <string>2</string> <key>Graphics Mode</key> <string>1920x1200x32</string> <key>GraphicsEnabler</key> <string>Yes</string> <key>Legacy Logo</key> <string>Yes</string> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/254927-aiuto-schermate-davvio-di-test-e-chameleon/#findComment-1671108 Share on other sites More sharing options...
razzoCV Posted April 16, 2011 Share Posted April 16, 2011 Sarebbe: <?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</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>arch=x86_32</string> <key>Timeout</key> <string>2</string> <key>Graphics Mode</key> <string>1920x1200x32</string> <key>GraphicsEnabler</key> <string>Yes</string> <key>Legacy Logo</key> <string>Yes</string> </dict> </plist> Metti come valore 1 Link to comment https://www.insanelymac.com/forum/topic/254927-aiuto-schermate-davvio-di-test-e-chameleon/#findComment-1671115 Share on other sites More sharing options...
kpkp Posted April 17, 2011 Share Posted April 17, 2011 <key>Timeout</key><string>2</string> Sostituisci il Timeout con questo: <key>Wait</key> <string>No</string> <key>GUI</key> <string>No</string> <key>Quiet Boot</key> <string>Yes</string> Link to comment https://www.insanelymac.com/forum/topic/254927-aiuto-schermate-davvio-di-test-e-chameleon/#findComment-1671349 Share on other sites More sharing options...
Recommended Posts