Code Monkey home page Code Monkey logo

Comments (15)

5T33Z0 avatar 5T33Z0 commented on May 29, 2024 2

I think OC applies a Firmware Feature mask based on the seleceted SMBIOS in the background automatically. But Clover Configurator does generate it automatically. I think for Big Sur and newer you need to use the values of the extended Mask.

SMBIOS MBP10,1

Option Value
FirmwareFeatures 0xE00DE137
FirmwareFeaturesMask 0xFF1FFF3F
ExtendedFirmwareFeatures 0x00000000E00DE137
ExtendedFirmwareFeaturesMask 0x00000000FF1FFF3F

from oc-little-translated.

MacNB avatar MacNB commented on May 29, 2024 1

Reroute kern.hv_vmm_present patch (3) has MinKernel set to 22.0.0 which means it is ineffective when booting Big Sur and only effective when booting Ventura.

Sure you can skip macOS versions. That is, you can upgrade from Big Sur to Ventura. In fact, it's actually macOS S/W Update that actually forces you upgrade to the latest...i.e. Ventura if you are running Big Sur.
When I turn ON the VMM flag in Cpuid1Data and Cpuid1Mask that's exactly what happens.
There's a slight disadvantage to leaving those two flags ON as it degrades performance but it is a work around.

The problem is not about installing Ventura. The problem is about NOT seeing OTA updates if you are already running the latest Big Sur 11.7.9 (20G1426).
E.G. tomorrow there may be a Big Sur OTA update but the current VMM Spoof will not show it.
Unfortunately, OCLP Devs have stopped accepting bug reports on Github so will not know of this issue.

Regarding Big Sur performance on the real rMBP10,1 I am quite surprised how well it works compared to Catalina. It's just as snappy and smooth...in fact slightly faster. GB5 benchmarks are the same.

from oc-little-translated.

5T33Z0 avatar 5T33Z0 commented on May 29, 2024 1

You're right! I totally missed the MinKernel setting. It's set to 22.0.0 in OCLPs config sample as well, so I didn't think about it. But I don't think this is an issue. Because this patch only needs to kick in once Ventura's kernel is running. And that happens once the installer reboots.

So If you won't get notfied about a possible Upgade, use OpenCore Legacy patcher to Download macOS Ventura and run the installer from within Big Sur.

About revpatch: you can combine multiple flags in NVRAM like so: sbvmm,memtab,f16c (I use these on my T530).

from oc-little-translated.

MacNB avatar MacNB commented on May 29, 2024 1

Cpuid1Data and its mask are used to spoof the CPU model but it has an "undocumented" VMM flag that OpenCore uses to set the environment as a Virtual Machine. In effect it tells macOS that it is running in a VMM.

This is not documented in OpenCore manual. I have used it on my real MacPro5,1.
See this thread and scroll down to Complete your setup and search for VMM Flag.

Here's how I use it:
Screenshot 2023-08-12 at 14 08 52
When a bit is 0 then that bit is not replaced and the original is kept.
So to turn VMM OFF, simply replace the 80 in the CpuidMask to 00

from oc-little-translated.

5T33Z0 avatar 5T33Z0 commented on May 29, 2024 1

As I sad: Clover Configurator

from oc-little-translated.

5T33Z0 avatar 5T33Z0 commented on May 29, 2024

This guide is for Hackintoshes only!
If you are on a real Mac, OpenCore legacy patcher does generate the EFI and required Settings for you, includiong the Board-id VMM spoof. So you don't need to worry about it.

So I suggesr you just generate a new EFI in OpenCore Legacy patcher and use that instead.

from oc-little-translated.

MacNB avatar MacNB commented on May 29, 2024

Yes I understand your guide is for Hackintoshes.
I should have explained more details.
OCLP App generated the EFI and the config.plist and is very similar to yours (as attached above).

Everything works great...except there are no OTA software updates.
That is, Spoofing does not work so that is why I tried your method and that does not work either.

from oc-little-translated.

5T33Z0 avatar 5T33Z0 commented on May 29, 2024

This is something I only learned recently and is covered in Chapter 14, OCLP_Wintel.

I am not certain that you can simply skip a macOS version.

The Easiest thing would be to just dowload the Ventura installer through OCLP and instal that.

IMO: Stay on Big Sur. I have a powerful Lenovo T530 with an i7 that kills the MBP10,1 in terms of benchmarks But past Big Sur, perfromance suffers.

from oc-little-translated.

MacNB avatar MacNB commented on May 29, 2024

OK Thx.

Like I said, the current workaround to be notified of updates is to turn ON the VMM flag in Cpuid1Data and Cpuid1Mask. And, only turn it ON when we know there's an update available through various usual channels.

Good tip regarding adding multiple flags for revpatch.

from oc-little-translated.

5T33Z0 avatar 5T33Z0 commented on May 29, 2024

Cpuid1Data and CpuidMask are for spoofing CPU Models. There is no "VMM" flag in this section:

Bildschirmfoto 2023-08-12 um 12 52 23

Once the board-id spoof is active, the CPU shouldn't matter since it report the VMM board-id to the update servers signalling that it is running in a virtual machine environment.

from oc-little-translated.

5T33Z0 avatar 5T33Z0 commented on May 29, 2024

Interesting. But Updates work on all my nachines. But I will read the thread to figure out what this is about.

from oc-little-translated.

MacNB avatar MacNB commented on May 29, 2024

Cool.

BTW, for your Lenovo as a MBP10,1 did you set the FirmwareFeatures and its Mask ?

from oc-little-translated.

5T33Z0 avatar 5T33Z0 commented on May 29, 2024

No, only PlatformInfo/Generic. Is it relevant for anything?

from oc-little-translated.

MacNB avatar MacNB commented on May 29, 2024

Yes it can be. Instead of using VMM, a combination of SecureBootModel and FirmwareFeatures can effectively enable OTA Updates. Again, I have tried that with my MacPro5,1 and works. It's documented in that MacRumors link above.
I am trying to figure out what the FirmwareFeatures value for my rMBP10,1 that can spoof the macOS.

from oc-little-translated.

MacNB avatar MacNB commented on May 29, 2024

Thx. Where did that table above come from ?

from oc-little-translated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.