Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.
Yes, the wording is ambiguous. Simply adding the word "both" would fix this...

@amstel78, is the 1st stage boot screen missing on a macOS Mojave installation as well? I wonder if it could be macOS-related. Certain versions behave strangely: On the Mac Pro 5,1, I've seen strange things with the 1st stage boot screen in Yosemite, and more recently in Big Sur.
Haven't tried booting Mojave with the MP31 yet, but I'll give it a try later. I have a bootable CCC clone of Mojave for my 5,1 on an external HDD. All I can truly confirm at this point is that my Apple EFI 7950 won't show the 1st stage boot screen in OC. It will show the RefindPlus boot picker as well as the OC boot picker. Taking OC out of the equation, and the 1st stage boot screen is back.

I'm wondering if OC v065 would have similar results. Is it worth trying?
 
Haven't tried booting Mojave with the MP31 yet, but I'll give it a try later. I have a bootable CCC clone of Mojave for my 5,1 on an external HDD. All I can truly confirm at this point is that my Apple EFI 7950 won't show the 1st stage boot screen in OC. It will show the RefindPlus boot picker as well as the OC boot picker. Taking OC out of the equation, and the 1st stage boot screen is back.

I'm wondering if OC v065 would have similar results. Is it worth trying?
Yes it is worth trying, but at least you know it is related to OC. Is this a configuration issue or coding issue? Seems more like the latter. Have you tried OC without RP?
 
Is there a way to inject DeviceID's into kext with OpenCore or do some other trickery of that sorts?

I want to inject the SmallTree DeviceID into the SonnetTech Intel X520 drivers, because SonnetTech has Big Sur drivers and SmallTree not (yet).
 
Is there a way to inject DeviceID's into kext with OpenCore or do some other trickery of that sorts?

I want to inject the SmallTree DeviceID into the SonnetTech Intel X520 drivers, because SonnetTech has Big Sur drivers and SmallTree not (yet).
You will have to find the ACPI path, add it to device properties, add device-id property and delete device-id property
 
  • Like
Reactions: rippiedoos
Yes it is worth trying, but at least you know it is related to OC. Is this a configuration issue or coding issue? Seems more like the latter. Have you tried OC without RP?
Yes, tried OC without RP by replacing the BOOTx64.efi with a stock file from OC v066 and soft blessing only OC. Same result.
 
Last edited:
  • Like
Reactions: startergo
That's what I thought but was worth a try either way.

I've turned on debugging but can't seem to find the output log file in any of the EFI directories. I was hoping to generate this before uploading a bug report in GitHub. This is what I have set in OC config.plist:
View attachment 1729012
For target, I used the following:
0x01 - enable logging
0x10 - enable UEFI variable logging
0x40 - enable logging to file

Converting to decimal gives me 81 but can't find the file anywhere. I even went to /var/log to see if perhaps it was placed there, but no luck.

OC boot log shows it's actually logging.
View attachment 1729014
Those are all Apple generated entries, shown in the OC bootlog because /Misc/Debug/AppleDebug=true.

You've probably already set /Misc/Debug/DisplayLevel=2147483714 (= 0x80000042)? (EDIT: Actually, I can see that you have, in your screenshot.) You definitely have set /Misc/Debug/Target to include file output.

The piece of the puzzle I think you might be missing, in order to see more OC log output, is to be using the DEBUG build of OC? :)
 
Last edited:
  • Like
Reactions: amstel78
The piece of the puzzle I think you might be missing, in order to see more OC log output, is to be using the DEBUG build of OC? :)
You might be on to something here.

I was thinking that the OC text files located in EFI root can't be the only logs generated when logging is turned on. I was under the assumption that perhaps other logs were being generated somewhere else, but apparently I was mistaken.
1613139460002.png


So based on what you're saying, perhaps the reason the logs aren't more in-depth is because I'm not running a debug build of OpenCore? Again, I don't know enough about OC's intricacies and nuances to know if what I'm saying is accurate, but I'm slowly learning as I go. And in case I don't say it enough, I am extremely grateful to all who have patiently helped me.
 
  • Like
Reactions: Bmju
You might be on to something here.

