pernacabeluda Posted June 2, 2014 Posted June 2, 2014 (edited) A Apple acaba de lançar o primeiro developer preview do novo OS X (build 14A238x) http://www.apple.com/osx/preview/ Torrent dos nossos companheiros russos https://inmac.org/topic/26894/ Guia de instalação http://Olarila.com/forum/viewtopic.php?f=35&t=4630 Edited June 5, 2014 by Guest -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
Allan Posted June 2, 2014 Posted June 2, 2014 Valeu Perna!! O que resta agora é ter um update do Clover e Chameleon com suporte ao novo OS X. Thanks & Regards IdeaPad Gaming 3i • Aspire A515-52 • Clover / OpenCoreWe are in a great Forum, so, let's have some fun and learn from each other!
mendietinha Posted June 2, 2014 Posted June 2, 2014 parece que há problemas com as assinaturas das kexts. Se quando viaja faz o que quer, quando viajar, não leve a mulher ---- No PM support. Use the forum. . MBA M1 8gb 256gb (macOS 15.4b) Lenovo Core I5 6200U 12Gb 256Gb HD520 (macOS 13.7.4) OC Ryzen 7 5700X 32Gb 2Tb nvme RTX 3060TI 8Gb (W11)
Allan Posted June 3, 2014 Posted June 3, 2014 Alguem já conseguiu testar? Thanks & Regards IdeaPad Gaming 3i • Aspire A515-52 • Clover / OpenCoreWe are in a great Forum, so, let's have some fun and learn from each other!
pernacabeluda Posted June 3, 2014 Author Posted June 3, 2014 (edited) Edit: o Clover já injeta as kexts no 10.10, o método deste post não é mais necessário. Siga este guia http://Olarila.com/forum/viewtopic.php?f=35&t=4630 Monte o InstallESD.dmg que se encontra na pasta Contents/SharedSupport do Install OS X 10.10 Developer Preview.app Monte o BaseSystem.dmg que está (oculto) em OS X Install ESD open /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg Usando o Utilitário de Disco restaure a partição OS X Base System para um pen drive (ou partição do HD) no formato Mac OS Expandido (Reg. Cronológico) Remova o link Packages da pasta System/Installation do pen drive rm /Volumes/OS\ X\ Base\ System\ 1/System/Installation/Packages Copie a pasta Packages de OS X Install ESD para a pasta System/Installation do pen drive cp -R /Volumes/OS\ X\ Install\ ESD/Packages /Volumes/OS\ X\ Base\ System\ 1/System/Installation Copie os arquivos BaseSystem.dmg e Basesystem.chunklist de OS X Install ESD para a raiz do pen drive cp /Volumes/OS\ X\ Install\ ESD/BaseSystem.* /Volumes/OS\ X\ Base\ System\ 1 Instale o Clover no pen drive (se ainda não usa) Adicione kext-dev-mode=1 nos boot-args do Clover <key>Boot</key> <dict> <key>Arguments</key> <string>-v kext-dev-mode=1</string> </dict> Copie as kexts essenciais (FakeSMC, etc) para uma pasta do pen drive (exemplo /kexts) Faça boot do instalador no modo single user fsck -fy mount -uw / chown -R 0:0 /kexts/*.kext chmod -R 755 /kexts/*.kext cp -R /kexts/*.kext /System/Library/Extensions kextcache -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions exit O Extensions.mkext na realidade não é usado, o comando kextcache é apenas uma forma de fazer com que as kexts recém copiadas sejam carregadas em vez de usar apenas o kernelcache, pois o kext injection do Clover ainda não funciona com o 10.10 Não selecione português pois faltam os textos dos diálogos do instalador Ao término da instalação não reinicie, abra o Utilitário de Disco e veja o identificador da partição onde você instalou o sistema (diskXsY) mkdir /Volumes/temp mount -t hfs /dev/diskXsY /Volumes/temp cp -R /kexts/*.kext /Volumes/temp/System/Library/Extensions Reinicie e faça boot do sistema no modo single user fsck -fy mount -uw / kextcache -prelinked-kernel exit Se o instalador reiniciar antes de você copiar as kexts ou se tiver problema para montar a partição do sistema pelo instalador, você pode copiar pelo single user do próprio sistema (nesse caso diskXsY é o pen drive) fsck -fy mount -uw / mkdir /Volumes/temp mount -t hfs /dev/diskXsY /Volumes/temp cp -R /Volumes/temp/kexts/*.kext /System/Library/Extensions kextcache -prelinked-kernel exit Créditos http://www.insanelymac.com/forum/topic/298402-os-x-yosemite-dps-builds/?p=2024283 Edited June 5, 2014 by Guest -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
laurasoares Posted June 3, 2014 Posted June 3, 2014 Fico com ecrã preto e um traço a piscar, estou a usar o clover v2_r1667. O meu pendrive ficou assim? MOTHERBOARD: Asus TUF Z270 MARK 2 CPU: Intel i5-7600K 3.8 GHZ MEM: 2x8 = 16GB G.Skill HD: Samsung M.2 960 EVO 250GB
pernacabeluda Posted June 3, 2014 Author Posted June 3, 2014 Em que ponto acontece isso? -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
laurasoares Posted June 3, 2014 Posted June 3, 2014 no boot do pendrive, logo de inicio! MOTHERBOARD: Asus TUF Z270 MARK 2 CPU: Intel i5-7600K 3.8 GHZ MEM: 2x8 = 16GB G.Skill HD: Samsung M.2 960 EVO 250GB
pernacabeluda Posted June 3, 2014 Author Posted June 3, 2014 Então é algo na instalação do Clover, usa a última versão (r2689) http://sourceforge.net/projects/cloverefiboot/ Não esquece de selecionar o boot0ss e o tema. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
everson7 Posted June 3, 2014 Posted June 3, 2014 Qual a flag para o chameleon? Essa "kext-dev-mode=1" para o clover?
laurasoares Posted June 3, 2014 Posted June 3, 2014 Ok, perna vou testar aqui. Obrigado.. MOTHERBOARD: Asus TUF Z270 MARK 2 CPU: Intel i5-7600K 3.8 GHZ MEM: 2x8 = 16GB G.Skill HD: Samsung M.2 960 EVO 250GB
pernacabeluda Posted June 3, 2014 Author Posted June 3, 2014 Qual a flag para o chameleon?Essa "kext-dev-mode=1" para o clover? Chameleon não funciona, tem que ser Clover. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
laurasoares Posted June 3, 2014 Posted June 3, 2014 Perna então são estas opçoes? Edite: Agora o boot apareceu! MOTHERBOARD: Asus TUF Z270 MARK 2 CPU: Intel i5-7600K 3.8 GHZ MEM: 2x8 = 16GB G.Skill HD: Samsung M.2 960 EVO 250GB
RCOO Posted June 3, 2014 Posted June 3, 2014 É preciso patchear o mach_kernel para instalar num esquema MBR?
asapreta Posted June 3, 2014 Posted June 3, 2014 Instalou aqui mas na hora de dar o comando: mount -t hfs /dev/diskXsY /Volumes/temp Dá como RESOURCE BUSY.... Claro que mudei o Y e X para os meus aqui (disk3s2) Hacks: Main: Gigabyte Z390 Gaming X - Intel i5 9400F - 16 GB DDR4 2666 - Radeon RX 570 4GB - Big Sur 11.4 / Monterrey 12 Beta 1Backup: Gigabyte EP-45-UD3R - Intel Core2Quad 9550 @4.0Ghz - 8 GB DDR2 - GeForce 9800GT - Sierra
pernacabeluda Posted June 3, 2014 Author Posted June 3, 2014 É preciso patchear o mach_kernel para instalar num esquema MBR? Pelo que vi não há restrição para instalar em MBR. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
pernacabeluda Posted June 3, 2014 Author Posted June 3, 2014 Instalou aqui mas na hora de dar o comando: Dá como RESOURCE BUSY.... Claro que mudei o Y e X para os meus aqui (disk3s2) Reinicia e copia pelo single user no boot do sistema fsck -fy mount -uw / mkdir /Volumes/temp mount -t hfs /dev/diskXsY /Volumes/temp cp -R /Volumes/temp/kexts/*.kext /System/Library/Extensions nvram boot-args="kext-dev-mode=1" kextcache -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions exit O único problema é que precisa "adivinhar" o identificador do pen drive. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
RCOO Posted June 3, 2014 Posted June 3, 2014 estou a ter o erro: Missing bluetooth controller transport quando tento dar boot com a flag -s... Já tentei eliminar os kext AppleIntelHD* e AppleIntelFr* e inciar com a flag UseKernelCache=no GraphicsEnabler=no cpus=1 -s e continua a dar o erro. Alguma sugestão?
pernacabeluda Posted June 3, 2014 Author Posted June 3, 2014 UseKernelCache e GraphicsEnabler são opções do Chameleon, não funcionam no Clover. Para entrar em single user no Clover aperta a barra de espaço e seleciona nas opções. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
Allan Posted June 3, 2014 Posted June 3, 2014 Off-topic. Perna, você sentiu alguma diferença nessa versão? Mais leve, estabilidade (apesar de ser DP1) e outras coisas? Thanks & Regards IdeaPad Gaming 3i • Aspire A515-52 • Clover / OpenCoreWe are in a great Forum, so, let's have some fun and learn from each other!
RCOO Posted June 3, 2014 Posted June 3, 2014 UseKernelCache e GraphicsEnabler são opções do Chameleon, não funcionam no Clover. Para entrar em single user no Clover aperta a barra de espaço e seleciona nas opções. Fiz isso. Continua a dar o erro: missing bluetooth controller transport.
pernacabeluda Posted June 3, 2014 Author Posted June 3, 2014 Off-topic. Perna, você sentiu alguma diferença nessa versão? Mais leve, estabilidade (apesar de ser DP1) e outras coisas? Não posso falar muito porque estou usando num HD externo de testes, então o boot é um pouco demorado, mas uma vez carregado ele parece bem rápido. Quanto à estabilidade não se pode esperar muito, uma vez que é o primeiro DP. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
pernacabeluda Posted June 3, 2014 Author Posted June 3, 2014 Fiz isso. Continua a dar o erro: missing bluetooth controller transport. Se chega no prompt não faz mal que apareça essa mensagem, pode rodar os comandos. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
asapreta Posted June 3, 2014 Posted June 3, 2014 Reinicia e copia pelo single user no boot do sistema fsck -fy mount -uw / mkdir /Volumes/temp mount -t hfs /dev/diskXsY /Volumes/temp cp -R /Volumes/temp/kexts/*.kext /System/Library/Extensions nvram boot-args="kext-dev-mode=1" kextcache -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions exit O único problema é que precisa "adivinhar" o identificador do pen drive. Como não mexi nos drives era o do HD do Yosemite, eu fiz e instalei. Agora vou botar o Clover nele. Hacks: Main: Gigabyte Z390 Gaming X - Intel i5 9400F - 16 GB DDR4 2666 - Radeon RX 570 4GB - Big Sur 11.4 / Monterrey 12 Beta 1Backup: Gigabyte EP-45-UD3R - Intel Core2Quad 9550 @4.0Ghz - 8 GB DDR2 - GeForce 9800GT - Sierra
RCOO Posted June 3, 2014 Posted June 3, 2014 Se chega no prompt não faz mal que apareça essa mensagem, pode rodar os comandos. O erro aparece logo depois de uma entrada chamada bash32#root: Mas não consigo escrever comandos e passados uns segundos aparece a mensagem de erro e bloqueia.
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