Jump to content
30 posts in this topic

Recommended Posts

Salve a tutti, ero convinti fosse un problema dovuto ai kext audio, tanto da aver aperto un altro post a riguardo. Sfortunatamente nn è così. Da un po' il mio pc freeza completamente, il più delle volte se lo lascio per qualche minuto inutilizzato ( blocchi hd e screensaver vari sono disattivati ).

 

Come mi suggerivano nell'altro thread ecco qualche info.

 

Bootloader: clover

Kext aggiuntivi: fakesmc,nullcpupowermanagement e applehda - hdaenable7

 

Non mi pare di avere altre grandi particolarità, la configurazione hardware è in firma e il istema viene riconosciuto come iMac (21.5 pollici, Metà 2010)

 

Se serve altro per cercare di capire cos'è che funziona male non esitate.

 

Ecco alcune cose che ho notato. Dopo il blocco non funziona neppure il tasto di reset, sono costretto a spegnere con il pulsante di avvio. Al primo riavvio arrivato al boot di clover noto che la tastiera non funziona, per farla funzionare devo resettare ( con il tasto reset che ora funziona ) e a questo punto il sistema può riavviarsi. Entrato nel sistema il bluetooth è impazzito, tant'è che il mouse funziona malissimo, stacco e riattacco la pennina usb e tutto sembra tornare apposto. Fino al prossimo blocco che almeno in apparenza sembra randomico e non si scatena in situazioni apparentemente sempre uguali. Di seguito riporto lo screenshot del log di sistema dall'ultimo blocco avvenuto qualche minuto fa, non so se può essere utile:

post-517189-0-05699900-1429565398_thumb.png

 

Grazie in anticipo per qualunque aiuto !

Stasera è un po tardi. Comunque posta il config e estrai il dsdt pulito. Basta che schiacci F4 nella schermata di Clover prima di fare il boot. Troverai il file in EFI/CLOVER/ACPI/origin, posta pure questo che diamo una occhiata.

Hai già provato senza nullcpu?

Ecco il config:

 

