Thanks.
I had actually done my Basic Config file first and brought in those changes from the HWAccel file later.
Some queries:
I think this bit does it:
Does that mean the patch is not actually needed if all it does is what is there already without it?
Anyway, will run tests and refine further. Thanks for the input.
I had actually done my Basic Config file first and brought in those changes from the HWAccel file later.
Some queries:
My PCIE drives actually already appear as internal in the Basic Config.You don't have to remove this patch to disable HWA. This patch makes all drives loaded by IONVME Family kext to appear as internal drives ( Any PCIE drives)
I think this bit does it:
Code:
<key>DeviceProperties</key>
<dict>
<key>Add</key>
<dict>
<key>PciRoot(0x0)/Pci(0x1F,0x2)</key>
<dict>
<key>built-in</key>
<data>AA==</data>
</dict>
<key>PciRoot(0x0)/Pci(0x9,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
<dict>
<key>built-in</key>
<data>AA==</data>
</dict>
</dict>
</dict>
Does that mean the patch is not actually needed if all it does is what is there already without it?
I will just leave this as is as I still want to load Whatevergreen even in the basic config.No need to change the boot argents either (maybe the -wegtree only, but I think it is not necessary).
Not 100% sure here as I think I needed that to get the processor type to show up correctly.All you need here is UpdateSMIOS=False
Anyway, will run tests and refine further. Thanks for the input.