Jump to content

Recommended Posts

  • Administrators
Posted
2 minutes ago, SKaicer said:

Intel Core i7-8565U with graphics Intel UHD 620.

disable secure boot in bios(only it) and paste my efi into efi partition, delete old efi folder into efi partition, don't merge files

-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 Hackintosh Support since 2006 HERE

Posted
14 minutes ago, MaLd0n said:

disable secure boot in bios(only it) and paste my efi into efi partition, delete old efi folder into efi partition, don't merge files

Already did that. And the same result with your EFI. Stuck in the apple logo. Should I disable anything else? Thanks.

  • Administrators
Posted
1 hour ago, SKaicer said:

Already did that. And the same result with your EFI. Stuck in the apple logo. Should I disable anything else? Thanks.

no

use -v and clover folder

-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 Hackintosh Support since 2006 HERE

Posted

Fala mestre bele?

Percebi problemas com sleep no meu S145. 
Utilizei sua imagem e ta tudo ok, porém ele não tem o comportamento do mac de acordar quando eu abro o notebook. 

É possível isso?
Vi algo sobre :
sudo pmset -a standby 0

 

Posted (edited)

Hi guys

I also had problem with HDMI which stopped working when I upgraded 10.15.4 -> 10.15.5 

HP Probook 440 G6 i5-8265u (Whiskey Lake) UHD 620

I resolved the problem by changing FB from 0x3EA50009 to 0x3EA50000

Maybe this work for your laptop too

Edited by Vlad71
Posted
On 6/3/2020 at 12:51 AM, MaLd0n said:

no

use -v and clover folder

I can manage to boot, with other config (but without audio and trackpad), and the graphics emulation works.
With your config.plist still not working. I attached the error message:
2020-06-04 a las 17.47.25.zip

Posted
5 hours ago, erickmob.simplus said:

Fala mestre bele?

Percebi problemas com sleep no meu S145. 
Utilizei sua imagem e ta tudo ok, porém ele não tem o comportamento do mac de acordar quando eu abro o notebook. 

É possível isso?
Vi algo sobre :
sudo pmset -a standby 0

 

Eu também tenho o mesmo problema com a pasta EFI que está no primeiro post. Por isso mantive o meu config e não o dele e atualizei os kexts. Ve se funciona pra você:

https://www.dropbox.com/s/8oen75278d6jrzd/EFI-FINAL.zip?dl=1

Apaga a pasta EFI do HD e coloca essa aí (o nome está EFI-FINAL, então renomeia para EFI).

  • Administrators
Posted
8 hours ago, erickmob.simplus said:

Fala mestre bele?

barra de espaço duas vezes depois de abrir a tampa

eu desativo o automatico pra evitar problemas

-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 Hackintosh Support since 2006 HERE

  • Administrators
Posted
4 minutes ago, Paulo Coutinho said:

Tem alguma solução para isso?

https://www.olarila.com/topic/5673-guide-laptop-battery-indicator-the-dsdt-patching-horror/

-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 Hackintosh Support since 2006 HERE

Posted (edited)
5 hours ago, MaLd0n said:

barra de espaço duas vezes depois de abrir a tampa

eu desativo o automatico pra evitar problemas

@MaLd0n

Mas não existe alguma forma pra ele ter o mesmo comportamento do MacBook? de abrir e ele ja mostrar tela de login, sem ter que bater na barra de espaço duas vezes?

Parece algo com KEXT e DSDT:
https://www.tonycrapx86.com/threads/sleep-by-lid-close-wake-by-lid-openening.212641/page-12

 

Por exemplo, se eu clico em sleep, fecho o note e ja abro, ele ja liga com a tela.
Porém, se eu espero uns minutos e faço o processo, soh apertando a barra mesmo. 

 

Edited by erickmob.simplus
  • Administrators
Posted
2 hours ago, erickmob.simplus said:

sim, tem como vc alterar tudo, adiciona _prw dentro do device LID0

-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 Hackintosh Support since 2006 HERE

Posted
8 hours ago, MaLd0n said:

sim, tem como vc alterar tudo, adiciona _prw dentro do device LID0

nunca fiz isso , sou bem noob hehehe 

 

Seria isso? É um arquivo que tenho que alterar ?

 

https://www.tonycrapx86.com/threads/msi-gs70-development-thread.136375/

Device (LID0){
    Name (_HID, EisaId ("PNP0C0D"))  // _HID: Hardware ID
    Method (_LID, 0, NotSerialized)  // _LID: Lid Status
    {
        If (MYEC)    // If EC enabled
        {
            Store (LIDS, Local0)
        }
        Else
        {
            Store (One, Local0)    // Assume LID is open
        }


        Return (Local0)
    }
                
    Name (_PRW, Package (0x02)    // Added for wake resource
    {
        0x1B,
        0x03
    })
}
            
Scope (\_GPE)
{
    Method (_L1B, 0, NotSerialized)    // Wake notifier for LID0
    {
        Notify (\_SB.PCI0.LPCB.EC.LID0, 0x02)
    }
}

 

 

  • Administrators
Posted

o device é esse. os valores variam nos diferentes chipsets

-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 Hackintosh Support since 2006 HERE

  • Administrators
Posted

DSDT, a principal tabela do bios/uefi

-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 Hackintosh Support since 2006 HERE

  • Administrators
Posted
2 minutes ago, erickmob.simplus said:

tem algum conteúdo que vc recomenda para eu aprender a fazer essa alteração ?

acpi specs, chipsets datasheet, apple dumps

-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 Hackintosh Support since 2006 HERE

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...