Finally, I updated the BIOS and installed Fedora 41 successfully.
Procedures:
- Consulted the laptop brand’s after-sales service online and got the information that the official website only provides the factory version BIOS. If I want the latest BIOS, I need to consult the local after-sales service store.
- Consulted the local after-sales service store and got the latest BIOS version,
RMAMT4B0P0909. - By default, the BIOS upgrade software tested and showed that
RMAMT4B0P0A0Awas newer thanRMAMT4B0P0909…Start to google how to downgrade BIOS…
I think the laptop brand tries to avoid users upgrading the BIOS by themselves, so they made the initial version use the largest number,0A0A.
The after-sales service staff was pretty sure that0909is the latest version. - Studied how to use Process Monitor to find the BIOS update program extracted by the BIOS upgrade software. It will look like
7zS9F19.tmpor similar sounding, inside theWindows > Tempfolder, but not in theUser > username > AppData > Tempfolder. - Edited the
platform.inifile in the[Bios_Version_Check]section. ChangedFlag=1toFlag=0to remove the version check when upgrading the BIOS, then successfully upgraded the BIOS. - Tried installing Fedora via Ventoy but got the error message on the screen:
/ventoy/busybox/sh: can't access tty: job control turned off - Created a new installation USB using Rufus and installed Fedora 41 successfully in normal mode (didn’t need to switch to basic graphics mode).