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
- The modGRUBShell.efi file
- A USB stick
Here’s the way I do it:
- Format the USB stick to
FAT32
- Place the file
modGRUBShell.efi
on the USB stick in this directory, so it looks like thisX:\EFI\BOOT\modGRUBShell.efi
. - Disable
Secure Boot
and then enableCSM
in the BIOS. - Press
F12
to boot from the USB stick. Select the one withUEFI:
at the beginning. 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
- Type
reboot
when you’re done/ Now its virtualization is disabled:
Where do I get these commands from?
Just follow this guide: https://github.com/BoringBoredom/UEFI-Editor
This post is licensed under CC BY 4.0 by the author.