-
Notifications
You must be signed in to change notification settings - Fork 10
BIOS DVMT, Speedshift, 0xE2, fans fixes. #8
Comments
So, as an addition - my suggestion is to revert basic GPU injection method as it should work far more better with normal DVMT, because WhateverGreen is now a bit fat, clumsy solution in terms of Intel graphics. It's awesome, but as it's in stage of initial development there may be problems. |
Hello @PavelLJ, i'm always looking and following this repository. Both @stevezhengshiqi and you are doing a great job and im really thankful about that, because i like so much that i mess around with my laptop :P Can you please share with me the script for EC mod, i really want to test it also and i can give you my feedback if you want to test it. Really this is something that is been bothering me since i got the laptop. I followed a lot of forums where they talk about it, by no one managed to do what you did. I will understand if you dont want to share it :) |
Also when i run DVMT_set.cmd i get this error message: Can you please tell me what i might doing wrong? |
@gplast That's actually what I told about - it's PowerShell error. Basically you can bypass it - Wait untill FAILED message, execute bin/patchscript_dvmt.ps1 and after that execute |
Thank you very much, i managed to run the script by
Also i would like to mention that all the other scripts can run without a problem just by double ckicking on them. |
@PavelLJ You and Cyb really did a great job. I just have a small suggestion. Because
|
Update - EC mod is tested and working as expected. |
Darn, I was so excited that I downloaded everything but after unzipping the file I found out that the scripts have cmd extension. |
|
Thanks for the info. I’ll try booting win from a flash drive then. I’ll let you know as soon as I try. |
What is your efi now with new EC? @PavelLJ |
@johnnync13 nothing special, i just deleted the kernel patch about CFG LOCK, because one of these bios mods unlocked them. |
@PavelLJ are there any bios mod version for Xiaomi mi Air 8550u? |
Mh, I had no time to try any script yet, but maybe it’s related to my assumption that the vm emulates the bios in some way and the script cannot get access to the “real” one. You could try with a portable version of win (booting from a usb) as I have been told to. To do that you need a working version of Windows and you need to download a few gb of frameworks directly from microsoft’s website (needed to prepare the usb). I’ll try that for sure, infortunately I had no time from work to do that yet. |
I've tried with sergei strelec live windows 10 but his version does not have Power Shell installed. How can I get a live windows 10 with power shell? Or how can I add Power Shell to an existing live usb (w10)? |
It seems to be possible opening the command prompt in WinPE, it’s probably just “hidden”. |
What I mean, is that WindowsPE live, I could run CMD, but when I try to execute the scripts, the CMD shell says "power shell command does not exist" (or something like that). |
Oh, my bad. I thought you could not open the power shell. Guess you need to wait PavelLJ’s answer then. |
Hey there guys. I'm not able to answer question about making this work on some of Windows Live revisions, but maybe Windows To Go is an option? |
@johnnync13 No, but basically you should just get the IFR number of the option you need to change and the number of the option's setting to apply it, this mod should work on Air too. (Basically it was Air 2016 mod which we changed to work with Mi Notebook Pro) |
Hi again! I can confirm that Bob.Ombs.Modified.Win10PEx64.v4.0 WindowsPE allowed me to patch BIOS with your scripts, that version has powershell :) 1- Native Intel HWP - I will try with that SMBIOS :) |
Is your BIOS v603? Please attach error screenshot |
In case someone not noticed, there is a separate repo for mods - https://github.com/cybsuai/Mi-Notebook-Pro-tweaks @stevezhengshiqi I guess it's time to include this in your install guide |
@PavelLJ Cool, I will include this. |
@alexmenn Ouch, I thought you launched the PowerShell script itself to see the error, because this one is not informative. Script saying "FAILED" when the new, patched file wasn't created by the PowerShell script. Take a screenshot of the PowerShell runned after this script |
@FallenChromium I've tried the script in Powershell and same error. Here is PowerShell screen after script |
Lol, you should not run .cmd file in PowerShell but .ps1 file in PowerShell, it's located in bin/ folder. I recommend you to read the .cmd to understand what does it do, then you will understand what to open in PowerShell. |
Okay @FallenChromium ! Here you are the error code again :) Any idea? |
@alexmenn It's really hard to help like that. I tried to say that you need to understand what script does. Well, it's dumping setup file, calling .ps1 to modify it and then flashing new one into BIOS SPI. If you would do every command from cmd manually then you can determine the issue and then show what happened. (including calling .ps1 in the right directory, your error shows that PowerShell can't find the file, which is unsurprising because you launched script being in bin folder) |
Sorry, no idea what are you talking about. My english is not perfect and my skills in windows/scripts are limited. I tried too what @gplast said: running power shell as an administrator But not success at all, I think because im running windows 10 live usb PE, I dont have windows installed, and I think that because of this, when I reboot, the command returns back. |
Thanks, it worked great on a Xiaomi Pro Is it possible to apply it to another Xiaomi? Or would DVMT etc. be rewritten for it. |
Hi there! |
@BorlanDD Yes, you can. They support XMAKB5R0P0906. Don't forget to run |
How can I check what DVMT I set? I'm not quite sure if I did everything right. |
@BorlanDD Try to delete the following code in
and
|
Hi, Some users report that this will work with the GTX version, but omit the BIOS version. I'm running BIOS XMAKB5RRP0804, EC XMAKB5RRP04. I'm really only interested in undervolting - the fans work as intended and I'm getting quite competitive temperature readings already. Will this work? I'm finally having a stable build as it is and prefer asking here over backing up large amounts of data. Cheers! |
Hello there! I'm glad to show some of the Cyb's works on XMNBP BIOS modding! What's done:
Also he managed to make BIOS and EC region R\W, which means we can make further modifications in every point.
The work itself is now more like Proof-of-Concept, mods are based on Insyde's H20UVE utility to patch UEFI variables, for that Cyb is using CMD + PowerShell scripts, which makes a bit of a trouble to use it (PowerShell execution policy is ugly and often makes problems). Now he's working on a Python executable to make things a lot easier for basic user. Windows environment is needed. Just to try i will upload some scripts, here it is exps5.5_en.zip. I will hold on EC mod as it's dangerous and untested (in "shit happens" case you should have programator and disassemble the laptop to restore it's functionality), but for now all is awesome for me.
The text was updated successfully, but these errors were encountered: