Krin
Krin
Explore posts from servers
UBUniversal Blue
Created by Max on 10/26/2024 in #🛟bazzite-help
Double entry fix errors out in the ujust script (Bazzite GNOME Desktop Unstable)
Sauce: Been slamming my head against this for a few days and just finally fixed my own double entries in grub. ^_^
10 replies
UBUniversal Blue
Created by Max on 10/26/2024 in #🛟bazzite-help
Double entry fix errors out in the ujust script (Bazzite GNOME Desktop Unstable)
These errors:
find: ‘/usr/lib/ostree-boot/efi/EFI/fedora/’: No such file or directory
install: missing destination file operand after '/boot/efi/EFI/fedora/'
Try 'install --help' for more information.
find: ‘/usr/lib/ostree-boot/efi/EFI/fedora/’: No such file or directory
install: missing destination file operand after '/boot/efi/EFI/fedora/'
Try 'install --help' for more information.
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.
sudo touch /boot/grub2/.grub2-blscfg-supported
ujust regenerate-grub
sudo touch /boot/grub2/.grub2-blscfg-supported
ujust regenerate-grub
10 replies