Jump to content
8755 posts in this topic

Recommended Posts

10 hours ago, tmbt said:

Thanks Pavo for the answer. I saw some examples like the one you've posted here but one thing is too see an example and another is to adapt that example to your need if you don't know how ACPI works.

Just to give you an idea

I've an ACPI patch to rename _CRS method for my touchpad so i can return what VoodooI2C wants. 

Attached you will find a screenshot of 2 patchs i'm using in OpenCore to rename _CRS and SBFG for my touchpad and here is the SSDT i've created to integrate the patches  :
 


DefinitionBlock ("", "SSDT", 2, "hack", "TPD0", 0x00000000)
{
    External (_SB_.PCI0.GPI0, DeviceObj)    // (from opcode)
    External (_SB_.PCI0.I2C0.TPD0, DeviceObj)    // (from opcode)
    External (_SB_.PCI0.I2C0.TPD0.SBFB, FieldUnitObj)    // (from opcode)
    External (_SB_.PCI0.I2C0.TPD0.SBFI, FieldUnitObj)    // (from opcode)

    Scope (_SB.PCI0.I2C0.TPD0)
    {
        Name (SBFG, ResourceTemplate ()
        {
            GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault, 0x0000,
                "\\_SB.PCI0.GPI0", 0x00, ResourceConsumer, ,
                )
                {   // Pin list
                    0x0000
                }
        })
        Method (_CRS, 0, NotSerialized)  // _CRS: Current Resource Settings
        {
            Return (ConcatenateResTemplate (SBFB, SBFG))
        }
    }

    Scope (_SB.PCI0.GPI0)
    {
        Method (_STA, 0, NotSerialized)  // _STA: Status
        {
            Return (0x0F)
        }
    }

Is there a way to do this only with SSDT ?

 

Thanks

Mattia

    

Screenshot 2019-10-10 at 17.47.01.png

I got my VoodooI2C trackpad to work on OpenCore using Skip Count feature  you can count manually _CRS METHOD in DSDT and count _CRS METHOD without comment for example my _CRS Method 26  I put 26 skip and 1 count  if didn't work after reboot then check your System DSDT find XCRS where is apply, Sorry for my poor English

 if you didn't understand  contact this https://olarila.com/forum/viewtopic.php?f=46&t=8087&sid=b9b492a8d81fa14154584686fad19813&start=420

I appreciate to help of Onemanosx

 

 

Screen Shot 2019-10-11 at 5.11.08 AM.jpg

5 minutes ago, nagha said:

Hello -

 

I've tried building an OC 0.5.1 EFI using the guide for Skylake. My build is a GA z170m-d3h/Intel 6700K/Intel RX 570. I appreciate any insight as to what's wrong with the config.plist. The computer freezes after choosing the Hack volume for booting. It doesn't transition to any sort of loading of MacOS.

 

Thanks. 

config-sanitized.plist

looks like you are having the same issue I am/was having. I don't know which is worse the not do anything at all, or the unable to Alloc Error. I have had both. if you look at the last 2 -3 pages in this forum topic Pavo and others have given me pointers, but I am still stuck with a non-booting Z390. yes I know you have a Z170, but the symptoms are almost identical.

HBP

To the Acidanthera team.

 

I updated from OC 0.0.3 (where the trackpad.kext could not be loaded with a note that the Info.plist is missing) to OC 0.5.2 where VirtualSMC and Lilu are not loading due to a missing Info.plist. The path is correct.

On startup, there is an error "NVRAM is full, cannot log!" Could that be the issue? The NVRAM works so far.

It's an SandyBridge Laptop, the log is attached.

If necessary, I give you more infos.

 

OC_0.5.2.log.rtf.zip

OC_NVRAM.zip

Hi Guys

 

Are you able to boot into Safe Mode (bootargs -x ) on Catalina 10.15? I got a black screen on the second stage, but im able to ssh into my hack, and i did some debug, logs showed here : https://github.com/acidanthera/bugtracker/issues/507#event-2702187778

 

Anyone with same issue? 

On 10/11/2019 at 10:00 AM, justin said:

Hi Guys

 

Are you able to boot into Safe Mode (bootargs -x ) on Catalina 10.15? I got a black screen on the second stage, but im able to ssh into my hack, and i did some debug, logs showed here : https://github.com/acidanthera/bugtracker/issues/507#event-2702187778

 

Anyone with same issue? 

I just tested this and I get the same issue.  Not a big deal for me though as I can't remember the last time I've needed safe boot in the last 10 years.

 

EDIT:  I think it's an issue with AMD cards.  No issues if I remove my RX 580 and use onboard intel.  It's either an issue with macOS itself or some glitch in whatevergreen.

Edited by kjp4756
  • Thanks 1
1 hour ago, Download-Fritz said:

@ic005k It is not (directly(?)) related to OpenCore

@jsl2000 Please upload your prelinkedkernel and OC folder

Here are them:

The size of prelikedkernel.zip is > 10 MB which is not allowed to upload.

So use the link of Google Driver

https://drive.google.com/file/d/1wBPm4B_j9OJfY8wTnaGbDVylOEmq4MIm/view?usp=sharing

OC.zip

Edited by jsl2000
6 minutes ago, Download-Fritz said:

@jsl2000 your prelinkedkernel is borked, rebuild it

EDIT: Sorry, incorrect, will try to investigate

