Skip to content

Latest commit

 

History

History
 
 

DVMT_and_0xE2_fix

DVMT and 0xE2 fix

English | 中文

Instruction

MX150 Only!

  1. SUPER IMPORTANT! Modifications only checked on BIOS 603. Neither @FallenChromium nor Cyb is responsible for any damage, all is working for us, but you're doing all on your risk.

    • After several tests, I found that the script is safe for 0906 BIOS.
  2. IMPORTANT - Make a backup file using backup.cmd, save output file mybackup.bin somewhere in the cloud. This is a proof-of-concept and not stable revision.

  3. Before any other manipulations, make sure PowerShell scripts execution is allowed on your Windows machine. Further info here. I set all of policies (CurrentUser and etc.) to Unrestricted and only after this executables worked for me.

  4. Execute bios_unlock.cmd before making any further changes to BIOS.

  5. Execute DVMT_set.cmd to make DVMT=64mb. You need to restart to let it work. You can't apply all the patches and restart aftetward as it would apply only the latest patch.

  6. Execute CFG_unlock.cmd, restart again.

  7. Execute bios_lock.cmd to lock BIOS settings for security.

  8. Delete DVMT patches

  • For both Clover and OC users:
    • Open /EFI/CLOVER (or OC)/config.plist, delete the following code:
<key>framebuffer-fbmem</key>
<data>AACQAA==</data>
<key>framebuffer-stolenmem</key>
<data>AAAwAQ==</data>
  1. Delete OC MSR 0xE2 patch

Open /EFI/OC/config.plist, find the following code:

<key>AppleCpuPmCfgLock</key>
<true/>
<key>AppleXcpmCfgLock</key>
<true/>

Change to:

<key>AppleCpuPmCfgLock</key>
<false/>
<key>AppleXcpmCfgLock</key>
<false/>

Tutorial

You can watch video tutorial in this link:Xiaomi Mi Notebook Pro Прошивка BIOS + Патч кулеров [4K]

Credits