I was thinking that the OC text files located in EFI root can't be the only logs generated when logging is turned on. I was under the assumption that perhaps other logs were being generated somewhere else, but apparently I was mistaken.
View attachment 1729102

So based on what you're saying, perhaps the reason the logs aren't more in-depth is because I'm not running a debug build of OpenCore? Again, I don't know enough about OC's intricacies and nuances to know if what I'm saying is accurate, but I'm slowly learning as I go. And in case I don't say it enough, I am extremely grateful to all who have patiently helped me.
That's right. You can just download the DEBUG build and copy the entire /X64/EFI directory into wherever your OC /EFI folder is now - without deleting anything first. That won't overwrite your config.plist (as the distributions don't have a file there) and should just work, without you having to redo all steps!
 
  • Like
Reactions: amstel78
You might be on to something here.
Don't get yourself muddled up at this point.

Those logs, if switched using MyBootMgr, are as indepth as you will get from OC as based on debug builds etc.
The app is designed to set things up as needed. There is no action needed on your part.

You are overthinking the whole thing and more likely to stumble the further you continue.
Just pick them up and run with it for your purpose which I believe is to raise a bug report.
If not indepth enough, the developer will let you know.
 
  • Like
Reactions: amstel78
Don't get yourself muddled up at this point.

Those logs, if switched using MyBootMgr, are as indepth as you will get from OC as based on debug builds etc.
The app is designed to set things up as needed. There is no action needed on your part.

You are overthinking the whole thing and more likely to stumble the further you continue.
Just pick them up and run with it for your purpose which I believe is to raise a bug report.
If not indepth enough, the developer will let you know.
Fully understood Dayo. I'll create the bug report based on the logs currently generated. Thank you again for your feedback.
 
  • Like
Reactions: Dayo
Those logs, if switched using MyBootMgr, are as indepth as you will get from OC as based on debug builds etc.
Hey Dayo, What your user should attach to send a debug report as advised by you, I do not know, for sure, and I do not want to offer any opinion on!

But I was just responding to @amstel78's message as it appeared in the thread, and I can say that I have run into the problem myself of having an OC log which only shows AAPL: entries (if you have AppleDebug enabled, or even worse is just a bunch of zero bytes if you don't!) and it is what you get if you enable debugging on a RELEASE build of OC. There is no way to see the OC INFO level messages (the normal contents of most of an OC log file) on a RELEASE build (they cannot be enabled). That's all I was pointing out! (This developer focussed info from the main OC doc confirms it: )

Screenshot 2021-02-12 at 15.06.11.png
 
  • Like
Reactions: Dayo
I was just responding to amstel78's message as it appeared in the thread
Understood.

Was just letting him know that if he followed the guided steps without trying to modify things manually, he would get things like that taken care of by default.

I suspect that the image with the sparse output was from an attempt to do things manually. Setting things up manually is perfectly fine as long as one knows what to do ... such as making sure it is on a debug build as you pointed out.

The tool he has available but seemed to have not used for some reason (looks like he just entered Target 65 into a release build) takes care of those considerations and was just letting him know that. Also, invariably would have most probably ended up with some hybrid setup that doesn't work on either of the ways.
 
  • Like
Reactions: Bmju
If it works 3 weeks ago, you may downgrade OpenCore back to 0.6.5 to check if that make any difference.
Same thing with OC 0.6.5, there is something strange of Windows 10 not liking the NVMe disk I use (Syba SI-PEX40129 970 EVO Plus). I'm thinking installing it on a regular SSD. Even during Windows usage, I get sometimes a frozen screen and I have to reboot. That's quite messy because I can lose whatever work I'm doing at that time.

I mean, once I boot into Windows, OC becomes non-related IMO. There are many other people who installed Windows and they have no issues at all.
 
Last edited:
Same thing with OC 0.6.5, there is something strange of Windows 10 not liking the NVMe disk I use (Syba SI-PEX40129 970 EVO Plus). I'm thinking installing it on a regular SSD. Even during Windows usage, I get sometimes a frozen screen and I have to reboot. That's quite messy because I can lose whatever work I'm doing at that time.

