Post

Disable Virtualization on Gigabyte Motherboard

Without Flashing Modded BIOS

Disable Virtualization on Gigabyte Motherboard

I can’t believe Gigabyte doesn’t let you disable virtualization in the BIOS for some Intel motherboards. Many Reddit posts ask about this, and I found an easy way to do it that isn’t widely discussed.

This is the easiest way to do it. It is also quite safe. If something goes wrong, you can just delete the cmos and everything’s back to normal.

Note

This guide is only for MSI H410M H3 (rev. 1.0). For other motherboards, see here.

This was tested on Gigabyte H410M H V3 (rev. 1.0)
BIOS version: F9 (Dec 20, 2023)

Preparation

Here’s the way I do it:

  1. Format the USB stick to FAT32
  2. Place the file modGRUBShell.efi on the USB stick in this directory, so it looks like this X:\EFI\BOOT\modGRUBShell.efi.
  3. Disable Secure Boot and then enable CSM in the BIOS.
  4. Press F12 to boot from the USB stick. Select the one with UEFI: at the beginning.
  5. Now type this command:

    To disable virtualization:

    1
    
    setup_var_cv CpuSetup 0xB9 0x1 0x0
    

    To enable virtualization:

    1
    
    setup_var_cv CpuSetup 0xB9 0x1 0x1
    
  6. Type reboot when you’re done/
  7. Now its virtualization is disabled:

    result

Where do I get these commands from?

Just follow this guide: https://github.com/BoringBoredom/UEFI-Editor

image

This post is licensed under CC BY 4.0 by the author.