Jump to content

pernacabeluda

Gurus
  • Posts

    4,899
  • Joined

  • Last visited

Everything posted by pernacabeluda

  1. Follow this post installation topic, there are links that will answer your questions http://Olarila.com/forum/viewtopic.php?f=28&t=1716
  2. It's not hidden, it's just not mounted automatically http://Olarila.com/forum/viewtopic.php?f=28&t=3405&p=33648#p33648 SMBIOS values are set automatically by Clover, you can override them in config.plist or in options menu http://clover-wiki.zetam.org/Configuration/SMBIOS
  3. Probably, but it's not that easy and you don't need to, if your intention is to put it in your image. Just copy the EFI folder and boot* files. To copy boot sectors, use dd command dd if="my image" of=boot0 bs=440 count=1 dd if="my image" of=boot1h bs=1 count=1024 skip=512 dd if=boot0 of="your image" bs=440 count=1 conv=notrunc dd if=boot1h of="your image" bs=1 count=1024 seek=512 conv=notrunc
  4. I don't understand your question.
  5. You can get it from my SL image, if that's the one it has. https://mega.co.nz/#!ckVWiLIS!P-CjXH3xCR4pwu8U6eIxbksNVshNY3zwGkQpVsZiYXE
  6. It won't preserve boot sectors, that's why I instruct people to use dd (or a Windows image program) http://Olarila.com/forum/viewtopic.php?f=28&t=3736 If you restore the image using Disk Utility, the pen drive will not be bootable. I don't have that exact version anymore but you can get some earlier versions here http://sourceforge.net/projects/cloverefiboot/files/Installer/ SL installer is very straightforward, use it as it comes from Apple, just add boot loader and basic kexts.
  7. Because I make an image directly, I don't use a pen drive. You can use Disk Utility for that.
  8. It's nonsense, why would you do that? You can use the dd command line tool to create a raw image of a disk, but you will get a file larger than it needs to be. For instance, if you make a dd backup of an 8 GB USB stick, the file will be 8 GB, no matter if you are using only 5 GB.
  9. If you are using Clover, go into options menu and add "dart=0" in "boot args". If you are using Chameleon, just type "dart=0" and press enter.
  10. It is possible, you just will have to choose in BIOS boot menu which HD to boot from.
  11. Try boot arg dart=0 or configure Clover to drop DMAR table http://Olarila.com/forum/viewtopic.php?f=30&t=3883
  12. http://Olarila.com/forum/viewtopic.php?f=8&t=1198
  13. Errado, porque o i7 tem 8 núcleos e não 7. "the # starts @ 0" = o número começa em 0 0, 1, 2, 3
  14. Você precisa criar uma SSDT usando o script ssdtPRGen ou ativar o Generate CStates e PStates do Clover http://Olarila.com/forum/viewtopic.php?f=2&t=34 Talvez precise também DropOem http://clover-wiki.zetam.org/Configuration/ACPI#SSDT
  15. Usa este app para identificar o codec de áudio http://sourceforge.net/projects/dpcimanager/
  16. Se a VoodooTSCSync não resolveu, não tenho idéia. Não esquece que precisa editar o Info.plist e mudar o IOCPUNumber para 3.
  17. A questão do VT-D que eu saiba está relacionada ao dart (DMAR), não com TSC sync.
  18. O download oficial do FileNVRAM está aqui e o código fonte é fechado, ou seja, não tem outras versões https://public.xzenue.com/downloads/ Se esse não funciona, o problema é outro.
  19. Também pode usar uma kext "legacy" (LegacyAppleAHCIPort) para não precisar editar a AppleAHCIPort a cada atualização.
  20. Acho que o Artur pensou que o processador fosse o que está no seu perfil (Pentium Dual Core). O Core i3 deve funcionar com todos os núcleos. Pode ser problema de TSC, você pode fazer um teste com esta kext para ver se resolve http://forge.voodooprojects.org/p/voodootscsync/downloads/
  21. Se não existir você mesmo pode criar, atualizando a versão que funcionava para a que você quer http://Olarila.com/forum/viewtopic.php?f=3&t=3920
  22. Suponho que seja a kext IOPCIFamily baseado numa experiência que tive, não tenho certeza, no seu caso pode ser outra coisa. A AppleACPIPlatform também precisou ser recuperada pois a nova não funcionou com a IOPCIFamily anterior. Sugiro que use a imagem 10.9.1 para instalar e depois de atualizar recupere as kexts citadas, foi o que fiz.
  23. Tem um terminal no instalador, não precisa estar no sistema já instalado. O terminal do Clover (shell) também serve (os comandos são um pouco diferentes) mas como as kexts estão no instalador, não adianta. Não damos suporte a Niresh e outras distros, somente imagem da App Store ou as do fórum.
  24. Usa o instalador de alguma versão que funciona e copia para a instalação que não funciona usando o terminal (menu utilitários na barra superior) cd /Volumes/"nome do volume"/System/Library/Extensions/ mv IOPCIFamily.kext IOPCIFamily.kext.bak mv AppleACPIPlatform.kext AppleACPIPlatform.kext.bak cd /System/Library/Extensions/ cp -R IOPCIFamily.kext AppleACPIPlatform.kext /Volumes/"nome do volume"/System/Library/Extensions/ Próximo boot "without caches", repara permissões e reconstrói caches (pode usar Kext Wizard ou equivalente).
×
×
  • Create New...