Contribute
Register

The Dell OptiMac Big Sur/OpenCore Thread - For 7020/9020 Optiplex Desktops

I will make my own 076 version when I have the time this week).
Here's a great idea. Adding this info to the beginning makes it much easier to determine important facts about it, like the OC version. The # before Board etc. means it's commented out. That is required when using this way of providing the info at the beginning of a config.plist. Here's how it would look for the Dell Optiplex 9020:

Screen Shot 2.jpg

You could also add in the #Build Date if you so choose.
 
Last edited:
"Sleep Wake" failure in EFI has come back...

Failure code:: 0x00000000 0x0000001f

As I have AMD GPU, I don't use actual "sleep" but only turn the displays off by using hot corners or set display automatically turned off in Energy Saver setting. There has been no problem with this setting both on Catalina and Big Sur in a single boot setting. However, after my configuring my Optimac with a dual boot of Win 10 and Big Sur, every time displays go off the system never comes back when I hit the keyboard or move the mouse. Just black screens. I have to force reboot the machine.

I followed the instruction in post #2 and used provided EFI. Any thoughts?
I did nothing but it's gone... weird...
 
Last edited:
Using ProperTree with macOS Monterey
I tried using ProperTree with Monterey recently and it didn't work. So upon looking at Github for a solution I found that we'll need to use the Intel Build of Python for it to work correctly in Monterey. Here's the details of the fix that corpnewt offers.
  • ProperTree opens to a black window on macOS Monterey (12.x)
    It appears the default tk implementation that ships with macOS Monterey doesn't display correctly. A workaround is to download and install the intel build (not "universal") of python 3.9.7 from python.org (direct link here) which has a compatible tk bundled, then use the buildapp-select.command located in ProperTree's Scripts directory to build an application bundle targeting the installed python's path.
  • ProperTree cannot open or save plist files on macOS Monterey (12.x)
    This appears to be an issue with the "universal" installers from python.org. The solution is to use the intel-only build. The latest of which is 3.9.7, direct linked here. After installing, use the buildapp-select.command located in ProperTree's Scripts directory to build an application bundle targeting the installed python's path.
After you download and install Python 3.9.7 then run the buildapp-select.command and enter 2 here:
1640134039382.png

You will also need to install the developer tools.
Screen Shot 2021-12-21 at 6.42.50 PM.png

Finally in the ProperTree preferences pane, set it to not expand children when opening.
Simply uncheck the box and it will open up just like PlistEdit Pro app does.

Screen Shot 2021-12-21 at 7.05.20 PM.png
 
Last edited:
My system crashes for no reason... this is log when booted next time



panic(cpu 0 caller 0xffffff801d7a51f7): "Possible memory corruption: pmap_pv_remove(0xffffff86a3273540,0x10a037000,0x7, 0x7100, 0xffffffb09502bc54, 0xfffffebcbc9e91b8): null pv_list, priors: 2"@/System/Volumes/Data/SWE/macOS/BuildRoots/e90674e518/Library/Caches/com.apple.xbs/Sources/xnu/xnu-7195.121.3/osfmk/i386/pmap_internal.h:903
Backtrace (CPU 0), Frame : Return Address
0xffffffb09502b890 : 0xffffff801d68e0dd
0xffffffb09502b8e0 : 0xffffff801d7d4f33
0xffffffb09502b920 : 0xffffff801d7c552a
0xffffffb09502b970 : 0xffffff801d632a2f
0xffffffb09502b990 : 0xffffff801d68d8fd
0xffffffb09502bab0 : 0xffffff801d68dbf3
0xffffffb09502bb20 : 0xffffff801de9d81a
0xffffffb09502bb90 : 0xffffff801d7a51f7
0xffffffb09502bc80 : 0xffffff801d7a54e6
0xffffffb09502bce0 : 0xffffff801d733615
0xffffffb09502be30 : 0xffffff801d732f63
0xffffffb09502be60 : 0xffffff801d6c1f0d
0xffffffb09502bea0 : 0xffffff801dc12998
0xffffffb09502bf10 : 0xffffff801dc127a3
0xffffffb09502bf30 : 0xffffff801dc12779
0xffffffb09502bf40 : 0xffffff801dd3fc9e
0xffffffb09502bfa0 : 0xffffff801d6331f6

Process name corresponding to current thread: WiFiAgent
Boot args: alcid=1 chunklist-security-epoch=0 -chunklist-no-rev2-dev

Mac OS version:
20F71

Kernel version:
Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64
Kernel UUID:
KernelCache slide: 0x000000001d400000
KernelCache base: 0xffffff801d600000
Kernel slide: 0x000000001d410000
Kernel text base: 0xffffff801d610000
__HIB text base: 0xffffff801d500000
System model name: iMac15,1
System shutdown begun: NO
Panic diags file available: YES (0x0)
Hibernation exit count: 0

System uptime in nanoseconds: 1354566128735
Last Sleep: absolute base_tsc base_nano
Uptime : 0x0000013b626ed852
Sleep : 0x0000000000000000 0x0000000000000000 0x0000000000000000
Wake : 0x0000000000000000 0x0000000770866498 0x0000000000000000
 
@joostiphone

The mouse stuttering can likely be fixed by changing your Device/Properties Graphics section. Look at mine in the Macmini7,1 EFI folder.

Screen_Shot_4.jpg


Also remove the duplicate boot-args

Screen_Shot_3.jpg
 
My system crashes for no reason
The very first line says "memory corruption"

Test your ram with Memtest or just use one stick of ram at a time to see which one causes the panic.
Also try different ram slots as sometimes those can be problematic.
 
Back
Top