<?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>#DisableDrivers</key>
<array>
<string>CsmVideoDxe</string>
<string>VBoxExt4</string>
</array>
<key>ACPI</key>
<dict>
<key>#DropMCFG</key>
<false/>
<key>#PatchAPIC</key>
<false/>
<key>#ResetAddress</key>
<string>0x64</string>
<key>#ResetValue</key> 
<string>0xFE</string>
<key>#SortedOrder</key>
<array>
<string>SSDT-3.aml</string>
<string>SSDT-1.aml</string>
<string>SSDT-2.aml</string>
</array>
<key>#smartUPS</key>
<false/>
<key>DSDT</key>
<dict>
<key>#DropOEM_DSM</key>
<dict>
<key>ATI</key>
<true/>
<key>Firewire</key>
<true/>
<key>HDA</key>
<true/>
<key>HDMI</key>
<true/>
<key>IDE</key>
<true/>
<key>IntelGFX</key>
<true/>
<key>LAN</key>
<true/>
<key>LPC</key>
<false/>
<key>NVidia</key>
<true/>
<key>SATA</key>
<true/>
<key>SmBUS</key>
<false/>
<key>USB</key>
<true/>
<key>WIFI</key>
<true/>
</dict>
<key>#Patches</key>
<array>
<dict>
<key>Comment</key>
<string>Remove battery device from desktop</string>
<key>Find</key>
<data>
W4IeQkFUMQhfSElEDEHQDAoIX1VJRAEUCF9T
VEEApAA=
</data>
<key>Replace</key>
<data>
</data>
</dict>
<dict>
<key>Comment</key>
<string>Add _SUN property for GIGE</string>
<key>Find</key>
<data>
UFhTWAhfQURSAAhfUFJXEgYC
</data>
<key>Replace</key>
<data>
UFhTWAhfQURSAAhfU1VOCgQIX1BSVxIGAg==
</data>
</dict>
<dict>
<key>Comment</key>
<string>Rename GFX0 to IGPU</string>
<key>Find</key>
<data>
R0ZYMA==
</data>
<key>Replace</key>
<data>
SUdQVQ==
</data>
</dict>
<dict>
<key>Comment</key>
<string>Rename HDEF to AZAL</string>
<key>Find</key>
<data>
SERFRg==
</data>
<key>Replace</key>
<data>
QVpBTA==
</data>
</dict>
</array>
<key>#Rtc8Allowed</key>
<false/>
<key>#SuspendOverride</key>
<false/>
<key>Debug</key>
<false/>
<key>Fixes</key>
<dict>
<key>AddDTGP_0001</key>
<true/>
<key>AddHDMI_8000000</key>
<true/>
<key>AddIMEI_80000</key>
<false/>
<key>AddMCHC_0008</key>
<false/>
<key>AddPNLF_1000000</key>
<true/>
<key>DeleteUnused_400000</key>
<true/>
<key>FIX_ACST_4000000</key>
<true/>
<key>FIX_ADP1_800000</key>
<true/>
<key>FIX_INTELGFX_100000</key>
<false/>
<key>FIX_RTC_20000</key>
<true/>
<key>FIX_S3D_2000000</key>
<true/>
<key>FIX_TMR_40000</key>
<true/>
<key>FIX_WAK_200000</key>
<true/>
<key>FakeLPC_0020</key>
<false/>
<key>FixAirport_4000</key>
<true/>
<key>FixDarwin_0002</key>
<true/>
<key>FixDisplay_0100</key>
<true/>
<key>FixFirewire_0800</key>
<true/>
<key>FixHDA_8000</key>
<true/>
<key>FixHPET_0010</key>
<true/>
<key>FixIDE_0200</key>
<false/>
<key>FixIPIC_0040</key>
<true/>
<key>FixLAN_2000</key>
<true/>
<key>FixRegions_10000000</key>
<true/>
<key>FixSATA_0400</key>
<false/>
<key>FixSBUS_0080</key>
<true/>
<key>FixShutdown_0004</key>
<true/>
<key>FixUSB_1000</key>
<true/>
<key>NewWay_80000000</key>
<true/>
</dict>
<key>Name</key>
<string>DSDT.aml</string>
<key>ReuseFFFF</key>
<false/>
</dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>CpuPm</string>
</dict>
<dict>
<key>#Length</key>
<integer>720</integer>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>Cpu0Ist</string>
</dict>
</array>
<key>HaltEnabler</key>
<true/>
<key>SSDT</key>
<dict>
<key>#C3Latency</key>
<string>0x03E7</string>
<key>#DoubleFirstState</key>
<true/>
<key>#DropOem</key>
<true/>
<key>#EnableC2</key>
<false/>
<key>#EnableC4</key>
<false/>
<key>#EnableC6</key>
<true/>
<key>#EnableC7</key>
<false/>
<key>#MaxMultiplier</key>
<integer>12</integer>
<key>#MinMultiplier</key>
<integer>8</integer>
<key>#PLimitDict</key>
<integer>1</integer>
<key>#PluginType</key>
<integer>0</integer>
<key>#UnderVoltStep</key>
<integer>1</integer>
<key>#UseSystemIO</key>
<false/>
<key>Generate</key>
<dict>
<key>CStates</key>
<true/>
<key>PStates</key>
<true/>
</dict>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>#Arguments</key>
<string>-v arch=x86_64 slide=0 darwake=0</string>
<key>#LegacyBiosDefaultEntry</key>
<integer>0</integer>
<key>#XMPDetection</key>
<string>-1</string>
<key>Arguments</key>
<string>kext-dev-mode=1</string>
<key>Debug</key>
<false/>
<key>DefaultLoader</key>
<string>boot.efi</string>
<key>DefaultVolume</key>
<string>Yosemite</string>
<key>Fast</key>
<false/>
<key>Legacy</key>
<string>PBR</string>
<key>NeverHibernate</key>
<false/>
<key>Timeout</key>
<integer>5</integer>
</dict>
<key>CPU</key>
<dict>
<key>#BusSpeedkHz</key>
<integer>133330</integer>
<key>#FrequencyMHz</key>
<integer>3140</integer>
<key>#QPI</key>
<integer>4800</integer>
<key>#SavingMode</key>
<integer>7</integer>
<key>#Type</key>
<string>0x0201</string>
</dict>
<key>Devices</key>
<dict>
<key>#AddProperties</key>
<array>
<dict>
<key>Device</key>
<string>NVidia</string>
<key>Key</key>
<string>AAPL,HasPanel</string>
<key>Value</key>
<data>
AQAAAA==
</data>
</dict>
<dict>
<key>Device</key>
<string>NVidia</string>
<key>Key</key>
<string>AAPL,Haslid</string>
<key>Value</key>
<data>
AQAAAA==
</data>
</dict>
</array>
<key>#ForceHPET</key>
<false/>
<key>#InjectString</key>
<false/>
<key>#Properties</key>
<string>7a00000001000000010000006e0000000200000002010c00d041030a0000000001010600001b7fff040028000000500069006e0043006f006e00660069006700750072006100740069006f006e00730000000800000001080100180000006c00610079006f00750074002d00690064000000080000000c000000</string>
<key>Audio</key>
<dict>
<key>#Inject</key>
<string>0x0887</string>
<key>ResetHDA</key>
<true/>
</dict>
<key>FakeID</key>
<dict>
<key>#ATI</key>
<string>0x67501002</string>
<key>#IMEI</key>
<string>0x1e208086</string>
<key>#IntelGFX</key>
<string>0x01268086</string>
<key>#LAN</key>
<string>0x100E8086</string>
<key>#NVidia</key>
<string>0x11de10de</string>
<key>#SATA</key>
<string>0x25628086</string>
<key>#WIFI</key>
<string>0x431214e4</string>
<key>#XHCI</key>
<string>0x0</string>
</dict>
<key>NoDefaultProperties</key>
<false/>
<key>USB</key>
<dict>
<key>AddClockID</key>
<true/>
<key>FixOwnership</key>
<true/>
<key>HighCurrent</key>
<false/>
<key>Inject</key>
<true/>
</dict>
<key>UseIntelHDMI</key>
<false/>
</dict>
<key>GUI</key>
<dict>
<key>#ConsoleMode</key>
<string>0</string>
<key>#Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>AddArguments</key>
<string>-v</string>
<key>Arguments</key>
<string>Kernel=mach_kernel</string>
<key>Disabled</key>
<true/>
<key>Hidden</key>
<false/>
<key>Hotkey</key>
<string>M</string>
<key>InjectKexts</key>
<false/>
<key>NoCaches</key>
<false/>
<key>Path</key>
<string>\EFI\BOOT\BOOTX64.efi</string>
<key>Title</key>
<string>MyCustomEntry</string>
<key>Type</key>
<string>OSXRecovery</string>
<key>Volume</key>
<string>D68F1885-571C-4441-8DD5-F14803EFEF54</string>
</dict>
<dict>
<key>Hidden</key>
<false/>
<key>InjectKexts</key>
<false/>
<key>NoCaches</key>
<false/>
<key>SubEntries</key>
<array>
<dict>
<key>AddArguments</key>
<string>-v</string>
<key>Title</key>
<string>Boot OS X 10.8.5 (12F36) Mountain Lion in Verbose Mode</string>
</dict>
</array>
<key>Title</key>
<string>OS X 10.8.5 (12F36) Mountain Lion</string>
<key>Type</key>
<string>OSX</string>
<key>Volume</key>
<string>454794AC-760D-46E8-8F77-D6EB23D2FD32</string>
</dict>
</array>
<key>Legacy</key>
<array>
<dict>
<key>Disabled</key>
<true/>
<key>Hidden</key>
<false/>
<key>Hotkey</key>
<string>L</string>
<key>Title</key>
<string>MyLegacyEntry</string>
<key>Type</key>
<string>Windows</string>
<key>Volume</key>
<string>89433CD3-21F2-4D3C-95FC-722C48066D3A</string>
</dict>
</array>
<key>Tool</key>
<array>
<dict>
<key>Arguments</key>
<string>-b</string>
<key>Disabled</key>
<false/>
<key>Hidden</key>
<false/>
<key>Hotkey</key>
<string>S</string>
<key>Path</key>
<string>\EFI\CLOVER\TOOLS\Shell64-v1.efi</string>
<key>Title</key>
<string>MyCustomShell</string>
<key>Volume</key>
<string>D68F1885-571C-4441-8DD5-F14803EFEF54</string>
</dict>
</array>
</dict>
<key>#CustomIcons</key>
<false/>
<key>#Hide</key>
<array>
<string>Windows</string>
<string>BOOTX64.EFI</string>
</array>
<key>#Language</key>
<string>ru:0</string>
<key>#Mouse</key>
<dict>
<key>DoubleClick</key>
<integer>500</integer>
<key>Enabled</key>
<true/>
<key>Mirror</key>
<false/>
<key>Speed</key>
<integer>2</integer>
</dict>
<key>#Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
<key>Tool</key>
<true/>
</dict>
<key>#TextOnly</key>
<false/>
<key>ScreenResolution</key>
<string>1280x1024</string>
<key>Theme</key>
<string>ios7</string>
</dict>
<key>Graphics</key>
<dict>
<key>#Connectors</key>
<array/>
<key>#CustomEDID</key>
<data>
AP///////wAyDADfAAAAAAASAQOAIRV4CunVmVlTjigmUFQAAAABAQEBAQEB
AQEBAQEBAQEB3iGgcFCEHzAgIFYAS88QAAAY3iGgcFCEHzAgIFYAS88QAAAA
AAAA/gBXNjU3RwAxNTRXUDEKAAAA/gAjMz1IZYSq/wIBCiAgAJo=
</data>
<key>#DualLink</key>
<integer>0</integer>
<key>#FBName</key>
<string>Makakakakala</string>
<key>#Inject</key>
<dict>
<key>ATI</key>
<true/>
<key>Intel</key>
<false/>
<key>NVidia</key>
<false/>
</dict>
<key>#InjectEDID</key>
<true/>
<key>#LoadVBios</key>
<false/>
<key>#NVCAP</key>
<string>04000000000003000C0000000000000A00000000</string>
<key>#PatchVBios</key>
<false/>
<key>#PatchVBiosBytes</key>
<array>
<dict>
<key>Find</key>
<data>
gAeoAqAF
</data>
<key>Replace</key>
<data>
gAeoAjgE
</data>
</dict>
</array>
<key>#VRAM</key>
<integer>1024</integer>
<key>#VideoPorts</key>
<integer>2</integer>
<key>#display-cfg</key>
<string>03010300FFFF0001</string>
<key>#ig-platform-id</key>
<string>0x01620005</string>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>#ATIConnectorsController</key>
<string>6000</string>
<key>#ATIConnectorsData</key>
<string>000400000403000000010000210302040400000014020000000100000000040310000000100000000001000000000001</string>
<key>#ATIConnectorsPatch</key>
<string>040000001402000000010000000004040004000004030000000100001102010500000000000000000000000000000000</string>
<key>#FakeCPUID</key>
<string>0x010676</string>
<key>#KextsToPatch</key>
<array>
<dict>
<key>Find</key>
<data>
SGVhZHBob25lcwA=
</data>
<key>Name</key>
<string>VoodooHDA</string>
<key>Replace</key>
<data>
VGVsZXBob25lcwA=
</data>
</dict>
<dict>
<key>Comment</key>
<string>Patch_to_not_load_this_driver</string>
<key>Find</key>
<string>0x04020000</string>
<key>InfoPlistPatch</key>
<true/>
<key>Name</key>
<string>AppleHDAController</string>
<key>Replace</key>
<string>0x44220000</string>
</dict>
<dict>
<key>Find</key>
<data>
RXh0ZXJuYWw=
</data>
<key>Name</key>
<string>AppleAHCIPort</string>
<key>Replace</key>
<data>
SW50ZXJuYWw=
</data>
</dict>
<dict>
<key>Comment</key>
<string>TRIM function for non-Apple SSDs</string>
<key>Find</key>
<data>
QVBQTEUgU1NEAA==
</data>
<key>Name</key>
<string>IOAHCIBlockStorage</string>
<key>Replace</key>
<data>
AAAAAAAAAAAAAA==
</data>
</dict>
<dict>
<key>Comment</key>
<string>Second Stage patch 1</string>
<key>Find</key>
<data>
hcB0XUg=
</data>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>
McB0W0g=
</data>
</dict>
<dict>
<key>Comment</key>
<string>Second Stage patch 2</string>
<key>Find</key>
<data>
QYjE6wM=
</data>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>
QYjE6yM=
</data>
</dict>
</array>
<key>AppleRTC</key>
<true/>
<key>AsusAICPUPM</key>
<false/>
<key>Debug</key>
<false/>
<key>KernelCpu</key>
<false/>
<key>KernelHaswellE</key>
<false/>
<key>KernelLapic</key>
<false/>
<key>KernelPm</key>
<false/>
</dict>
<key>RtVariables</key>
<dict>
<key>MLB</key>
<string>C02032109R5DC771H</string>
<key>ROM</key>
<string>UseMacAddr0</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>#BiosReleaseDate</key>
<string>05/03/10</string>
<key>#BiosVendor</key>
<string>Apple Inc.</string>
<key>#BiosVersion</key>
<string>MB11.88Z.0061.B03.0809221748</string>
<key>#Board-ID</key>
<string>Mac-F4208CC8</string>
<key>#BoardManufacturer</key>
<string>Apple Inc.</string>
<key>#BoardSerialNumber</key>
<string>C02032101R5DC771H</string>
<key>#BoardType</key>
<integer>10</integer>
<key>#BoardVersion</key>
<string>Proto1</string>
<key>#ChassisAssetTag</key>
<string>LatitudeD420</string>
<key>#ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>#ChassisType</key>
<integer>16</integer>
<key>#Family</key>
<string>MacBook</string>
<key>#FirmwareFeatures</key>
<string>0xC0001403</string>
<key>#LocationInChassis</key>
<string>MLB</string>
<key>#Memory</key>
<dict>
<key>Channels</key>
<integer>2</integer>
<key>Modules</key>
<array>
<dict>
<key>Frequency</key>
<integer>1333</integer>
<key>Part</key>
<string>C0001403</string>
<key>Serial</key>
<string>00001001</string>
<key>Size</key>
<integer>4096</integer>
<key>Slot</key>
<integer>0</integer>
<key>Type</key>
<string>DDR3</string>
<key>Vendor</key>
<string>Kingston</string>
</dict>
<dict>
<key>Frequency</key>
<integer>1333</integer>
<key>Part</key>
<string>C0001404</string>
<key>Serial</key>
<string>00001002</string>
<key>Size</key>
<integer>4096</integer>
<key>Slot</key>
<integer>2</integer>
<key>Type</key>
<string>DDR3</string>
<key>Vendor</key>
<string>Kingston</string>
</dict>
</array>
<key>SlotCount</key>
<integer>4</integer>
</dict>
<key>#Mobile</key>
<true/>
<key>#ProductName</key>
<string>MacBook1,1</string>
<key>#SerialNumber</key>
<string>4H629LYAU9C</string>
<key>#Slots</key>
<array>
<dict>
<key>Device</key>
<string>ATI</string>
<key>ID</key>
<integer>1</integer>
<key>Name</key>
<string>PCIe Slot 0</string>
<key>Type</key>
<integer>16</integer>
</dict>
<dict>
<key>Device</key>
<string>WIFI</string>
<key>ID</key>
<integer>0</integer>
<key>Name</key>
<string>Airport</string>
<key>Type</key>
<integer>1</integer>
</dict>
</array>
<key>#SmUUID</key>
<string>00000000-0000-1000-8000-010203040506</string>
<key>#Trust</key>
<true/>
<key>#Version</key>
<string>1.0</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>#BacklightLevel</key>
<string>0x0501</string>
<key>#CustomUUID</key>
<string>511CE201-1000-4000-9999-010203040506</string>
<key>InjectKexts</key>
<string>Detect</string>
<key>InjectSystemID</key>
<true/>
</dict>
</dict>
</plist>
 
 
Non so perchè non mi fa caricare i file. Non ho i permessi a quanto pare.
 
