By Edy, Tech Expert & Blogger
When my new Minisforum MS-01 arrived, the first essential task on my to-do list was to perform a BIOS update. As any tech enthusiast would, I began by conducting a thorough search using Google and delving into Reddit posts to gather insights and prepare myself for the process.
Editor’s Note: This article was fully updated on August 7, 2025 to include new BIOS version 1.27
However, I quickly discovered that performing a Minisforum BIOS update is not as straightforward as one might expect. The process involves several nuanced steps, including navigating BIOS menus, managing secure boot configurations, and using UEFI and EFI shell environments. Understanding these technical aspects is crucial to avoid common pitfalls such as boot failures or update interruptions.
In this guide, I will walk you through every detail you need to know about the Minisforum BIOS update process. From preparing a bootable USB drive formatted with FAT32, disabling secure boot, to executing firmware flashing commands in the UEFI shell.

My Minisforum MS-01 arrived with the BIOS version 1.22

Some instructions suggested creating a bootable flash drive and extracting the downloaded Minisforum BIOS on the flash drive. Here is the location where you can download the latest BIOS. Further, it was mentioned to disable secure boot.
Troubleshooting Secure Boot Settings for Your Minisforum BIOS Update
As you can see in the BIOS menu (image below), Secure Boot was enabled in the BIOS, but the option to disable it was greyed out. I couldn’t figure out why I could not change this setting, which puzzled me.

Some online suggestions pointed to setting both an administrator BIOS password and a user BIOS password, but even after trying that, I still couldn’t modify the Secure Boot setting.
Then it hit me: why not install Windows 11? Since Windows 11 requires Secure Boot, this might unlock the ability to manage the setting. My Minisforum MS-01 had arrived without an operating system, as I planned to use it for Proxmox. However, before diving into Proxmox, I wanted to upgrade the Minisforum BIOS.
After installing Windows 11, I revisited the BIOS and to my relief, I could finally change the Secure Boot setting.
Creating a bootable USB drive for the BIOS
I followed the instructions from Brandon Lee on how to use Diskpart to prepare the USB disk drive.
diskpartnlist disknselect disk X # Replace X with the number of the disk you want to formatncleanncreate partition primarynformat fs=fat32 quick
Unfortunately, using this method and extracting the downloaded BIOS file on the USB drive, I could not boot from the Minisform MS-01 using legacy bios or UEFI. I also needed shell.efi from here (credit to the post from Avamader in the STH community). I downloaded the ShellBinPkg.zip, extracted it and copied the shell.efi from this location D:BIOSShellBinPkgShellBinPkgUefiShellX64 to my USB drive.
Here is a screenshot of the USB drive prepared with Diskpart

Now, I was able to boot from the flash drive, getting the boot screen

Upgrading the Minisforum Bios
After figuring out how to boot from the USB drive, upgrading the Minisforum BIOS was straightforward.
First, you need to find the Bios Udisk
type FS0: (zero) or FS1 or FS2. nIn my case FSO: workednshow with ls the directory

Now you are ready to upgrade the Minisforum MS-01 BIOS, type
AfuEfiFlash.nsh
The update process starts now and takes a few minutes.
Success! The computer firmware updated to BIOS version 1.26 completed successfully. This process enhances system stability and resolves kernel panic issues for Proxmox systems, delivering a smoother user experience.

I hope this article helps you upgrade the Minisforum BIOS faster than I did. It’s a little dream machine.
Please also check out my in-depth review of the Minisforum MS-01 and some polling results I gathered from my readers.
The Crucial memory is perfect for the Minisforum MS-01, allowing both slots to be equipped with 48GB. The Minisforum has three M.2 HD slots, which I utilize for a Proxmox ZFS setup. Lexar or Samsung are excellent options.
BIOS version 1.27 released date April 2025
Minisforum has released a new version 1.27 after publishing this article. According to the bios release notice it’s not mandatory to flush it. The release 1.26 was more significant with updated Microde and c-state
BIOS Description:
1.Add Turbo Ratio Limit Options form
2.BIOS disables the execution of the UEFI storage Option ROM by default
3.The PCIE SLOT supports speed control
4.Set PL1 to 55W and PL2 to 80W for the 12800H
5.Set PL1 to 60W and PL2 to 80W for the 270H
6.Update GOP version to 21.0.1066
I would love to get some feedback from you. Was this article helpful? Please share your opinion with me in the comment section below. Or, if you prefer a more personal touch, feel free to email me directly at info@edywerder.ch. Your thoughts and insights are always appreciated. Additionally, you can connect with me on Reddit at Navigatetech.
Before you go …
Now that you’ve updated your Minisforum BIOS, you might be considering the next steps for optimizing your setup. If you’re exploring Mini PCs for specific purposes, I recommend reading about the best Mini PC for a home server. This guide highlights top choices for creating a reliable and efficient home server, perfect for enthusiasts looking to maximize functionality. It’s a natural progression from your BIOS update, helping you get the most out of your Mini PC
Related Articles
Tech Expert & Blogger
Hi, I’m Edy. With over 30 years of experience in the IT industry, I’ve tackled numerous tech challenges.
As a solopreneur, I write articles to fill the gaps I notice in my work and online.
My mission? To provide clear, step-by-step tech guidance and improve the information you find on the web
Enjoying the content?
If you have Windows 11 installed, you can run AfuWinFlash.bat as an administrator in Windows and it will do the update automatically without having to enter the BIOS at all.