Double entry fix errors out in the ujust script (Bazzite GNOME Desktop Unstable)
Now this could be just unstable f41 image being well unstable but when using the
ujust configure-grub
and picking the Fix double ostree entry
option this appears in the terminal
again this could be unstable being unstable and its not the biggest deal since I have grub hidden
rpm-ostree status:
6 Replies
I can reproduce on bazzite-gnome-nvidia:unstable-41.20241022, going to rebase on stable and test there
going to check on stable as well
This error does not appear in stable build
Thanks for checking 🙂 next thing to check is if the script changed recently and see if there is a pull request out to fix it.
You're welcome its always conveient I can go back and forth between stable and unstable to troubleshoot stuff
Yeah it's something I really love about Bazzite. I still have my first install from March because I can actually rollback rather than re-install when there are issues
These errors:
Come from
/usr/sbin/grub2-switch-to-blscfg
. There's some Silverblue discussions about how 41 broke this script in the process of doing a bunch of other stuff. https://github.com/fedora-silverblue/issue-tracker/issues/120
You can be very dangerous and if you're absolutely certain you're using EFI bypass that script.
I would consider having a live USB on hand and backup the /etc/grub.cfg
and /etc/grub-efi.cfg
before running these commands.
Sauce: Been slamming my head against this for a few days and just finally fixed my own double entries in grub. ^_^