Jump to content
[ IMPORTANT ] Premium and Donators users ×
Olarila Professional Hackintosh Services ×

Recommended Posts

Posted

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 / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Posted

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

Posted

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 / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Posted

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

Posted

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

Posted

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 / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Posted

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

Posted
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 / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Posted

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

Posted
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 / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Posted

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)

Posted
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 / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Posted

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 / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Posted

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 

Posted
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 / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Posted

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 

Posted
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 / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...