Jump to content

pernacabeluda

Gurus
  • Posts

    4,899
  • Joined

  • Last visited

Everything posted by pernacabeluda

  1. If your HD is partitioned as GUID it already has that 200 MB partition which is the EFI partition. If your HD if partitioned as MBR, UEFI boot won't work, so you should re-partition it as GUID and install again.
  2. I explained it to other member here http://Olarila.com/forum/viewtopic.php?f=27&t=3101&start=490#p32417 It's the same thing with 10.9 image.
  3. You have to install Clover to the EFI partition of your HD. Use the "install for UEFI motherboards" option in the installer, or do like this http://Olarila.com/forum/viewtopic.php?f=28&t=3405
  4. This 10.9 image uses GPT, so if your BIOS won't boot GPT disks in legacy mode, try UEFI boot. The patch in this topic is for MBR images only.
  5. Olá, tenta este DSDT patch http://www.projectosx.com/forum/index.php?showtopic=888 Se usar Clover tem esta opção no config http://clover-wiki.zetam.org/Configuration/Devices#USB-/-FixOwnership
  6. Você tem os patches nesses devices na DSDT? EHC1 Method (_DSM, 4, NotSerialized) { Store (Package () { "built-in", Buffer (One) { 0x00 }, "AAPL,clock-id", Buffer (One) { 0x01 }, "device_type", Buffer (0x05) { "EHCI" }, "AAPL,current-available", 0x0834, "AAPL,current-extra", 0x0898, "AAPL,current-extra-in-sleep", 0x0640, "AAPL,device-internal", 0x02, "AAPL,max-port-current-in-sleep", 0x0834, Buffer (One) { 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } XHCI Method (_DSM, 4, NotSerialized) { Store (Package () { "built-in", Buffer (One) { 0x00 }, "AAPL,clock-id", Buffer (One) { 0x03 }, "device_type", Buffer (0x05) { "XHCI" }, "AAPL,current-available", 0x0834, "AAPL,current-extra", 0x0898, "AAPL,current-extra-in-sleep", 0x0640, "AAPL,device-internal", 0x00, "AAPL,max-port-current-in-sleep", 0x0834, Buffer (One) { 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } No EHC2 é igual ao EHC1, só muda o "AAPL,clock-id" para 0x02
  7. Tenta copiar os NodesToPatch da versão 2.6.1 para a 2.8.2, ou ajusta baseado no guia.
  8. Deve funcionar, só ajusta o ID de acordo com o seu chipset.
  9. Para ML no Haswell você vai precisar de kernel modificado, aqui foi discutido http://Olarila.com/forum/viewtopic.php?f=26&t=3681#p30166 No 10.8.5 acredito que já tenha suporte nativo (nunca testei).
  10. Boa dica. Eu já tinha visto essa situação mas realmente não lembrava.
  11. Olá, sinto mas veio ao lugar errado, não damos suporte a myHack nem *beast. Este fórum traz vários tópicos sobre instalação e pós instalação, com um mínimo de vontade para ler e aprender você consegue o OS X 100% funcional se o hardware for compatível, com boot pelo próprio HD. http://Olarila.com/forum/viewtopic.php?f=30&t=3837 http://Olarila.com/forum/viewtopic.php?f=30&t=3415 http://Olarila.com/forum/viewtopic.php?f=2&t=1713
  12. Pelo menos para mim não representa problema algum, não percebo qualquer efeito além da mensagem no boot. Sobre a temperatura, se não é a AppleLPC, não tenho idéia.
  13. Tenta desativar o Graphics Injection no menu de opções, pressiona a barra de espaço sobre OS X Install USB e seleciona boot without caches.
  14. Aqui tem um pacote com todos os drivers para essa placa http://www.insanelymac.com/forum/topic/231993-intel-dx58so-drivers-1065-v130-update/
  15. Olá, eu faria uma instalação limpa com o GM http://Olarila.com/forum/viewtopic.php?f=30&t=3837
  16. Se você usa patch DSDT para carregar a AppleLPC, veja este tópico http://Olarila.com/forum/viewtopic.php?f=30&t=3431 Se não trabalhasse, nem entraria na interface de usuário. Essa mensagem aparece até em alguns Macs.
  17. MD5 (OS X 10.9 Install USB.raw) = 6179a219e1bf7634fb321fabb8d3288d
  18. O Mavericks não carrega kexts sem codesign no kernelcache a menos que elas estejam listadas em /System/Library/Extensions/AppleKextExcludeList.kext/Contents/Info.plist
  19. Esse patch DSDT é o mesmo que injetar o seguinte com o novo Chameleon <key>InjectIntel-ig</key> <string>0c260000</string> Observa que no caso dele o ID é 0x04128086 que já consta na kext original. No seu caso é necessário inserir 0x041e8086 na kext.
  20. Muda o SMBIOS no menu de opções do Clover para MacPro3,1 que deve funcionar.
  21. O Mavericks não carrega kexts sem codesign no kernelcache a menos que elas estejam listadas em /System/Library/Extensions/AppleKextExcludeList.kext/Contents/Info.plist A GenericUSBXHCI está na lista de exceções com versão 1.2.5d5, se estiver usando versão posterior não vai carregar <key>net.osx86.kexts.GenericUSBXHCI</key> <string>1.2.5d5</string>
  22. GraphicsEnabler é padrão. Tenta com GraphicsEnabler=No se estiver usando Chameleon ou desmarca Graphics Injection nas opções se estiver usando Clover. Se não funcionar, remove as kexts de vídeo como indicado no tópico.
  23. I have no experience with Haswell.
  24. Pode usar este tópico por enquanto, ele também é acompanhado pelos desenvolvedores http://www.insanelymac.com/forum/topic/284656-clover-general-discussion/
  25. Try boot legacy instead of UEFI (UEFI boot is for Aptio BIOS only). Post your hardware specs.
×
×
  • Create New...