I am currently dual booting windows and linux, i dont want to use grub because grub tends to get very flakey the longer things go on.
IS there a way for me to create a desktop shortcut in linux to immediately shut off and head to the bios? My reasoning for thinking this exists is that windows has the ability to boot to bios from the troubleshooting screen. I figure if i have this shortcut for both linux and windows, it will make the switching process easy as pie.
sudo systemctl reboot --firmware-setup
- windows:shutdown /r /fw
- how you set up those shortcuts is up to you nowefibootmgr
in Linux that allows you to set the "one-time"BootNext
. There are also small utilities for Windows available on github, for example: github.com/pgaskin/bootnext (I don't remember ifbcdedit
can be used to setBootNext
, but mostly it's gonna be a bit more "clumsy" even if it can.)efibootmgr
when I wanted to switch to windows, (in case I was too slow in grub)