Il dsdt l'ho estratto con maciasl perchè con f4 non riesco a generare il file, purtroppo come per il config non posso caricarlo, come te lo passo?
 
Grazie in anticipo. Adesso provo senza nullcpu..... anche se mi pare mi da qualche problema perciò l'ho installato!
 

Salve a tutti, ero convinti fosse un problema dovuto ai kext audio, tanto da aver aperto un altro post a riguardo. Sfortunatamente nn è così. Da un po' il mio pc freeza completamente, il più delle volte se lo lascio per qualche minuto inutilizzato ( blocchi hd e screensaver vari sono disattivati ).

 

Come mi suggerivano nell'altro thread ecco qualche info.

 

Bootloader: clover

Kext aggiuntivi: fakesmc,nullcpupowermanagement e applehda - hdaenable7

 

Non mi pare di avere altre grandi particolarità, la configurazione hardware è in firma e il istema viene riconosciuto come iMac (21.5 pollici, Metà 2010)

 

Se serve altro per cercare di capire cos'è che funziona male non esitate.

 

Ecco alcune cose che ho notato. Dopo il blocco non funziona neppure il tasto di reset, sono costretto a spegnere con il pulsante di avvio. Al primo riavvio arrivato al boot di clover noto che la tastiera non funziona, per farla funzionare devo resettare ( con il tasto reset che ora funziona ) e a questo punto il sistema può riavviarsi. Entrato nel sistema il bluetooth è impazzito, tant'è che il mouse funziona malissimo, stacco e riattacco la pennina usb e tutto sembra tornare apposto. Fino al prossimo blocco che almeno in apparenza sembra randomico e non si scatena in situazioni apparentemente sempre uguali. Di seguito riporto lo screenshot del log di sistema dall'ultimo blocco avvenuto qualche minuto fa, non so se può essere utile:

