[TIP] Boot into your bios quickly without your keyboard

Chat about Linux in general
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
User avatar
tonywhelan
Level 4
Level 4
Posts: 298
Joined: Sun Jun 10, 2012 10:47 pm
Location: Canberra, Australia

Re: [TIP] Boot into your bios quickly without your keyboard

Post by tonywhelan »

coffee412 wrote: Fri Oct 06, 2023 3:00 pm So I think I should call this the 'tip of the day'. If you are like me and have a hard time sometimes getting into your bios to make a change or check things then try this with root privileges:

Code: Select all

systemctl reboot --firmware
Well you do use your keyboard to type it in but this should save you some aggravation over the constant key slapping :D
This worked on my desktop and laptop. Thanks for the tip!

Neither machine supports adding it to the boot menu though.
Linux Mint 21 Cinnamon household.
If your issue is solved, please edit your first post in the topic, adding [SOLVED] to the title.
Image
User avatar
Lady Fitzgerald
Level 15
Level 15
Posts: 5821
Joined: Tue Jan 07, 2020 3:12 pm
Location: AZ, SSA (Squabbling States of America)

Re: [TIP] Boot into your bios quickly without your keyboard

Post by Lady Fitzgerald »

revmacian wrote: Mon Oct 09, 2023 12:10 am
Lady Fitzgerald wrote: Sun Oct 08, 2023 5:20 pm Hmmmm... I wonder if there is a way similar to this to go into the boot menu instead of the BIOS?
According to man systemctl there is such an option:

Code: Select all

sudo systemctl reboot --boot-loader-menu=0
but not all boot loaders support this functionality.. mine doesn't.
Sadly, neither did either of my machines. :(
Jeannie

To ensure the safety of your data, you have to be proactive, not reactive, so, back it up!
User avatar
coffee412
Level 8
Level 8
Posts: 2280
Joined: Mon Nov 12, 2012 7:38 pm
Location: I dont know
Contact:

Re: [TIP] Boot into your bios quickly without your keyboard

Post by coffee412 »

How about dropping the 'boot' part and just using the digits?

BootOrder: 0000,0004,0005,0003,0007,0002,0001,0006,0008

Code: Select all

efibootmgr --bootnext 0007
Ryzen x1800 Asus Prime x370-Pro 32 gigs Ram RX480 graphics
Dell PE T610, Dell PE T710
- List your hardware Profile: inxi -Fxpmrz
MeshCentral * Virtualbox * Debian * InvoiceNinja * NextCloud * Linux since kernel 2.0.36
revmacian
Level 5
Level 5
Posts: 548
Joined: Wed May 27, 2020 1:50 pm
Location: United States

Re: [TIP] Boot into your bios quickly without your keyboard

Post by revmacian »

coffee412 wrote: Mon Oct 09, 2023 5:33 am How about dropping the 'boot' part and just using the digits?

BootOrder: 0000,0004,0005,0003,0007,0002,0001,0006,0008

Code: Select all

efibootmgr --bootnext 0007
That would make sense since BootCurrent and BootOrder only show digits.
Give a man a fish and you'll feed him for a day. Teach a man to fish and you'll feed him for a lifetime.
US Navy, NEC HM8404
Locked

Return to “Chat about Linux”