Crosx86 Posted March 17, 2012 Share Posted March 17, 2012 Olha o DP2 ai gente: OS X Mavericks 10 .9.3 - OS X Mountain Lion 10.8.5 - Kali Linux 1.0.6 Link to comment Share on other sites More sharing options...
Cassio Posted March 17, 2012 Share Posted March 17, 2012 Aqui foi tranquilo, instalação igual ao DP1 http://Olarila.com/forum/viewtopic.php?f=26&t=995 Apenas um detalhe, ele não atualiza o kernelcache e o Chameleon não carrega porque é mais antigo que a pasta Extensions /System/Library/Extensions is more recent than KernelCache (/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache), ignoring KernelCache O problema é na AppleThunderboltNHI.kext que tem unresolved symbols kxld[com.apple.driver.AppleThunderboltNHI]: The following symbols are unresolved for this kext:kxld[com.apple.driver.AppleThunderboltNHI]: IOPCIDevice::protectDevice(unsigned int, unsigned int) kxld[com.apple.driver.AppleThunderboltNHI]: IOPCIDevice::setConfigHandler(int (*)(void*, unsigned int, IOPCIDevice*, unsigned int), void*, int (**)(void*, unsigned int, IOPCIDevice*, unsigned int), void**) kxld[com.apple.driver.AppleThunderboltNHI]: IOPCI2PCIBridge::adjustPowerState(unsigned long) Link failed (error code 5). Prelink failed for com.apple.driver.AppleThunderboltNHI; aborting prelink. Failed to generate prelinked kernel. Removendo a kext, o kernelcache é atualizado e lido normalmente sudo mv /System/Library/Extensions/AppleThunderboltNHI.kext /System/Library/Extensions/AppleThunderboltNHI.kext.orig sudo kextcache -prelinked-kernel Loading Darwin 10.8Loading kernel cache /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache Read HFS+ file: [hd(0,3)/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache] 4096 bytes. Read HFS+ file: [hd(0,3)/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache] 28368802 bytes. Edit: na verdade o erro ao criar o kernelcache só acontece se estiver usando esta IOPCIFamily, com a original funciona normalmente. Edit 2: IOPCIFamily atualizada http://netkas.org/?p=1072 -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
Crosx86 Posted March 17, 2012 Author Share Posted March 17, 2012 @Cassio Vlw Cassio,to mechendo com a imagem aqui agora,mais tarde vou instalar aqui e claro vou seguir as dicas,muito obg. Vou instalar no desk e no note. Eu baixei a imagem do dev.center e ta dando soma de verificação invalida,pode isso? OS X Mavericks 10 .9.3 - OS X Mountain Lion 10.8.5 - Kali Linux 1.0.6 Link to comment Share on other sites More sharing options...
Cassio Posted March 17, 2012 Share Posted March 17, 2012 Não deveria, mas acontece. Qual o md5 do dmg? Aqui é 85a834c08706ff8d6ac92328c6bd6e1f. -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
Crosx86 Posted March 18, 2012 Author Share Posted March 18, 2012 @Cassio Aqui ta dando pb no boot da instalação(no note Acer Aspire 5750,corre 3 linhas e reboota,wait -v e da pra ver essa linha ai que ele para,eu ja deletei a kext(AppleThunderboltNHI.kext) mesmo assim continua. can't find /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache OS X Mavericks 10 .9.3 - OS X Mountain Lion 10.8.5 - Kali Linux 1.0.6 Link to comment Share on other sites More sharing options...
Cassio Posted March 18, 2012 Share Posted March 18, 2012 Esse problema era apenas na reconstrução do kernelcache, devido a IOPCIFamily modificada, com a original funciona normalmente. O DP1 funciona ou também tem o problema de reboot? Vi vários casos no DP1, alguns conseguiam boot com arch=i386, mas o DP2 é apenas x86_64. -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
Crosx86 Posted March 18, 2012 Author Share Posted March 18, 2012 @Cassio No DP1 não tive pb algum,e da o reboot tanto no meu desk como no note... Edit:Era exatamente isso que causava o erro "arch=i386" foi só retirar do boot.plist e funcionou normal,agora tem um pb com a AICPM,o patch para sandy Bridge não funciona,eu to instalando no note com a Null e conto com ajuda para o novo patch.Obg OS X Mavericks 10 .9.3 - OS X Mountain Lion 10.8.5 - Kali Linux 1.0.6 Link to comment Share on other sites More sharing options...
Cassio Posted March 18, 2012 Share Posted March 18, 2012 O DP2 não tem mais i386, não teria como funcionar. Adicione o código em vermelho open(PIPE, "lipo -detailed_info $file|"); while() { chomp; $line = $_; if($line =~ /^architecture (.*)$/) { $carch = $1; } elsif($line =~ /offset (\d+)$/) { $arch{$carch} = $1; } [color=#FF0000]elsif($line =~ /^Non-fat .* architecture: (.*)$/) { $carch = $1; $arch{$carch} = 0; }[/color] } close(PIPE); ou aguarde eu atualizar o script e baixe novamente. -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
Crosx86 Posted March 18, 2012 Author Share Posted March 18, 2012 @Cassio Feito,instalado e patcheado,vlw Cassio! Edit:Cassio só bootou uma vez,na segunda "still waiting for root device" foi bom que retiraram o script,pq algo ainda esta dando errado. OS X Mavericks 10 .9.3 - OS X Mountain Lion 10.8.5 - Kali Linux 1.0.6 Link to comment Share on other sites More sharing options...
Cassio Posted March 18, 2012 Share Posted March 18, 2012 O script já está atualizado. só bootou uma vez,na segunda "still waiting for root device" Deve ser outra coisa, o patch na AICPM não tem nada a ver com esse erro. -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
Crosx86 Posted March 18, 2012 Author Share Posted March 18, 2012 @Cassio Parcialmente resolvido,instalei as kexts(AppleACPIPlatform.kext e IOPCIFamily.kext do DP1)bootou usando o kernelcache de boa,agora só não sei a rede se vai funcionar,pq no DP1 o meu assistente de rede travava e reiniciava sem deixar configurar nada. OS X Mavericks 10 .9.3 - OS X Mountain Lion 10.8.5 - Kali Linux 1.0.6 Link to comment Share on other sites More sharing options...
Cassio Posted March 19, 2012 Share Posted March 19, 2012 E usando a NullCPM funciona com as kexts do DP2? Qual kext usa pra rede? -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now