-
Posts
4,899 -
Joined
-
Last visited
Everything posted by pernacabeluda
-
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
Try FakeID 0x28298086 No other idea. Edit: try fix SATA under ACPI patching/DSDT fix mask (0x00000400). -
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
What's the device ID? Try to set FakeID for SATA as 0x26818086 in Clover options (under PCI devices). -
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
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. -
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
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). -
É a FakeSMC mais recente? Tenta mudar o SMBIOS.
-
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
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. -
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
Those two lines only show in UEFI boot, so you aren't using legacy as advised. -
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".
-
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
Disable UEFI boot in BIOS (use legacy boot) and enable NX bit. Enable KernelPm in Clover options. -
Qual a versão do Enoch? Colocou CsrActiveConfig=3 na configuração?
-
Essa controladora é compatível. Para usar o Enoch é necessário copiar a FakeSMC para /System/Library/Extensions e usar -f (ignorar caches).
-
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
I think it's not supported. There's a kext in development but it's not usable yet https://github.com/ammulder/AppleIntelWiFiMVM -
Qual a sua controladora SATA?
-
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>
-
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
-
Colocou a kext NullCPUPowerManagement?
-
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
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. -
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/
-
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
Check if your BIOS has Execute Disable Bit (NX bit, XD bit) and enable it. -
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
It's KernelPm not KernelCpu https://clover-wiki.zetam.org/Configuration/KernelAndKextPatches#kernelandkextpatches_kernelpm You can enable it in the options menu. -
Acredito que seja assim If (\_SB.PCI0.GFX0.SCIP (\_SB.PCI0.GFX0.GLID (LIDV))) { Notify (\_SB.PCI0.LPCB.LID0, 0x80) } // Status Change
-
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
If your CPU is Haswell enable Kernel PM Patch http://Olarila.com/forum/viewtopic.php?f=36&t=5006 -
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
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/ -
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
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? -
macOS Sierra 10.12.6 bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Sierra (10.12)
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.
