Invalid BootNext

Hello ! I have installed Bazzite into a DualBoot setup, I have re installed Windows behind after (because an update fucked up it), and so I re generate grub, and also boot windows (from Steam with the command given on the wiki), and even tho every time I it the script manually or via steam I got this error
Invalid BootNext value0000
0003
Invalid BootNext value0000
0003
Solution:
Okay fixed it ! Basically checked my boot order ``` efibootmgr -v | grep -A1 "Boot0000"...
Jump to solution
1 Reply
Solution
✨Fantucie✨
✨Fantucie✨2mo ago
Okay fixed it ! Basically checked my boot order
efibootmgr -v | grep -A1 "Boot0000"
efibootmgr -v | grep -A1 "Boot0003"
efibootmgr -v | grep -A1 "Boot0000"
efibootmgr -v | grep -A1 "Boot0003"
My 0000 grabbed to literally no file no nothing somehow 🤷‍♀️ Just deleted it with sudo efibootmgr -b 0000 -B and boom, only one entry for boot windows it work back nnicely !

Did you find this page helpful?