MX150 Only!
-
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.
-
IMPORTANT - Make a backup file using
backup.cmd
, save output filemybackup.bin
somewhere in the cloud. This is proof-of-concept and not stable revision. -
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.
-
Execute
bios_unlock.cmd
before making any further changes to BIOS. -
Execute
DVMT_set.cmd
to make DVMT=64mb. You need to restart again and it wouldn't work if you wouldn't, you can't apply all patches and restart aftetwards as it would apply only latest patch. -
Execute
CFG_unlock.cmd
, restart again. -
Execute
bios_lock.cmd
to lock BIOS settings for security. -
Delete DVMT patches
- Open
/EFI/CLOVER/config.plist
, delete the following code:
<key>framebuffer-fbmem</key>
<data>AACQAA==</data>
<key>framebuffer-stolenmem</key>
<data>AAAwAQ==</data>
- Enable
RtcHibernateAware
- Open
/EFI/CLOVER/config.plist
, find the following code:
<key>NeverHibernate</key>
- Replace with:
<key>RtcHibernateAware</key>
You can watch video tutorial in this link:Xiaomi Mi Notebook Pro Прошивка BIOS + Патч кулеров [4K]
- Thanks to FallenChromium and Cyb for writing the script and instruction.