BIOS Mode

NON-UEFI BIOS Mode prevents our solutions from launching, so please make sure it is UEFI.

To find out the BIOS mode do this:

  1. Open msinfo32, by typing msinfo32 in windows search.

  1. Go to System Summary.

  1. Find line called BIOS Mode, if its UEFI, then you are good to go

If your BIOS Mode is UEFI, then go to the next page.

Legacy to UEFI

In case if your BIOS Mode isnt UEFI, then you can either do MBR2GPT, that doesnt work for everyone, or you can reinstall your windows.

Read the next topics to learn how to do either.

Fix 1: MBR2GPT (Might not work)

You can follow this official Microsoft guide

Or this text guide written by us:

  1. Open powershell as Administrator

  1. Paste command

mbr2gpt /disk:0 /validate /allowFullOS
  1. Paste command

mbr2gpt /disk:0 /convert /allowFullOS
  1. Make sure the output is: Before the new system can boot properly you need to switch the firmware to boot to UEFI mode!

The issue you might encounter is that the powershell will output:

MBR2GPT: Disk layout validation failed for disk 0

To fix Disk layout validation failed follow this video guide:

Fix 2: Windows reinstall

Requires a USB flash-stick that is at least 4GB in space.

  1. Get yourself an usb that is at least 4gb in space.

  2. Download windows media creation tool from any of these sites:

Windows 11

Windows 10

To see what windows version we support go here.

  1. Open the windows media creation tool, and first of all press next a couple time till you get to step called "Choose which media to use" and select ISO file on it.

  1. After the media creation tool done its work, download rufus.

  2. After downloading open it, and set "Parition scheme" to GPT, and "Target system" to uefi non-csm like so:

  1. Now, go to bios, go to boot tab and find CSM or Compatibility Support Module and disable it.

  1. After disabling CSM boot from your flash drive and install windows with removing and creating all the disks.

Last updated