boot bazzite from the bios menu once in bazzite, open terminal and run `sudo efibootmgr` to list out
boot bazzite from the bios menu
once in bazzite, open terminal and run
it should give you something like this (mine is a bad example, like really bad as my boot options have like lots of dumb data
)
to do that you run
anything you do not want in the boot order (i always keep usb as fallback, and pxe/network cards as last options)
once in bazzite, open terminal and run
sudo efibootmgr to list out your efi boot optionsit should give you something like this (mine is a bad example, like really bad as my boot options have like lots of dumb data
BootCurrent: is the current boot option, you just want to move that earlier in the BootOrder:to do that you run
sudo efibootmgr -o xxxx,yyyy,zzzz replace xxxx,yyyy,zzzz with the boot ID numbers, as an example Boot0019 should be written as 0019 and Boot0018 should be 0018anything you do not want in the boot order (i always keep usb as fallback, and pxe/network cards as last options)

