Jump to content
30960 posts in this topic

Recommended Posts

in my case a change in config.plist or patched acpi that prevents clover to load to GUI. what caused it i am not certain. so i boot from USB but still have same issue no clover GUI at all. i remove whatever caused the corruption from main hdd EFI and then clover usb can boot. this was also an issue in chameleon and early clover. if 2 efi the bootloader prefers data from internal efi over usb.

36 minutes ago, bronxteck said:

in my case a change in config.plist or patched acpi that prevents clover to load to GUI. what caused it i am not certain. so i boot from USB but still have same issue no clover GUI at all. i remove whatever caused the corruption from main hdd EFI and then clover usb can boot. this was also an issue in chameleon and early clover. if 2 efi the bootloader prefers data from internal efi over usb.

I don't think your bios/firmware loads a partition other than the one you have selected. Unless is the bios to have some problems..

Edited by vector sigma
  • Like 1
17 hours ago, vector sigma said:

Anyone experience this panic booting 10.15.4 update?


      Kernel Extensions in backtrace:
         com.apple.driver.AppleIntelFramebufferCapri(14.0.5)[3A6339B6-7D6F-3D83-8138-FDC8CE4C8F73]@0xffffff7fa4413000->0xffffff7fa4519fff
            dependency: com.apple.iokit.IOACPIFamily(1.4)[DAB5C52E-8C93-39A0-80D2-9D6AF6023947]@0xffffff7fa0f08000
            dependency: com.apple.iokit.IOPCIFamily(2.9)[B6500881-55C0-339E-B6F7-B695E7BEC7AC]@0xffffff7fa0f11000
            dependency: com.apple.iokit.IOGraphicsFamily(575.1)[D885AE50-E3C6-38E3-B1BE-EAA34DC1FC81]@0xffffff7fa42cb000
            dependency: com.apple.AppleGraphicsDeviceControl(5.1.12)[B20F175D-EE6D-377D-8F72-4460F12D4500]@0xffffff7fa4346000
            dependency: com.apple.iokit.IOAcceleratorFamily2(438.4.2)[1CFA90EE-F36B-3794-90CB-569B28E861C5]@0xffffff7fa4350000

BSD process name corresponding to current thread: kernel_task
Boot args: -v cpus=1 -rootdmg-ramdisk auth-root-dmg=file:///macOS%20Install%20Data/Locked%20Files/BaseSystem.dmg

...also had to add cpus=1 as otherwise panic on Local Apic Error

yes sometime I get this panic issue on 10.15.3

When i play video 1920x1080 60fps with quicktime player the screen flickering black

When i play video 1920x1080 30fps or 25fps video worked  fine no flickering

What is this issue 

anyone can tell me about this issue i think this issue is related shiki or quicktime player

 

I m running kabylake i5 IntelHDGraphic 620 ram 4gb

  • Like 2
4 hours ago, Slice said:

I am not sure if this is the case but I have such BIOS that permit me to boot legacy Clover only from USB. I can boot from HDD formatted as GPT only in UEFI mode.

This looks like a boot0 issue.

 

EDIT

already tried with this? ...looks promising

Edited by vector sigma
3 hours ago, Sherlocks said:

 

i did clean all. and build again. strange. there is another issue.

 

 

Same issue here. Xcode 11.2.1/ Mojave 10.14.6

 

Spoiler

[CC] usbfix
/Users/mathieu/src/CloverBootloader/rEFIt_UEFI/cpp_util/XStringW.cpp:239:3: error: '__builtin_ms_va_start' used in System V ABI function
  VA_START (va, format);
  ^
/Users/mathieu/src/CloverBootloader/MdePkg/Include/Base.h:696:38: note: expanded from macro 'VA_START'
#define VA_START(Marker, Parameter)  __builtin_ms_va_start (Marker, Parameter)
                                     ^
/Users/mathieu/src/CloverBootloader/rEFIt_UEFI/cpp_util/XStringW.cpp:464:3: error: '__builtin_ms_va_start' used in System V ABI function
  VA_START (va, format);
  ^
/Users/mathieu/src/CloverBootloader/MdePkg/Include/Base.h:696:38: note: expanded from macro 'VA_START'
#define VA_START(Marker, Parameter)  __builtin_ms_va_start (Marker, Parameter)
                                     ^
2 errors generated.
make: *** [/Users/mathieu/src/CloverBootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit_cpp/OUTPUT/cpp_util/XStringW.obj] Error 1


build.py...
 : error 7000: Failed to execute command
    make tbuild [/Users/mathieu/src/CloverBootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit_cpp]


build.py...
 : error F002: Failed to build module
    /Users/mathieu/src/CloverBootloader/rEFIt_UEFI/refit_cpp.inf [X64, XCODE8, RELEASE]

- Failed -
Build end time: 09:30:23, Feb.17 2020
Build total time: 00:00:54

 

 

7 minutes ago, Slice said:

 

How to regenerate conf folder? Just remove it and relaunch my script. Let me know, please.

 

EDIT: I try it, don't work. Same issue.

Edited by Matgen84

The windows build script has some errors because changing the other build script but not the windows script. It is pretty easy to correct. Also, the tools_def.txt should just get made from the edk2 one by default. I think maybe you need to look at the config and see if some of that needs changed. Also, you need to build the build tools on windows for the first use:

edksetup.bat Rebuild
edksetup.bat

 

Edited by apianti
3 minutes ago, Logician said:

Anyone know why I cannot enable SIP?  I have 


<key>csr-active-config</key>
<data>AAAAAA==</data>

and I see


> nvram -p
csr-active-config	g%00%00%00

but when I check, I get


>csrutil status
System Integrity Protection status: disabled.

I don't know what else to check/try.

Because the syntax is wrong

        <key>CsrActiveConfig</key>
        <string>0x3E7</string>
to disable

        <key>CsrActiveConfig</key>
        <string>0</string>
to enable

2 minutes ago, Slice said:

Because the syntax is wrong

        <key>CsrActiveConfig</key>
        <string>0x3E7</string>
to disable

        <key>CsrActiveConfig</key>
        <string>0</string>
to enable

 

@Logician has delete his post, because he talk about OpenCore settings. 

29 minutes ago, fabiosun said:

maybe is a bit OT here..some of clover's devs are investigating why new AMD TRX40 CPUs fails to boot with a memory allocation error in an early booting process stage?

@apianti and @slice i mean 

thank you

There must be a developer having AMD TRX40 CPU.

9 hours ago, fabiosun said:

@Slice in the past there where a pretty similar problem with x99 platform  and some highend xeon and you ( the devs) solved that problem with a try and error process creating new aptiomemory driver...

I have datasheets from Intel and zero from AMD.

×
×
  • Create New...