Allan Posted September 13, 2013 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 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!
artur-pt Posted September 13, 2013 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 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
Allan Posted September 13, 2013 Author 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. 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 September 13, 2013 Posted September 13, 2013 http://Olarila.com/forum/viewtopic.php?f=26&t=3543#p28491 -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 September 13, 2013 Author 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! 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 September 13, 2013 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 -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 September 13, 2013 Author 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 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 September 13, 2013 Posted September 13, 2013 Tem que criar a pasta do ponto de montagem, pode ser qualquer nome, não precisa ser mntpoint. -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 September 13, 2013 Author Posted September 13, 2013 Criei e da essa mensagem: mount: warning: /media/allan seems to be mounted read-only. 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 September 13, 2013 Posted September 13, 2013 Tenta o primeiro comando sudo mount -t hfsplus -o remount,force,rw /media/allan -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 September 13, 2013 Author 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 . 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 September 13, 2013 Posted September 13, 2013 Tenta sudo mount -t hfsplus -o remount,force,rw /dev/sda2 -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 September 13, 2013 Author 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 . 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 September 13, 2013 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. -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 September 13, 2013 Author 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é? 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 September 14, 2013 Posted September 14, 2013 não. Se quando viaja faz o que quer, quando viajar, não leve a mulher ---- No PM support. Use the forum..MBP 2012 I7 12GB 512GB (macOS 13.6.7 & macOS 15b) OCLP Lenovo Core I5 6200U 8Gb 256Gb HD520 (macOS 15b) OC Ryzen 7 5700X 32Gb 2Tb nvme RTX 3060TI 8Gb (W11)
Allan Posted September 14, 2013 Author 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? 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!
Allan Posted September 14, 2013 Author 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>_ 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!
artur-pt Posted September 14, 2013 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 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
Allan Posted September 14, 2013 Author 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 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!
artur-pt Posted September 15, 2013 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 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
Allan Posted September 15, 2013 Author 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! 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!
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