-
Posts
4,899 -
Joined
-
Last visited
Everything posted by pernacabeluda
-
OS X Mavericks 10.9.5 bootable USB for Intel
pernacabeluda replied to iHackintosh_PT's topic in Mavericks (10.9)
Follow this post installation topic, there are links that will answer your questions http://Olarila.com/forum/viewtopic.php?f=28&t=1716 -
Mavericks installation via pen drive with Clover
pernacabeluda replied to pernacabeluda's topic in Guides and Tutorials
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 -
Mavericks installation via pen drive with Clover
pernacabeluda replied to pernacabeluda's topic in Guides and Tutorials
I think so. -
Mavericks installation via pen drive with Clover
pernacabeluda replied to pernacabeluda's topic in Guides and Tutorials
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 -
Mavericks installation via pen drive with Clover
pernacabeluda replied to pernacabeluda's topic in Guides and Tutorials
I don't understand your question. -
Mavericks installation via pen drive with Clover
pernacabeluda replied to pernacabeluda's topic in Guides and Tutorials
You can get it from my SL image, if that's the one it has. https://mega.co.nz/#!ckVWiLIS!P-CjXH3xCR4pwu8U6eIxbksNVshNY3zwGkQpVsZiYXE -
Mavericks installation via pen drive with Clover
pernacabeluda replied to pernacabeluda's topic in Guides and Tutorials
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. -
Mavericks installation via pen drive with Clover
pernacabeluda replied to pernacabeluda's topic in Guides and Tutorials
Because I make an image directly, I don't use a pen drive. You can use Disk Utility for that. -
Mavericks installation via pen drive with Clover
pernacabeluda replied to pernacabeluda's topic in Guides and Tutorials
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. -
OS X Mavericks 10.9.5 bootable USB for Intel
pernacabeluda replied to iHackintosh_PT's topic in Mavericks (10.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. -
Mavericks installation via pen drive with Clover
pernacabeluda replied to pernacabeluda's topic in Guides and Tutorials
It is possible, you just will have to choose in BIOS boot menu which HD to boot from. -
OS X Mavericks 10.9.5 bootable USB for Intel
pernacabeluda replied to iHackintosh_PT's topic in Mavericks (10.9)
Try boot arg dart=0 or configure Clover to drop DMAR table http://Olarila.com/forum/viewtopic.php?f=30&t=3883 -
http://Olarila.com/forum/viewtopic.php?f=8&t=1198
-
Instalação do OS X Mavericks 10.9 GM
pernacabeluda replied to pernacabeluda's topic in Guias & Tutoriais Hackintosh
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 -
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
-
Usa este app para identificar o codec de áudio http://sourceforge.net/projects/dpcimanager/
-
Instalação do OS X Mavericks 10.9 GM
pernacabeluda replied to pernacabeluda's topic in Guias & Tutoriais Hackintosh
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. -
Instalação do OS X Mavericks 10.9 GM
pernacabeluda replied to pernacabeluda's topic in Guias & Tutoriais Hackintosh
A questão do VT-D que eu saiba está relacionada ao dart (DMAR), não com TSC sync. -
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.
-
Também pode usar uma kext "legacy" (LegacyAppleAHCIPort) para não precisar editar a AppleAHCIPort a cada atualização.
-
Instalação do OS X Mavericks 10.9 GM
pernacabeluda replied to pernacabeluda's topic in Guias & Tutoriais Hackintosh
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/ -
Rebootando depois da atualização para 10.9.2
pernacabeluda replied to lenonfx's topic in Mavericks (10.9) BR
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. -
Rebootando depois da atualização para 10.9.2
pernacabeluda replied to lenonfx's topic in Mavericks (10.9) BR
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. -
Rebootando depois da atualização para 10.9.2
pernacabeluda replied to lenonfx's topic in Mavericks (10.9) BR
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).