Thanks for your prompt reply and waiting for your kind help again !

2 hours ago, Download-Fritz said:

@jsl2000 You don't declare ExecutablePath for VoodooTSCSyncAMD-8-Core.kext

After correcting it I got another KP as shown here:

New OC.zip was attached too for your reference.

May I use FakeSMC instead of VirtualSMC which always got KP when I bootede with Clover & OpenCore ?

 

IMG_0244.JPG

 

 

OC.zip

Edited by jsl2000

Here I am again, asking for advices.

I've been trying to replace "ShowPicker" with "Default" in the OC configuration, because I'd like to get a vanilla experience.

In particular, I'd like to start MacOS by default, occasionally switching to Windows through the startup utility. As far as I understand, the option "Default" should do the trick.

 

Unfortunately, it is not working. I select "Macintosh HD" from the startup utility, but when I reboot the following error pops up:

OCS: No schema for Default at 3 index!

Any input?

 

config.plist

opencorelog.txt

On 10/12/2019 at 9:37 PM, Download-Fritz said:

@jsl2000 That is not a KP and has nothing to do with OC, please research that error and if unsuccessful ask in the VSMC thread

In Z87 hackintosh booting OpenCore 0.5.1 got a different frozen as shown here

How to fix it with my OpenCore folder attached here too:

IMG_0245.JPG

OC.zip

 

[Solved]

Removal of AMD RX-580 GPU it can work on Intel HD 4600 alone now !

Edited by jsl2000
  • Like 1

I've been trying to migrate to OpenCore from Clover, but no matter what configuration changes I make it freezes on "Boot Menu"!

 

Odd thing is no log is printed to the screen, although I managed to get a text log output by installing the debug version. The log and the OC EFI folder is attached. Any help is appreciated.

 

Thanks in advance.

OC.zip

Screenshot.jpg

@xXiGeniusXx The log clearly indicates boot.efi calls ExitBootServices(), but its usual output is missing. Please refer to the manual about ConsoleControl configuration and the ProvideConsoleGop quirk. Boot verbose

Edited by Download-Fritz
  • Like 1
53 minutes ago, Download-Fritz said:

@xXiGeniusXx The log clearly indicates boot.efi calls ExitBootServices(), but its usual output is missing. Please refer to the manual about ConsoleControl configuration and the ProvideConsoleGop quirk. Boot verbose

I couldn't boot my windows 10 partition from a same drive and how to add and find path entries for windows 10

I attached my OC

 

EFI.zip

1 hour ago, anmool said:

I couldn't boot my windows 10 partition from a same drive and how to add and find path entries for windows 10

I attached my OC

 

EFI.zip

 

HideSelf=No

 

BlessOverride 

\EFI\Microsoft\bootmgfw.efi

I have a gigabyte h370n,  running opencore 0.5.2. LogoutHook is working and writes nvram.plist to EFI partition. I also did the following in config.plist DisableVariableWrite:YES, LegacyEnable:YES, ExposeSensitiveData:0x3. but when it boots, it does not seem to be reading nvram.plist.

On 10/9/2019 at 10:21 PM, taga said:

 

i have the same problem opencore catalina 5.0.1 install ,  

How did you solve this problem? please

installer error "an error occurred while verifying firmware" as it turns out that my FirmwareFuture was set incorrectly. 

 

 

my old clover config was FF ->0xFC 0F E1 37 <FC0FE137 00000000> and FFM -> 0xff1fff3f <ff1fff3f 00000000> and I got error. hehe but now as I look at it I can see it's wrong.i need to do byte swap.

so my old config would be FF <37 e1 0f fc 00000000>, FFM <3f ff 1f ff 0000000>. I need to try this.thx

 

so I set as in opencore boot sample config plist

PlatformInfo->SMBIOS->

FirmwareFuture <37e10fe8 00000000> new <37 e1 0f fc 00000000>

FirmwareFeaturesMask <3fff1fff 00000000> ok

 

PlatformInfo->PlatformNVRAM->

FirmwareFuture <37e10fe8 00000000> new <37 e1 0f fc 00000000>

FirmwareFeaturesMask <3fff1fff 00000000>

 

you can try as described in OpenCore documents. Failsafe is :

PlatformFeature

Type: plist integer, 32-bit
Failsafe: 0xFFFFFFF

 

  1. FirmwareFeatures
    Type: plist data, 8 bytes
    Failsafe: 0

FirmwareFuture <FFFFFFF 00000000>

FirmwareFeaturesMask <00000000 00000000> remove this.

On 10/1/2019 at 7:25 AM, Andres ZeroCross said:

Hi Pavo
I used your OCBuilder and created attached EFI. I am stuck at the point shown in attached snapshot. I had the same issue some time ago with Clover but I do not remember how I solved it.

EFI.zip

WhatsApp Image 2019-10-12 at 7.08.10 PM.jpeg

Edited by dogansan
34 minutes ago, dogansan said:

Hi Pavo
I used your OCBuilder and created attached EFI. I am stuck at the point shown in attached snapshot. I had the same issue some time ago with Clover but I do not remember how I solved it.

EFI.zip

WhatsApp Image 2019-10-12 at 7.08.10 PM.jpeg

OCBuilder only compiles the latest comments to the repos and puts them into a correctly EFI structured folder. Its still up to the user to setup the config correctly.

  • Like 2
×
×
  • Create New...