attachicon.gifSchermata 2015-04-20 alle 23.15.48.png

 

Grazie in anticipo per qualunque aiuto !

 

Il sistema ha sempre avuto Clover come bootloader? Oppure sei passato da chameleon a clover?

Ecco i due file zippati:

config.plist.zip

System DSDT.zip

 

- Il sistema aveva prima chameleon e poi ho cambiato con clover usando carbon copy cloner perchè imessage nn riuscivo a farlo funzionare.

- In realtà kext-dev-mode è impostato al boot di clover direttamente manualmente, non so perchè ma in automatico viene messo senza che io digiti nulla, per questo l'ho tolto dal config

- Nelle info di sistema mi viene dat iMac la versione nn so vederla con clover, come si fa? Con chameleon usavo chameleon wizard e vedevo l'smbios ora sono un po' spaesato nn so bene come usare clover.

 

Che configurazione dovrei dare al config rispetto al mio sistema? Non ho dato molto peso perchè il sistema parte e l'unico intoppo è questo freezing del sistema randomico che è cominciato solo da poco, inizialmente nn si freezava mai

 

Grazie in anticipo !

Scusa ma se apro il mio config.plist con clover configurator me lo da fleggato kext-dev-mode come cavolo è possibile? Forse perchè è inserito manualmente al boot?

 

