Administrators Allan Posted September 13, 2013 Administrators Share Posted September 13, 2013 Olá galera, to com um problema. Seguinte, como sabem ja saiu a atualização 10.8.5 pro ML, blz, eu atualizei normalmente. Só que quando quero dar boot, da KP na AICPM isso é de se esperar pois o update trocou as minha kexts para as novas. Queria saber como posso substituir essas kexts pelas que eu ja usava. Tentei subir com meu Penboot, mas mesmo com as flags -v, -f, -x, sozinhas ou todas juntas não sobe, da KP. Dai queria saber se tem como trocar as kexts pelo Linux Mint 15. Ou se tem algum app que faça isso. Grato Quote 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! Link to comment Share on other sites More sharing options...
artur-pt Posted September 13, 2013 Share Posted September 13, 2013 olá http://Olarila.com/forum/viewtopic.php?f=2&t=13 http://Olarila.com/forum/viewtopic.php?f=2&t=32 tens os comandos de terminal para fazer isso bom hack Quote PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000 My OS X Files Link to comment Share on other sites More sharing options...
Administrators Allan Posted September 13, 2013 Author Administrators Share Posted September 13, 2013 Tentei aqui mas nada. A tela trava, tipo não em algo especifico, quando dá o boot, as linhas de codigo param de escrever. Quote 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! Link to comment Share on other sites More sharing options...
pernacabeluda Posted September 13, 2013 Share Posted September 13, 2013 http://Olarila.com/forum/viewtopic.php?f=26&t=3543#p28491 Quote Donation with Paypal | Mercado Livre | Premium and Donators Users | Installation GUIDE Donation with BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 Donation with PicPay @danielnmaldonado Donated? Send me PM with files or use DSDT Patch Requests Link to comment Share on other sites More sharing options...
Administrators Allan Posted September 13, 2013 Author Administrators Share Posted September 13, 2013 http://Olarila.com/forum/viewtopic.php?f=26&t=3543#p28491 Blz Perna, eu tentei o codigo, mas não foi. Tentei no meu Linux Mint, teria de ser obrigatorio usar um livecd? Ou usar o Linux q está na maquina interfere em algo! Quote 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! Link to comment Share on other sites More sharing options...
pernacabeluda Posted September 13, 2013 Share Posted September 13, 2013 Deveria funcionar em qualquer um que tenha o pacote hfsprogs instalado sudo apt-get install hfsprogs Se ainda não estava montado como somente leitura sudo mount -t hfsplus -o force,rw /dev/sdx# /media/mntpoint Quote Donation with Paypal | Mercado Livre | Premium and Donators Users | Installation GUIDE Donation with BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 Donation with PicPay @danielnmaldonado Donated? Send me PM with files or use DSDT Patch Requests Link to comment Share on other sites More sharing options...
Administrators Allan Posted September 13, 2013 Author Administrators Share Posted September 13, 2013 Ja instalei o hfsprogs. Dai executo o comando assim: sudo mount -t hfsplus -o force,rw /dev/sda2 /media/mntpoint sda2 = nome do disco que está o OSX Dai da essa mensagem: mount: mount point /media/mntpoint does not exist Quote 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! Link to comment Share on other sites More sharing options...
pernacabeluda Posted September 13, 2013 Share Posted September 13, 2013 Tem que criar a pasta do ponto de montagem, pode ser qualquer nome, não precisa ser mntpoint. Quote Donation with Paypal | Mercado Livre | Premium and Donators Users | Installation GUIDE Donation with BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 Donation with PicPay @danielnmaldonado Donated? Send me PM with files or use DSDT Patch Requests Link to comment Share on other sites More sharing options...
Administrators Allan Posted September 13, 2013 Author Administrators Share Posted September 13, 2013 Criei e da essa mensagem: mount: warning: /media/allan seems to be mounted read-only. Quote 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! Link to comment Share on other sites More sharing options...
pernacabeluda Posted September 13, 2013 Share Posted September 13, 2013 Tenta o primeiro comando sudo mount -t hfsplus -o remount,force,rw /media/allan Quote Donation with Paypal | Mercado Livre | Premium and Donators Users | Installation GUIDE Donation with BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 Donation with PicPay @danielnmaldonado Donated? Send me PM with files or use DSDT Patch Requests Link to comment Share on other sites More sharing options...
Administrators Allan Posted September 13, 2013 Author Administrators Share Posted September 13, 2013 Dai aparece essa mensagem gigante, e não monta: Usage: mount -V : print version mount -h : print this help mount : list mounted filesystems mount -l : idem, including volume labels So far the informational part. Next the mounting. The command is `mount [-t fstype] something somewhere'. Details found in /etc/fstab may be omitted. mount -a [-t|-O] ... : mount all stuff from /etc/fstab mount device : mount device at the known place mount directory : mount known device here mount -t type dev dir : ordinary mount command Note that one does not really mount a device, one mounts a filesystem (of the given type) found on the device. One can also mount an already visible directory tree elsewhere: mount --bind olddir newdir or move a subtree: mount --move olddir newdir One can change the type of mount containing the directory dir: mount --make-shared dir mount --make-slave dir mount --make-private dir mount --make-unbindable dir One can change the type of all the mounts in a mount subtree containing the directory dir: mount --make-rshared dir mount --make-rslave dir mount --make-rprivate dir mount --make-runbindable dir A device can be given by name, say /dev/hda1 or /dev/cdrom, or by label, using -L label or by uuid, using -U uuid . Other options: [-nfFrsvw] [-o options] [-p passwdfd]. For many more details, say man 8 mount . Quote 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! Link to comment Share on other sites More sharing options...
pernacabeluda Posted September 13, 2013 Share Posted September 13, 2013 Tenta sudo mount -t hfsplus -o remount,force,rw /dev/sda2 Quote Donation with Paypal | Mercado Livre | Premium and Donators Users | Installation GUIDE Donation with BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 Donation with PicPay @danielnmaldonado Donated? Send me PM with files or use DSDT Patch Requests Link to comment Share on other sites More sharing options...
Administrators Allan Posted September 13, 2013 Author Administrators Share Posted September 13, 2013 Tenta sudo mount -t hfsplus -o remount,force,rw /dev/sda2 Da no mesmo: Usage: mount -V : print version mount -h : print this help mount : list mounted filesystems mount -l : idem, including volume labels So far the informational part. Next the mounting. The command is `mount [-t fstype] something somewhere'. Details found in /etc/fstab may be omitted. mount -a [-t|-O] ... : mount all stuff from /etc/fstab mount device : mount device at the known place mount directory : mount known device here mount -t type dev dir : ordinary mount command Note that one does not really mount a device, one mounts a filesystem (of the given type) found on the device. One can also mount an already visible directory tree elsewhere: mount --bind olddir newdir or move a subtree: mount --move olddir newdir One can change the type of mount containing the directory dir: mount --make-shared dir mount --make-slave dir mount --make-private dir mount --make-unbindable dir One can change the type of all the mounts in a mount subtree containing the directory dir: mount --make-rshared dir mount --make-rslave dir mount --make-rprivate dir mount --make-runbindable dir A device can be given by name, say /dev/hda1 or /dev/cdrom, or by label, using -L label or by uuid, using -U uuid . Other options: [-nfFrsvw] [-o options] [-p passwdfd]. For many more details, say man 8 mount . Quote 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! Link to comment Share on other sites More sharing options...
pernacabeluda Posted September 13, 2013 Share Posted September 13, 2013 Então eu não sei. Acho que é mais fácil fazer o que o artur-pt sugeriu, pelo terminal do instalador. Quote Donation with Paypal | Mercado Livre | Premium and Donators Users | Installation GUIDE Donation with BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 Donation with PicPay @danielnmaldonado Donated? Send me PM with files or use DSDT Patch Requests Link to comment Share on other sites More sharing options...
Administrators Allan Posted September 13, 2013 Author Administrators Share Posted September 13, 2013 Então eu não sei. Acho que é mais fácil fazer o que o artur-pt sugeriu, pelo terminal do instalador. Blz Perna, toda a ajuda foi excelente. Sabe acho que vou fazer o seguinte, vou apagar o Mac e reinstalar tudo. Agora tenho uma duvida, como o GRUB ta na partição do Linux Mint, se eu apagar o Mac e instalar o bootloader denovo como sempre não tem perigo de eu perder a entrada do Linux né? Quote 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! Link to comment Share on other sites More sharing options...
mendietinha Posted September 14, 2013 Share Posted September 14, 2013 não. Quote Se quando viaja faz o que quer, quando viajar, não leve a mulher . Core I5 750 12gb 500gb GTX 760(macOS 10.12, macOS 10.12.Xb, Win10) Pentium 4 3.06 2gb 80gb fx5200 (10.5.8) iMac G3 400Mhz 512mb Rage 8Mb (10.4.11) Save OSX86... Don't Let Tony win! Link to comment Share on other sites More sharing options...
Administrators Allan Posted September 14, 2013 Author Administrators Share Posted September 14, 2013 não. Valeu!!! Mendietinha!! Vc é user do Linux tmb, então da pra ficar tranquilo!! Uffs Vou começar o trabalho agora, vc ja teve esse tipo de problema? Vlw EDIT: Estava com uma ideia, não sei se ela funcionaria, mas seria a seguinte... Criar uma maquina virtual no Linux com o OSX ou o Windows(dai instalaria o TransMac/Paragon) seria possivel acessar os arquivos da partição do OSX e modificar esta pela maquina virtual? Quote 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! Link to comment Share on other sites More sharing options...
Administrators Allan Posted September 14, 2013 Author Administrators Share Posted September 14, 2013 Consegui dar boot no OSX, estva dando problema na AICPM como mencionei. Dai troquei ela e dava KP na AppleSMC, dai usei o metodo de correção da AppleSMC pro Mavericks no 10.8.5. Só que....meu Linux Mint não entra mais. Não se é prq eu redimencionei a partição do OSX, a do Linux deixei intacta, não sei o prq do problema. O erro é o GRUB Rescue>_ Quote 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! Link to comment Share on other sites More sharing options...
artur-pt Posted September 14, 2013 Share Posted September 14, 2013 olá cara tu se n é do cu é das calças.. com tanto problema ... meu conselho é teres duas partições com mac os x.. uma para fazeres boot e resolveres problemas e outra para teus testes.. e ai à partida tens teus problemas resolvidos.. bom hack Quote PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000 My OS X Files Link to comment Share on other sites More sharing options...
Administrators Allan Posted September 14, 2013 Author Administrators Share Posted September 14, 2013 olácara tu se n é do cu é das calças.. bom hack Caracas, isso seria um modo de dizer em PT-PT? Pois aqui no Brazil, é um baita palavrão!! Vou seguir teu conselho, ja deixei uma partição de testes aqui. Flw Quote 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! Link to comment Share on other sites More sharing options...
artur-pt Posted September 15, 2013 Share Posted September 15, 2013 olá sim é ditado (frase feita) como não meter a carroça na frente dos bois.. e por ai além.. aki... n tem nada a ver com ofensa ou palavrão bom hack Quote PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000 My OS X Files Link to comment Share on other sites More sharing options...
Administrators Allan Posted September 15, 2013 Author Administrators Share Posted September 15, 2013 olá sim é ditado (frase feita) como não meter a carroça na frente dos bois.. e por ai além.. aki... n tem nada a ver com ofensa ou palavrão bom hack Blz, vlw É que eu não estava acostumado com os ditados em pt-pt. Até mais! Quote 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! Link to comment Share on other sites More sharing options...