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,048
  • 1
    You mean that you can enter the BIOS from the running operating system? Really? And that allows you to make changes? I assume they don't take effect until your reboot, if so. Why don't you just enter the BIOS at boot time, like one normally does? – terdon Aug 15 '16 at 14:24
  • In fastboot mode, I cannot enter the BIOS by just pressing Delete at boot time. I need to use a software provide by GIGABYTE to enter it. After a button click, it reboot into the BIOS and let me make any permanent change. – Casper LI Aug 15 '16 at 14:33
  • Right, so you can't actually enter it without rebooting. Why not simply disable fastboot and use the BIOS normally? All of these are Windows things though, I doubt they will be supported in Linux. – terdon Aug 15 '16 at 14:41
  • 1
    Fast boot of BIOS is different from fast boot of windows option ...about going to BIOS setup on next boot option .. I don't think it exists in Linux. –  Aug 15 '16 at 15:46

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,234