iDamian Posted September 10, 2011 Share Posted September 10, 2011 Ciao a tutti, nel mio hack con snow 10.6.8 non posso avviare con kernel a 64 bit (dicitura nel profiler). Perchè? La CPU è compatibile, il resto dell'hardware centra nell'impossibilità di far partire il kernel a 64 bit? Con il sistema in firma System profiler mi dice che è un MacPro 2,1 e quindi non abilita il kernel a 64. EFI 64 è in opera e nella lista software/applicazioni del profiler quelle che possono sono abilitate a 64 bit (intel). La domanda finale è: è un errore la dicitura nel profiler ma viene caricato? Spero di esser stato chiaro, altrimenti chi vuole aiutarmi chieda che cerco di spiegarmi meglio. Grazie a chi passa di qui Ciao Damiano Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/ Share on other sites More sharing options...
Fabio1971 Posted September 10, 2011 Share Posted September 10, 2011 devi mettere al posto MacPro 2.1 nel smbios.plist : <key>SMproductname</key> <string>MacPro3,1</string> Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1746823 Share on other sites More sharing options...
iDamian Posted September 11, 2011 Author Share Posted September 11, 2011 Ciao Mandro71, grazie dell'aiuto ma non trovo il file smbios.plist Ho fatto una ricerca in rete ed ho trovato, QUI che System profiler usa il file SPPlatformreporter.spreporter per visualizzare le info del sistema ma non capisco se, come e cosa devo editare.... Ciao Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747080 Share on other sites More sharing options...
Fabio1971 Posted September 11, 2011 Share Posted September 11, 2011 il smbios.plist lo trovi nella cartella Extra Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747102 Share on other sites More sharing options...
iDamian Posted September 11, 2011 Author Share Posted September 11, 2011 la cartella extra non è visibile. il file smbios.plist non c'era e l'ho creato con lizard. ora c'è, con la modifica da te suggerita, ma non cambia niente... Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747209 Share on other sites More sharing options...
Fabio1971 Posted September 11, 2011 Share Posted September 11, 2011 strano la cartella Extra la devi vedere in root Allora il file smbios.plist dove si trova in root Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747214 Share on other sites More sharing options...
iDamian Posted September 11, 2011 Author Share Posted September 11, 2011 OK, adesso ho come modello un MacPro 3,1 però non parte il kernel a 64 bit... c'è un modo per capire, senza system profiler, quale kernel viene usato? magari è solo una dicitura sbagliata del profiler, visto che il nome del modello glielo posso modificare io.....quanto è affidabile? Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747309 Share on other sites More sharing options...
Fabio1971 Posted September 12, 2011 Share Posted September 12, 2011 Per caso che boot hai installato nella cartella Extra hai un file c.a.b.p. e aprendo il file come è scritto il Kernel flags Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747435 Share on other sites More sharing options...
iDamian Posted September 12, 2011 Author Share Posted September 12, 2011 sempre più sconsolato... <?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>Kernel Flags</key> <string>arch=X86_64|</string> <key>GraphicsEnabler</key> <string>Yes</string> <key>Timeout</key> <string>1</string> <key>Legacy Logo</key> <string>Yes</string> <key>EthernetBuiltIn</key> <string>Yes</string> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747468 Share on other sites More sharing options...
Fabio1971 Posted September 12, 2011 Share Posted September 12, 2011 Boot installato perchè va rinominato c.a.b.p. <?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>Kernel Flags</key> <string></string> <key>GraphicsEnabler</key> <string>Yes</string> <key>Timeout</key> <string>1</string> <key>Legacy Logo</key> <string>Yes</string> <key>EthernetBuiltIn</key> <string>Yes</string> </dict> </plist> Deve essere così Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747470 Share on other sites More sharing options...
iDamian Posted September 12, 2011 Author Share Posted September 12, 2011 appena torno a casa modifico. un dubbio: stringa vuota per kernel flag gli fà caricare di default i 32 bit. sbaglio? Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747542 Share on other sites More sharing options...
Fabio1971 Posted September 12, 2011 Share Posted September 12, 2011 stringa vuota per kernel flag gli fà caricare di default i 32 bit. sbaglio? Ti sbagli fa caricare 64 bit Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747581 Share on other sites More sharing options...
iDamian Posted September 12, 2011 Author Share Posted September 12, 2011 fatta anche questa modifica. RISOLTO!!!!!!!!! GRAZIE infinite Mandro71 Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747613 Share on other sites More sharing options...
Fabio1971 Posted September 12, 2011 Share Posted September 12, 2011 Di Niente Sistema il TAG con Risolto Link to comment https://www.insanelymac.com/forum/topic/267693-risolto-64-bit-cosa-c%C3%A8-di-sbagliato/#findComment-1747615 Share on other sites More sharing options...
Recommended Posts