If you are using the installer with EFI partition you can just copy the files from installer to HD
http://Olarila.com/forum/viewtopic.php?f=27&t=3101&start=490#p32417
Já tem o torrent, mas o seed inicial também vai demorar, para baixar rápido só amanhã.
É mais rápido baixar da App Store e criar o pen drive desta forma
http://Olarila.com/forum/viewtopic.php?f=30&t=3415
Outra opção é rodar o .app e fazer boot do recovery pelo Clover, ou criar o pen drive com o seguinte comando (nesse caso só funciona com Clover, com Chameleon não)
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/[b]"nome do pen drive"[/b] --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
Pode gravar num pen drive desta forma e instalar na mesma partição do ML
http://Olarila.com/forum/viewtopic.php?f=30&t=3415
Outra opção é rodar o .app e fazer boot do recovery pelo Clover, ou criar o pen drive com o seguinte comando (nesse caso só funciona com Clover, com Chameleon não)
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/[b]"nome do pen drive"[/b] --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
De qual kext você está falando?
A instalação é por DVD ou USB? Se for por USB, verifica que o instalador possui kexts para USB 3.0 (se for o caso) e tenta ativar os "fixes" para USB do boot loader (USBBusFix=Yes no Chameleon ou menu USB no Clover).
Confirmado, o release da App Store é o 13A603
MD5 (/Applications/Install\ OS\ X\ Mavericks.app/Contents/SharedSupport/InstallESD.dmg) = f222952400db8535c03697c3293e168e
Hi,
you don't need all those settings in config.plist, start with a "clean" file (take the one from the installer USB) and add only the settings you need. Don't forget the "basic" kexts, you will find them in EFI/CLOVER/kexts/10.9 in the installer EFI partition. You can remove the NullCPUPowerManagement after you configure PM
http://Olarila.com/forum/viewtopic.php?f=28&t=1716
RC are scripts in /etc which handle logs, NVRAM, etc.
Para quem tem várias mensagens
SMC:smcReadKeyAction ERROR: kSMCReadKeyComm/kSMCReadKeyWithSMCComm failed for key ... (kSMCSuccess)
e o boot trava antes de entrar no ambiente gráfico (depois do DSMOS has arrived, normalmente com a última mensagem relacionada a IOBluetoothHCIController)
use o kernel flag dart=0 (remove mapper present) ou faça um drop da tabela DMAR
<key>ACPI</key>
<dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
</array>
</dict>
Editado: o problema ocorre a partir da versão 10.8.2, então antes do Mirone postar essa solução, a sugestão para contornar o problema era usar a AppleACPIPlatform da versão anterior
AppleACPIPlatform.kext.zip