edit: confermo, nrel config che ho postato c'è kext-dev-mode = 1 xchè mi dite che non è così?

In questa parte del config e non solo in questa ci sono cose che non mi quadrano:

Come mai ci sono i segni # ?

 

 

<key>#Arguments</key>

<string>-v arch=x86_64 slide=0 darwake=0</string>
<key>#LegacyBiosDefaultEntry</key>
<integer>0</integer>
<key>#XMPDetection</key>
<string>-1</string>
<key>Arguments</key>
<string>kext-dev-mode=1</string>

Cerco di cambiare l'smbios con clover configurator ma qualunque cosa inserisco una volta arrivato al boot di osx il sistema si riavvia, sono costretto ad usare la penna bootabile per poter rientrare nel sistema.

 

Ho usato la configurazione di un imac 12,2 e il resto l'ho fatto fare a clover configurator, cosa dovrei inserire per evitare i riavvii continui ?

 

Grazie in anticipo !

Bene che puoi bootare dalla penneta. Ti ho preparato il DSDT con tutte le patch (Tranne HDMI per adesso) e il config per iMac 12,2 come stavi usando tu (forse più indicato 11,2, ma non importa). Il config lo devi completare aggiungendo in "Rt Variables" l' MLB che ti ho passato im MP.

Per cui sostituisci il Config in EFI/CLOVER con quello nuovo e metti il DSDT in EFI/CLOVER/ACPI/origin. Togli anche HDAEnabler, ricostruisci la cache con Kext wizard e riavvia. (Presumo tu abbia usato HDAEnabler7, altrimenti fammi sapere che c'è da modificare il DSDT)

EDIT: Per la precisione il config che hai allegato non è neanche parente di quello che hai postato precedentemente.

Archivio.zip

Niente da fare, ho eseguito tuttle le operazioni ma al riavvio il pc si riavvia poco dopo l'apparizione del logo apple. Per MLB che mi hai mandato in PM, sono un po' confuso, già era presente nel config che mi hai passato.

 

HDAEnabler era il 7 quindi almeno da quel punto di vista tutto bene. 

 

A me sembra che qualunque config inserisca differente da quello base di clover, mi provochi il riavvio del sistema.

 

Attendo news, grazie ( anche eprchè ora sono senza audio.....ehehe )

Clover è installato nella EFI o nella root del disco? Posta zippata la tua cartella EFI


Ho controllato adesso il config mio non ha MLB inserito. Guarda che stai sbagliando qualche cosa. Quando ti dico di completare il config intendo quello che ti ho postato, per cui con clover configurator devi aprire quello, aggiungerci MLB e sostituirlo a quello vecchio che hai in EFI/CLOVER.

Grazie della conferma, ho sempre usato chameleon quindi clover per me è proprio arabo. Spero che jolly riesca a trovare l'inghippo che mi freeza il pc, tra l'altro a naso sembra che con la chiavetta non si blocchi più ma melgio aspettare un'altro po' per dirlo!

×
×
  • Create New...