legion go - Bazzite disappeared from boot menu
Hey, I have a problem with my Legion go. I can't see the bazzite in the boot menu anymore. 🥲
I think it happened after I changed the shared memory from auto to 6GB. Is there any way to fix it or do I have to reinstall?
4 Replies
you can use efibootmgr (linux) or bootmgr (windows) to restore it
windows i hae never managed
sudo efibootmgr --create --disk /dev/nvme0n1 --part 1 --label "Bazzite" --loader "/EFI/pathtoyourefi"
this is what i use on a live cd
you justn eed to get the part number of the efi partition right
and the path to the loader
you can only verify once you reboot so it takes a couple tries
as for the loader name, somebody else booted into bazzite can grab that probably with sudo efibootmgr
Thx
I will be doing this on windows. I don't really have idea where to find the correct partition.
Ubuntu live cd works great for stuff like this
Okay, I will try that in the morning. Thanks for your help.