I mean, once I boot into Windows, OC becomes non-related IMO. There are many other people who installed Windows and they have no issues at all.
Do you have it set as internal in device properties?
 
This is just for creating Windows PE bootable USB so you can manipulate files on the Windows partition. I believe you can do that with a Linux live USB. The benefit of using Ventoy is that you don"t have to expand the ISO just drop it inside.
i have no idea how to configure Ventoy, or what it is. drop the ISO inside what? do i need a running windows system to build this thing? why can't i get cdf's instructions to work?
 
Last edited:
Does an unflashed and flashed Mac Pro 5,1 support internet recovery and if so how does it behave with OpenCore? Is macOS Big Sur installed then?
 
I'm seemingly getting kernel panics when trying to boot with OpenCore and SMBIOS info added. Without it (That is, default config file) it boots fine.
Tried VMM on and off, default SMBIOS from page 1, and other boardID (MP 7.1?), with or without Firmware-thingies, no difference.
If I change SMBIOS in any way I seem to get stuck in a boot loop with it crashing. I never even get a picture.

I'm doing this to be able to upgrade to 11.2.1. Weirdly enough I was able to update to 11.1 with older OC and other config. Sadly, those are not available anymore.

It's no big thing, but perhaps you smarter people might be able to see what's wrong :)
Specs below (this is booting OC with default config)
Skärmavbild 2021-02-12 kl. 21.50.48.jpg


mp_kdp_enter() can't get x86_topo_lock! Debugging anyway! #YOLO
panic(cpu 12 caller 0xffffff80005ed0e6): Kernel trap at 0xffffff7fa04f3bd7, type 13=general protection, registers:
CR0: 0x000000008001003b, CR2: 0xffffffa194705000, CR3: 0x000000000476e000, CR4: 0x00000000000226e0
RAX: 0xdeadbeefdeadbeef, RBX: 0xffffff80b3a98090, RCX: 0x000000000000000c, RDX: 0x0000000000000000
RSP: 0xffffffa194848e80, RBP: 0xffffffa194848eb0, RSI: 0xffffff93f2f36720, RDI: 0x0000000000000002
R8: 0x0000000000000001, R9: 0x0000000000000000, R10: 0x0000000000000000, R11: 0x0000000000000000
R12: 0x0000000000000090, R13: 0x0000000000000000, R14: 0xffffff800144a5f0, R15: 0xffffff93f32c16d0
RFL: 0x0000000000010093, RIP: 0xffffff7fa04f3bd7, CS: 0x0000000000000008, SS: 0x0000000000000010
Fault CR2: 0xffffffa194705000, Error code: 0x0000000000000000, Fault CPU: 0xc, PL: 1, VF: 0

