Jump to content

pernacabeluda

Gurus
  • Posts

    4,899
  • Joined

  • Last visited

Everything posted by pernacabeluda

  1. Try FakeID 0x28298086 No other idea. Edit: try fix SATA under ACPI patching/DSDT fix mask (0x00000400).
  2. What's the device ID? Try to set FakeID for SATA as 0x26818086 in Clover options (under PCI devices).
  3. What's your SATA controller? (vendor and device ID) Use some app like Aida64 in Windows to find out. It would help if you provide Clover preboot log.
  4. Sorry, I don't know any confirmed working on Sierra. What's your SATA controller? Is it configured as AHCI in BIOS? Attach your preboot.log (press F2 in Clover screen, it will be saved in EFI/CLOVER/misc).
  5. É a FakeSMC mais recente? Tenta mudar o SMBIOS.
  6. Which SMBIOS do you see in Clover options? Try a different one. Do you have USB 2.0 ports or only 3.0? Use 2.0 if you have.
  7. Those two lines only show in UEFI boot, so you aren't using legacy as advised.
  8. Tenta outro SMBIOS ou edita /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist e adiciona o Board-ID em ConfigMap com configuração "none".
  9. Disable UEFI boot in BIOS (use legacy boot) and enable NX bit. Enable KernelPm in Clover options.
  10. Qual a versão do Enoch? Colocou CsrActiveConfig=3 na configuração?
  11. Essa controladora é compatível. Para usar o Enoch é necessário copiar a FakeSMC para /System/Library/Extensions e usar -f (ignorar caches).
  12. I think it's not supported. There's a kext in development but it's not usable yet https://github.com/ammulder/AppleIntelWiFiMVM
  13. Qual a sua controladora SATA?
  14. Qual a controladora SATA? Posta a tela do DPCIManager. No Enoch você ativa a opção KernelPm em /Extra/kernel.plist (não sei se funciona para o Sierra) <?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>KernelBooter_kexts</key> <string>Yes</string> <key>KernelPm</key> <string>Yes</string> <key>KernelLapicError</key> <string>Yes</string> <key>KernelLapicVersion</key> <string>No</string> <key>KernelHaswell</key> <string>Yes</string> <key>KernelcpuFamily</key> <string>No</string> <key>KernelSSE3</key> <string>No</string> </dict> </plist>
  15. Esse problema existe desde o 10.11 http://www.insanelymac.com/forum/topic/306777-guide-usb-fix-el-capitan-1011/ Esta kext ajuda a encontrar as portas que precisam ser ativadas https://github.com/RehabMan/OS-X-USB-Inject-All
  16. Colocou a kext NullCPUPowerManagement?
  17. Try another SMBIOS or edit /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist and add your Board-ID under ConfigMap with "none" config.
  18. Alguém com o problema dos HDs não aparecerem no Utilitário de Disco pode informar qual a sua controladora SATA (device ID)? Não vi casos confirmados de problema no Clover, apenas de controladora SATA incompatível, que pode ser resolvido com FakeID ou AHCIPortInjector, por exemplo http://www.insanelymac.com/forum/topic/315462-help-sierra-osx-installation-does-not-recognize-my-hard-drives/
  19. Check if your BIOS has Execute Disable Bit (NX bit, XD bit) and enable it.
  20. It's KernelPm not KernelCpu https://clover-wiki.zetam.org/Configuration/KernelAndKextPatches#kernelandkextpatches_kernelpm You can enable it in the options menu.
  21. Acredito que seja assim If (\_SB.PCI0.GFX0.SCIP (\_SB.PCI0.GFX0.GLID (LIDV))) { Notify (\_SB.PCI0.LPCB.LID0, 0x80) } // Status Change
  22. If your CPU is Haswell enable Kernel PM Patch http://Olarila.com/forum/viewtopic.php?f=36&t=5006
  23. Maybe it's a Clover Configurator problem. Can you see config.plist in Finder? You can try this http://www.insanelymac.com/forum/files/file/602-clover-flying-editor/
  24. If you can't replace OsxAptioFixDrv-64.efi as Artur suggested, try legacy boot (without "UEFI" before USB stick name, or disable UEFI boot in BIOS). Change SMBIOS by a supported one, like you did for installing. No idea about EFI problem, should be OS independent. Did you check "install in ESP" in Clover installation?
  25. Others are having problem with this video card, follow this topic, no solution for now http://www.insanelymac.com/forum/topic/315351-problems-with-graphics-cards-on-the-macos-sierra/ EFI partition only exists if you use GPT. About the prohibited symbol, boot in verbose mode to find the cause.
×
×
  • Create New...