Jump to content
145 posts in this topic

Recommended Posts

13 minutes ago, Pavo said:

They removed support for both Series 7 and Series 8 SATA controllers. So make sure if you have those SATA controllers you disabled them in the BIOS before trying to boot.

So, I'll keep using Mojave for a long time...

 

Bad news for my Ivy Bridge :(

  • Like 1
22 minutes ago, Pavo said:

They removed support for both Series 7 and Series 8 SATA controllers. So make sure if you have those SATA controllers you disabled them in the BIOS before trying to boot.

 

Series 7 SATA works as before

 

1103694507_2019-10-1801_37_19.jpeg.8e4cb038930a6e73c35aa56f2b1f44cb.jpeg

 

 

  • Like 3
9 minutes ago, Pavo said:

You mind sharing how you are getting this to work?

 

Simple update from 10.15.1 b1 to 10.15.1 b2

 

It's @Andrey1970 laptop. You can ask him for details or reports. 

Edited by vandroiy2012
10 minutes ago, Andrey1970 said:

 

 

It is native works.

Well I guess I am wrong fro assuming that my Asus z9pe-d8 ws which has C602 chipset uses a Intel 7 Series SATA Controller. I am currently trying to use this SSDT.

DefinitionBlock ("", "SSDT", 2, "Pavo", "_SATA", 0x00000000)
{
    External (_SB_.PCI0.SAT0, DeviceObj)

    Scope (_SB.PCI0.SAT0)
    {
        Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
        {
            Return (Package (0x04)
            {
                "device-id", 
                Buffer (0x04)
                {
                     0x02, 0xE1, 0x00, 0x00                           // ....
                }, 

                "compatible", 
                Buffer (0x0D)
                {
                    "pci8086,1e02"
                }
            })
        }
    }
}

Which is a correct device-id for Intel 7 Series Controller. Any suggestions?

  • Like 1
19 minutes ago, Pavo said:

Well I guess I am wrong fro assuming that my Asus z9pe-d8 ws which has C602 chipset uses a Intel 7 Series SATA Controller. I am currently trying to use this SSDT.


DefinitionBlock ("", "SSDT", 2, "Pavo", "_SATA", 0x00000000)
{
    External (_SB_.PCI0.SAT0, DeviceObj)

    Scope (_SB.PCI0.SAT0)
    {
        Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
        {
            Return (Package (0x04)
            {
                "device-id", 
                Buffer (0x04)
                {
                     0x02, 0xE1, 0x00, 0x00                           // ....
                }, 

                "compatible", 
                Buffer (0x0D)
                {
                    "pci8086,1e02"
                }
            })
        }
    }
}

Which is a correct device-id for Intel 7 Series Controller. Any suggestions?

 

 

You have a misprint.

0x02, 0x1E, 0x00, 0x00
1 hour ago, Andrey1970 said:

 

 

You have a misprint.


0x02, 0x1E, 0x00, 0x00

Well that didn't work, still getting kernel panic on AppleAHCIPort.kext and the bootargs keepsyms=1 debug=0x100 is not allowing it to stop to take a screenshot.

8 minutes ago, Pavo said:

Well that didn't work, still getting kernel panic on AppleAHCIPort.kext and the bootargs keepsyms=1 debug=0x100 is not allowing it to stop to take a screenshot.

Use it to stop to take a screenshot.

 

Remove panic log first.

Clover Find code    = 008a0284 c07447
Clover Replace code = 008a0284 c0EB47

1971260430_kernelpaniclog-rm01.jpg.bd33fcd9018759228f844e99eabf6d62.jpg

  • Like 1
2 minutes ago, crazybirdy said:

Use it to stop to take a screenshot.

 

Remove panic log first.

Clover Find code    = 008a0284 c07447
Clover Replace code = 008a0284 c0EB47

1971260430_kernelpaniclog-rm01.jpg.bd33fcd9018759228f844e99eabf6d62.jpg

Not using Clover, using OpenCore and those are the bootargs I am using. 

qDSl1iD.png

  • Like 1
2 hours ago, vandroiy2012 said:

 

Try agdpmod=pikera bootarg. It should help.

This boot-arg worked for my Ryzen 1700X hackintosh with AMD 7950 GPU. Either removal of WEG or -wegoff did not work for me.

Big thanks for your advice.

Edited by jsl2000
Guest
This topic is now closed to further replies.
×
×
  • Create New...