6

I am using a GIGABYTE motherboard with fastboot mode enabled. In windows, I can use the software provided by GIGABYTE to enter the BIOS by just clicking a button. Can I enter the BIOS by executing a command in Ubuntu Linux?

Casper LI
  • 3,038

3 Answers3

7

This in terminal worked for me just now with an Asrock A300W:

systemctl reboot --firmware-setup

source: http://forum.asrock.com/forum_posts.asp?TID=5578

LVDV
  • 171
  • 1
  • 2
0

I'm on Linux Mint and the above command was saying that the firmware could not be booted into. In order to fix this, I opened my PC and unplugged all of my drives. when I booted like this, the Bios entry screen showed up because there were no drives to boot into. from there, I disabled ultrafast boot and plugged my drives back in. After that, the Gigabyte screen shows up once again on boot up.

0

For Ubuntu 24.04, check the grub menu choices, one of them should be "UEFI Firmware Settings". This boot choice will bring you to the UEFI settings.

ubfan1
  • 19,049