[Bug 1848797] Re: After upgrading to 19.10, boot screen shows: "Error: symbol 'grub_file_filters' not found."
Ronzo
ronzo at ronzo.at
Tue Dec 31 09:37:01 UTC 2019
I was able to fix it by booting my cloud provider's rescue image and do
the following:
mount /dev/sdXY /mnt
mount --bind /dev /mnt/dev
mount --bind /dev/pts /mnt/dev/pts
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
chroot /mnt
grub-install /dev/sdX
update-grub
exit
reboot
(https://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a
-ubuntu-live-cd)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/1848797
Title:
After upgrading to 19.10, boot screen shows: "Error: symbol
'grub_file_filters' not found."
Status in grub2 package in Ubuntu:
Confirmed
Status in grub2 source package in Eoan:
Confirmed
Bug description:
After upgrading to 19.10 the boot screen shows the following error:
Error: symbol 'grub_file_filters' not found.
Entering rescue mode...
I could fix it after i booted Ubuntu 19.10 live and used the chroot
repair method as described here
https://wiki.ubuntuusers.de/GRUB_2/Reparatur/#chroot-Methode (german)
Workaround
----------
From https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848797/comments/18
"In any case, right now the best thing to do to repair is to boot from a Live image (USB or CD-ROM), and follow the steps in https://help.ubuntu.com/community/Grub2/Installing#via_ChRoot to repair GRUB by hand, or reinstall."
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848797/+subscriptions
More information about the foundations-bugs
mailing list