Backtrace (CPU 12), Frame : Return Address
0xffffff800035c1e0 : 0xffffff80004b9aed mach_kernel : _handle_debugger_trap + 0x3dd
0xffffff800035c230 : 0xffffff80005fc6e3 mach_kernel : _kdp_i386_trap + 0x143
0xffffff800035c270 : 0xffffff80005ecd1a mach_kernel : _kernel_trap + 0x55a
0xffffff800035c2c0 : 0xffffff800045ea2f mach_kernel : _return_from_trap + 0xff
0xffffff800035c2e0 : 0xffffff80004b938d mach_kernel : _DebuggerTrapWithState + 0xad
0xffffff800035c400 : 0xffffff80004b9678 mach_kernel : _panic_trap_to_debugger + 0x268
0xffffff800035c470 : 0xffffff8000cbe3ca mach_kernel : _panic + 0x54
0xffffff800035c4e0 : 0xffffff80005ed0e6 mach_kernel : _sync_iss_to_iks + 0x2c6
0xffffff800035c660 : 0xffffff80005ecdcd mach_kernel : _kernel_trap + 0x60d
0xffffff800035c6b0 : 0xffffff800045ea2f mach_kernel : _return_from_trap + 0xff
0xffffff800035c6d0 : 0xffffff7fa04f3bd7 com.apple.driver.AppleIntelMCEReporter : _IOFree + 0x1f6e2bd7
0xffffffa194848eb0 : 0xffffff80005f70b3 mach_kernel : _mp_cpus_call_cpu_init + 0x2c3
0xffffffa194848f20 : 0xffffff80005f6db7 mach_kernel : _cpu_signal_handler + 0x2c7
0xffffffa194848f60 : 0xffffff80005f5daa mach_kernel : _lapic_interrupt + 0x4a
0xffffffa194848f80 : 0xffffff80005ec4bb mach_kernel : _interrupt + 0x12b
0xffffffa194848fd0 : 0xffffff800045ebdd mach_kernel : _hndl_allintrs + 0x11d
0xffffffa1ecf2bd60 : 0xffffff8000ba6d7d mach_kernel : __ZN8OSSymbol11withCStringEPKc + 0x2d
0xffffffa1ecf2bd90 : 0xffffff8000ba6bec mach_kernel : __ZN8OSSymbol10withStringEPK8OSString + 0x4c
0xffffffa1ecf2bdb0 : 0xffffff8000b76fb5 mach_kernel : __ZNK15OSMetaClassBase8metaCastEPK8OSString + 0x15
0xffffffa1ecf2bde0 : 0xffffff8000bead17 mach_kernel : __ZN9IOService13matchInternalEP12OSDictionaryjPj + 0x147
0xffffffa1ecf2be40 : 0xffffff8000bea687 mach_kernel : __ZN9IOService12matchPassiveEP12OSDictionaryj + 0x67
0xffffffa1ecf2beb0 : 0xffffff8000be9b02 mach_kernel : __ZN9IOService13copyNotifiersEPK8OSSymboljj + 0x122
0xffffffa1ecf2bef0 : 0xffffff8000becff2 mach_kernel : __ZN9IOService14doServiceMatchEj + 0x362
0xffffffa1ecf2bf50 : 0xffffff8000befd16 mach_kernel : __ZN15_IOConfigThread4mainEPvi + 0x186
0xffffffa1ecf2bfa0 : 0xffffff800045e13e mach_kernel : _call_continuation + 0x2e
Kernel Extensions in backtrace:
com.apple.driver.AppleIntelMCEReporter(115.0)[C478ED4C-5096-3CCA-8E96-23097532D6CC]@0xffffff7fa04ee000->0xffffff7fa04fbfff
dependency: com.apple.iokit.IOACPIFamily(1.4)[C8F0E837-965A-3EB4-B8F6-4C2142046028]@0xffffff80028d7000->0xffffff80028d8fff
dependency: com.apple.iokit.IOPCIFamily(2.9)[D0F1BFB8-C28E-3E70-891B-73B783189394]@0xffffff8002e2c000->0xffffff8002e53fff

Process name corresponding to current thread: kernel_task
Boot args: -no_compat_check keepsyms=1

Mac OS version:
20C69

Kernel version:
Darwin Kernel Version 20.2.0: Wed Dec 2 20:39:59 PST 2020; root:xnu-7195.60.75~1/RELEASE_X86_64
Kernel UUID: 82E2050C-5936-3D24-AD3B-EC4EC5C09E11
KernelCache slide: 0x0000000000200000
KernelCache base: 0xffffff8000400000
Kernel slide: 0x0000000000210000
Kernel text base: 0xffffff8000410000
__HIB text base: 0xffffff8000300000
System model name: MacPro5,1 (Mac-27AD2F918AE68F61)
System shutdown begun: NO
Panic diags file available: NO (0xe00002bc)
Hibernation exit count: 0

