-
Posts
4,899 -
Joined
-
Last visited
Everything posted by pernacabeluda
-
Problemas instalação SnowLeo na Intel DX58S0
pernacabeluda replied to LittleOldMan's topic in Snow Leopard (10.6) BR
Faça o pós instalação conforme este tópico, está mais atualizado http://Olarila.com/forum/viewtopic.php?f=2&t=1713 -
Instalação do OS X Mavericks 10.9 GM
pernacabeluda replied to pernacabeluda's topic in Guias & Tutoriais Hackintosh
A partição do OS X não precisa estar ativa, basta usar o boot0hfs do Chameleon, ele busca o boot1h na primeira partição HFS+ ao invés da partição ativa. -
Suponho que devas usar um InjectIntel-ig customizado <key>InjectIntel-ig</key> <string>00001e04</string> O segundo byte podes mudar, por exemplo 02001e04, 03001e04, ... Edit: também deves inserir 0x041e8086 na chave IOPCIPrimaryMatch da kext AppleIntelFramebufferAzul (dentro de AppleIntelFramebufferController).
-
I posted it in english here http://Olarila.com/forum/viewtopic.php?f=17&t=2194#p19471
-
The 10.8.5 USB already contains an EFI partition with Clover, so all you need to do is format the EFI partition of your HD diskutil list sudo newfs_msdos -v EFI -F 32 /dev/diskXs1 mkdir /Volumes/EFI sudo mount_msdos /dev/diskXs1 /Volumes/EFI mount the EFI partition of the USB mkdir /Volumes/EFI1 sudo mount_msdos /dev/diskYs1 /Volumes/EFI1 and copy EFI folder from USB to HD. Then Once the boot is working without the pen drive, you can delete the EFI/BOOT folder from HD. Configure config.plist according the wiki http://clover-wiki.zetam.org/Configuration
-
AppleGraphicsPowerManagement (AGPM) nas nVidia Fermi
pernacabeluda replied to Cassio's topic in Guias & Tutoriais Hackintosh
Não sei, as chaves referentes a Intel na AGPM não têm vendor e device ID. Pela lógica seria no lugar de IGPU. -
AppleGraphicsPowerManagement (AGPM) nas nVidia Fermi
pernacabeluda replied to Cassio's topic in Guias & Tutoriais Hackintosh
Isso já foi discutido aqui mesmo neste tópico. Acredito que a performance da HD 4000 seja essa mesma, não tem como melhorar. http://Olarila.com/forum/viewtopic.php?f=3&t=629&start=120#p28077 -
Instalação do OS X Mavericks 10.9 GM
pernacabeluda replied to pernacabeluda's topic in Guias & Tutoriais Hackintosh
Tenta -gux_defer_usb2 -
Troca isto <key>NodesToPatch</key> <array/> por isto <key>NodesToPatch</key> <array> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01011040</string> <key>Node</key> <integer>37</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01016050</string> <key>Node</key> <integer>38</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01012060</string> <key>Node</key> <integer>39</integer> </dict> </array>
