Jump to content

pernacabeluda

Gurus
  • Posts

    4,899
  • Joined

  • Last visited

Everything posted by pernacabeluda

  1. There's a method to get CI working on HD 2000 (no QE), I have tested it myself
  2. Instalando a kext, ué. Se não sobe nem com -f ela não está em /S/L/E, nem na Extra. Usa o instalador para entrar no sistema.
  3. Não damos suporte a ferramentas beast, mas a opção é sua. Recomendo isto http://Olarila.com/forum/viewtopic.php?f=3&t=2831&p=33650#p33650
  4. You have to patch the kext http://Olarila.com/forum/viewtopic.php?f=9&t=1003 Or enable AsusAICPUPM in Clover http://clover-wiki.zetam.org/Configuration/KernelAndKextPatches#AsusAICPUPM
  5. Não tem nenhum KP aí. Parece que falta a FakeSMC.
  6. Talvez funcione com a nVidia usando esta kext http://www.mediafire.com/download/l46x8zez97lta7y/AppleACPIPlatform.kext-1.3.6.zip
  7. É normal demorar um pouco nessa tela cinza com o cursor do mouse. Já me disseram que em algumas máquinas leva vários minutos.
  8. Start with a "clean" config.plist like I posted in this topic http://Olarila.com/forum/viewtopic.php?f=28&t=3901 Later, if you need, add other configs based on http://clover-wiki.zetam.org/Configuration
  9. Talvez com o Pacifist. Aqui tem só as kexts http://www.osx86.net/files/file/2511-x3100-64bit-driver-for-snow-and-lion/
  10. If you run the commands from the first link I posted, they should be there. Maybe the white screen gets fixed by patching the kexts, if it doesn't, try the FBRotate.app I posted. I'v been told this white screen problem is fixed in Mavericks.
  11. Edita conforme a wiki http://clover-wiki.zetam.org/Configuration O Clover Configurator deve estar desatualizado e talvez esteja salvando algum parâmetro inválido. Segue um exemplo da parte do SMBIOS <key>SMBIOS</key> <dict> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>MP31.88Z.006C.B05.0802291410</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>ProductName</key> <string>MacPro3,1</string> <key>Family</key> <string>Mac Pro</string> <key>SerialNumber</key> <string>W8913569XYL</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>Board-ID</key> <string>Mac-F42C88C8</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> </dict>
  12. Patch kexts as in the topic from artur-pt and install using Kext Wizard (they are in /kext_backup).
  13. And if you use this config you posted but keep the Disabler, does it still boot? Try setting DropOem (under SSDT) to false, maybe there's some video related stuff in OEM SSDTs.
  14. Olá, pode, mas lembra que kexts modificadas podem ter que ser editadas novamente.
  15. Yes, really odd. Did you try just copying Clover from USB to HD with same config.plist and kexts and test if if boots? What SMBIOS does it define? I know that for some Macmini models you need to drop MCFG table to avoid video problem.
  16. No Mavericks também vão para /Library/Updates Para baixar as atualizações recomendadas sudo softwareupdate -d -r
  17. Tenta isto http://Olarila.com/forum/viewtopic.php?f=26&t=3883
  18. Are you sure the problem is removing Disabler.kext and not some configuration you do in Clover? You can try to patch AICPM directly, instead of using Clover to do it on the fly http://Olarila.com/forum/viewtopic.php?f=9&t=1003
  19. Acho que essa versão é muito antiga para esse hardware, nem vale a pena perder tempo. Você deveria instalar no mínimo o 10.8 para ter suporte ao vídeo, por exemplo.
  20. Com esse CPU tem que usar a versão 8 http://Olarila.com/forum/viewtopic.php?f=3&t=2
  21. Olá, esse vídeo não tem suporte nem no ML, só até o Lion, e as kexts do Lion não funcionam porque são apenas 32 bit e do ML em diante o sistema é apenas 64 bit. Até tem uma gambiarra de instalar umas kexts antigas 64 bit, mas eu instalaria o Lion antes disso http://www.osxhackers.com/ Sobre DSDT http://Olarila.com/forum/viewtopic.php?f=7&t=646
  22. The Disabler kext also disables ApplePolicyControl, maybe the problem is that. Instead of removing it, try editing its Info.plist file and remove only the part that disables AppleIntelCPUPowerManagement.
  23. Pergunta em http://www.tonycrapx86.com/forum.php Não damos suporte a ferramentas do tonycrap.
  24. O Clover não aceita -f, para boot sem cache pressiona espaço e seleciona "without caches". Sim, o que já está na DSDT (EFI/CLOVER/ACPI/patched) não precisa botar no config.
  25. I guess if you inject both properties it should work on all versions into method label _DSM parent_adr 0x001F0000 remove_entry; into device name_adr 0x001F0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x04)\n {\n "device-id", \n Buffer (0x04)\n {\n 0xb9, 0x27, 0x00, 0x00\n }, \n "compatible", \n Buffer (0x0D)\n {\n "pci8086,27b9"\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end
×
×
  • Create New...