System uptime in nanoseconds: 32959841119
Last Sleep: absolute base_tsc base_nano
Uptime : 0x00000007ac8f4b25
Sleep : 0x0000000000000000 0x0000000000000000 0x0000000000000000
Wake : 0x0000000000000000 0x0000001f21db03fe 0x0000000000000000
last started kext at 32447237842: @!AGPUWrangler 6.2.2 (addr 0xffffff7f9f3ad000, size 28672)
loaded kexts:
>!A!ISlowAdaptiveClocking 4.0.0
>!AGFXHDA 100.1.431
>!ALPC 3.1
>!A!IMCEReporter 115
>!AFIVRDriver 4.1.0
>!AFWOHCI 5.7.4
@kext.AMD9500!C 4.0.2
>ACPI_SMC_PlatformPlugin 1.0.0
|IO!BUSBDFU 8.0.2f9
>!AFileSystemDriver 3.0.1
@filesystems.tmpfs 1
@filesystems.hfs.kext 556.60.1
@BootCache 40
@!AFSCompression.!AFSCompressionTypeZlib 1.0.0
@!AFSCompression.!AFSCompressionTypeDataless 1.0.0d1
|SCSITaskUserClient 436.40.6
@filesystems.apfs 1677.60.23
>!I82574LEthernet 2.7.2
>!AAHCIPort 346
@private.KextAudit 1.0
>!AHPET 1.8
>!ARTC 2.0
>!AACPIButtons 6.1
>!ASMBIOS 2.1
>!AACPIEC 6.1
>!AAPIC 1.7
>!A!ICPUPowerManagementClient 222.0.0
@!ASystemPolicy 2.0.0
@nke.applicationfirewall 310
|IOKitRegistryCompatibility 1
|EndpointSecurity 1
>!A!ICPUPowerManagement 222.0.0
@!AGPUWrangler 6.2.2
|IOSlowAdaptiveClocking!F 1.0.0
|IONDRVSupport 585
>!ASMBus!C 1.0.18d1
>!ASMBusPCI 1.0.14d1
>!AHDA!C 283.15
|IOHDA!F 283.15
|IOAudio!F 300.6.1
@vecLib.kext 1.2.0
|IOFireWire!F 4.8.3
@kext.AMDSupport 4.0.2
@!AGraphicsDeviceControl 6.2.2
|IOGraphics!F 585
>IOPlatformPluginLegacy 1.0.0
>IOPlatformPlugin!F 6.0.0d8
@plugin.IOgPTPPlugin 900.11
|IOEthernetAVB!C 1.1.0
|Broadcom!BHost!CUSBTransport 8.0.2f9
|IO!BHost!CUSBTransport 8.0.2f9
|IO!BHost!CTransport 8.0.2f9
>usb.IOUSBHostHIDDevice 1.2
>usb.!UHub 1.2
>usb.cdc 5.0.0
>usb.networking 5.0.0
>usb.!UHostCompositeDevice 1.2
>!ABSDKextStarter 3
|IOSurface 289.3
|IOSkywalk!F 1
>mDNSOffloadUserClient 1.0.1b8
@filesystems.hfs.encodings.kext 1
|IOSCSIMultimediaCommandsDevice 436.40.6
|IOBD!S!F 1.8
|IODVD!S!F 1.8
|IOCD!S!F 1.8
|IOAHCIBlock!S 332
|IOAHCISerialATAPI 268
>!AXsanScheme 3
>usb.!UHostPacketFilter 1.0
|IOUSB!F 900.4.2
|IOAHCI!F 294
>usb.!UEHCIPCI 1.2
|IONVMe!F 2.1.0
>usb.!UXHCIPCI 1.2
>usb.!UXHCI 1.2
>usb.!UUHCIPCI 1.2
>usb.!UUHCI 1.2
>usb.!UEHCI 1.2
>!AEFINVRAM 2.1
>!AEFIRuntime 2.1
|IOSMBus!F 1.1
|IOHID!F 2.0.0
$!AImage4 3.0.0
|IOTimeSync!F 900.11
|IONetworking!F 3.4
>DiskImages 493.0.0
|IO!B!F 8.0.2f9
|IOReport!F 47
|IO!BPacketLogger 8.0.2f9
$quarantine 4
$sandbox 300.0
@Kext.!AMatch 1.0.0d1
|CoreAnalytics!F 1
>!ASSE 1.0
>!AKeyStore 2
>!UTDM 511.60.2
|IOUSBMass!SDriver 184.40.6
|IOSCSIBlockCommandsDevice 436.40.6
|IO!S!F 2.1
|IOSCSIArchitectureModel!F 436.40.6
>!AMobileFileIntegrity 1.0.5
@kext.CoreTrust 1
>!AFDEKeyStore 28.30
>!AEffaceable!S 1.0
>!ACredentialManager 1.0
>KernelRelayHost 1
|IOUSBHost!F 1.2
>!UHostMergeProperties 1.2
>usb.!UCommon 1.0
>!ABusPower!C 1.0
>!ASEPManager 1.0.1
>IOSlaveProcessor 1
>!AACPIPlatform 6.1
>!ASMC 3.1.9
|IOPCI!F 2.9
|IOACPI!F 1.4
>watchdog 1
@kec.pthread 1
@kec.corecrypto 11.1
@kec.Libm 1

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
<key>Add</key>
<array/>
<key>Delete</key>
<array/>
<key>Patch</key>
<array/>
<key>Quirks</key>
<dict>
<key>FadtEnableReset</key>
<false/>
<key>NormalizeHeaders</key>
<false/>
<key>RebaseRegions</key>
<false/>
<key>ResetHwSig</key>
<false/>
<key>ResetLogoStatus</key>
<false/>
</dict>
</dict>
<key>Booter</key>
<dict>
<key>MmioWhitelist</key>
<array/>
<key>Patch</key>
<array/>
<key>Quirks</key>
<dict>
<key>AllowRelocationBlock</key>
<false/>
<key>AvoidRuntimeDefrag</key>
<false/>
<key>DevirtualiseMmio</key>
<false/>
<key>DisableSingleUser</key>
<false/>
<key>DisableVariableWrite</key>
<false/>
<key>DiscardHibernateMap</key>
<false/>
<key>EnableSafeModeSlide</key>
<false/>
<key>EnableWriteUnprotector</key>
<false/>
<key>ForceExitBootServices</key>
<false/>
<key>ProtectMemoryRegions</key>
<false/>
<key>ProtectSecureBoot</key>
<true/>
<key>ProtectUefiServices</key>
<false/>
<key>ProvideCustomSlide</key>
<false/>
<key>ProvideMaxSlide</key>
<integer>0</integer>
<key>RebuildAppleMemoryMap</key>
<false/>
<key>SetupVirtualMap</key>
<false/>
<key>SignalAppleOS</key>
<false/>
<key>SyncRuntimePermissions</key>
<false/>
</dict>
</dict>
<key>DeviceProperties</key>
<dict>
<key>Add</key>
<dict/>
<key>Delete</key>
<dict/>
</dict>
<key>Kernel</key>
<dict>
<key>Add</key>
<array/>
<key>Block</key>
<array/>
<key>Emulate</key>
<dict>
<key>Cpuid1Data</key>
<data>
AAAAAAAAAAAAAACAAAAAAA==
</data>
<key>Cpuid1Mask</key>
<data>
AAAAAAAAAAAAAAAAAAAAAA==
</data>
<key>DummyPowerManagement</key>
<false/>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
</dict>
<key>Force</key>
<array/>
<key>Patch</key>
<array/>
<key>Quirks</key>
<dict>
<key>AppleCpuPmCfgLock</key>
<false/>
<key>AppleXcpmCfgLock</key>
<false/>
<key>AppleXcpmExtraMsrs</key>
<false/>
<key>AppleXcpmForceBoost</key>
<false/>
<key>CustomSMBIOSGuid</key>
<false/>
<key>DisableIoMapper</key>
<false/>
<key>DisableLinkeditJettison</key>
<true/>
<key>DisableRtcChecksum</key>
<false/>
<key>ExtendBTFeatureFlags</key>
<false/>
<key>ExternalDiskIcons</key>
<false/>
<key>ForceSecureBootScheme</key>
<false/>
<key>IncreasePciBarSize</key>
<false/>
<key>LapicKernelPanic</key>
<false/>
<key>LegacyCommpage</key>
<false/>
<key>PanicNoKextDump</key>
<false/>
<key>PowerTimeoutKernelPanic</key>
<false/>
<key>SetApfsTrimTimeout</key>
<integer>9999999</integer>
<key>ThirdPartyDrives</key>
<false/>
<key>XhciPortLimit</key>
<false/>
</dict>
<key>Scheme</key>
<dict>
<key>FuzzyMatch</key>
<false/>
<key>KernelArch</key>
<string>x86_64</string>
<key>KernelCache</key>
<string>Auto</string>
</dict>
</dict>
<key>Misc</key>
<dict>
<key>BlessOverride</key>
<array/>
<key>Boot</key>
<dict>
<key>ConsoleAttributes</key>
<integer>15</integer>
<key>HibernateMode</key>
<string>None</string>
<key>HideAuxiliary</key>
<true/>
<key>LauncherOption</key>
<string>Disabled</string>
<key>LauncherPath</key>
<string>Default</string>
<key>PickerAttributes</key>
<integer>0</integer>
<key>PickerAudioAssist</key>
<false/>
<key>PickerMode</key>
<string>Builtin</string>
<key>PickerVariant</key>
<string>Auto</string>
<key>PollAppleHotKeys</key>
<true/>
<key>ShowPicker</key>
<true/>
<key>TakeoffDelay</key>
<integer>0</integer>
<key>Timeout</key>
<integer>10</integer>
</dict>
<key>Debug</key>
<dict>
<key>AppleDebug</key>
<false/>
<key>ApplePanic</key>
<false/>
<key>DisableWatchDog</key>
<false/>
<key>DisplayDelay</key>
<integer>0</integer>
<key>DisplayLevel</key>
<integer>0</integer>
<key>SerialInit</key>
<false/>
<key>SysReport</key>
<false/>
<key>Target</key>
<integer>0</integer>
</dict>
<key>Entries</key>
<array/>
<key>Security</key>
<dict>
<key>AllowNvramReset</key>
<false/>
<key>AllowSetDefault</key>
<false/>
<key>ApECID</key>
<integer>0</integer>
<key>AuthRestart</key>
<false/>
<key>BlacklistAppleUpdate</key>
<true/>
<key>DmgLoading</key>
<string>Signed</string>
<key>EnablePassword</key>
<false/>
<key>ExposeSensitiveData</key>
<integer>3</integer>
<key>HaltLevel</key>
<integer>2147483648</integer>
<key>PasswordHash</key>
<data>
</data>
<key>PasswordSalt</key>
<data>
</data>
<key>ScanPolicy</key>
<integer>0</integer>
<key>SecureBootModel</key>
<string>Disabled</string>
<key>Vault</key>
<string>Optional</string>
</dict>
<key>Tools</key>
<array/>
</dict>
<key>NVRAM</key>
<dict>
<key>Add</key>
<dict>
<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
<dict>
<key>DefaultBackgroundColor</key>
<data>
AAAAAA==
</data>
<key>UIScale</key>
<data>
AQ==
</data>
</dict>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<dict>
<key>boot-args</key>
<string>-no_compat_check keepsyms=1</string>
</dict>
</dict>
<key>Delete</key>
<dict>
<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
<array>
<string>UIScale</string>
<string>DefaultBackgroundColor</string>
</array>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<array>
<string>boot-args</string>
</array>
</dict>
<key>LegacyEnable</key>
<false/>
<key>LegacyOverwrite</key>
<false/>
<key>LegacySchema</key>
<dict/>
<key>WriteFlash</key>
<false/>
</dict>
<key>PlatformInfo</key>
<dict>
<key>Automatic</key>
<false/>
<key>CustomMemory</key>
<false/>
<key>DataHub</key>
<dict/>
<key>Generic</key>
<dict/>
<key>Memory</key>
<dict/>
<key>PlatformNVRAM</key>
<dict/>
<key>SMBIOS</key>
<dict>
<key>BIOSVersion</key>
<string>9999.0.0.0.0</string>
<key>BoardProduct</key>
<string>Mac-27AD2F918AE68F61</string>
</dict>
<key>UpdateDataHub</key>
<false/>
<key>UpdateNVRAM</key>
<false/>
<key>UpdateSMBIOS</key>
<true/>
<key>UpdateSMBIOSMode</key>
<string>Create</string>
<key>UseRawUuidEncoding</key>
<false/>
</dict>
<key>UEFI</key>
<dict>
<key>APFS</key>
<dict>
<key>EnableJumpstart</key>
<false/>
<key>GlobalConnect</key>
<false/>
<key>HideVerbose</key>
<false/>
<key>JumpstartHotPlug</key>
<false/>
<key>MinDate</key>
<integer>0</integer>
<key>MinVersion</key>
<integer>0</integer>
</dict>
<key>Audio</key>
<dict>
<key>AudioCodec</key>
<integer>0</integer>
<key>AudioDevice</key>
<string></string>
<key>AudioOut</key>
<integer>0</integer>
<key>AudioSupport</key>
<false/>
<key>MinimumVolume</key>
<integer>0</integer>
<key>PlayChime</key>
<string>Disabled</string>
<key>SetupDelay</key>
<integer>0</integer>
<key>VolumeAmplifier</key>
<integer>0</integer>
</dict>
<key>ConnectDrivers</key>
<true/>
<key>Drivers</key>
<array>
<string>OpenRuntime.efi</string>
</array>
<key>Input</key>
<dict>
<key>KeyFiltering</key>
<false/>
<key>KeyForgetThreshold</key>
<integer>0</integer>
<key>KeyMergeThreshold</key>
<integer>0</integer>
<key>KeySupport</key>
<false/>
<key>KeySupportMode</key>
<string>Auto</string>
<key>KeySwap</key>
<false/>
<key>PointerSupport</key>
<false/>
<key>PointerSupportMode</key>
<string></string>
<key>TimerResolution</key>
<integer>0</integer>
</dict>
<key>Output</key>
<dict>
<key>ClearScreenOnModeSwitch</key>
<false/>
<key>ConsoleMode</key>
<string></string>
<key>DirectGopRendering</key>
<true/>
<key>ForceResolution</key>
<false/>
<key>IgnoreTextInGraphics</key>
<false/>
<key>ProvideConsoleGop</key>
<true/>
<key>ReconnectOnResChange</key>
<false/>
<key>ReplaceTabWithSpace</key>
<false/>
<key>Resolution</key>
<string>Max</string>
<key>SanitiseClearScreen</key>
<false/>
<key>TextRenderer</key>
<string>BuiltinGraphics</string>
<key>UgaPassThrough</key>
<false/>
</dict>
<key>ProtocolOverrides</key>
<dict>
<key>AppleAudio</key>
<false/>
<key>AppleBootPolicy</key>
<true/>
<key>AppleDebugLog</key>
<false/>
<key>AppleEvent</key>
<false/>
<key>AppleFramebufferInfo</key>
<false/>
<key>AppleImageConversion</key>
<false/>
<key>AppleImg4Verification</key>
<false/>
<key>AppleKeyMap</key>
<false/>
<key>AppleRtcRam</key>
<false/>
<key>AppleSecureBoot</key>
<false/>
<key>AppleSmcIo</key>
<false/>
<key>AppleUserInterfaceTheme</key>
<true/>
<key>DataHub</key>
<false/>
<key>DeviceProperties</key>
<false/>
<key>FirmwareVolume</key>
<false/>
<key>HashServices</key>
<false/>
<key>OSInfo</key>
<false/>
<key>UnicodeCollation</key>
<false/>
</dict>
<key>Quirks</key>
<dict>
<key>DisableSecurityPolicy</key>
<false/>
<key>ExitBootServicesDelay</key>
<integer>0</integer>
<key>IgnoreInvalidFlexRatio</key>
<false/>
<key>ReleaseUsbOwnership</key>
<false/>
<key>RequestBootVarRouting</key>
<true/>
<key>TscSyncTimeout</key>
<integer>0</integer>
<key>UnblockFsConnect</key>
<false/>
</dict>
<key>ReservedMemory</key>
<array/>
</dict>
</dict>
</plist>
 
Last edited:
Do you have it set as internal in device properties?
Yes, both NVMe disks are set as internal. On one I run Big Sur and the other Windows 10.

Edit: I just realized you ask me to check if is set as internal in Device Properties. Right now I cannot do anything, the only solution is to re-install Windows. I ordered a 2.5inch SSD, I don't care if is slow, I need a stable Windows environment, tired and having things broken all the time. Windows is terrible, I wish I could never use it but I'm stuck because I have specific programs not available for Mac or Linux (which I mainly use).
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.