abrt / gnome-abrt

ABRT oopses list designed according to https://live.gnome.org/Design/Apps/Oops
GNU General Public License v3.0
18 stars 21 forks source link

After updating the kernel, grub menu was not updated #324

Closed Seant1125 closed 2 years ago

Seant1125 commented 2 years ago

I updated fedora kernel belows: sudo dnf upgrade When the system is updated, I reboot the system. And I found the new kernel has not shown in grub menu. To solve this problem, I did that: ~ sudo sed -i 's/GRUB_ENABLE_BLSCFG=true/GRUB_ENABLE_BLSCFG=false/g' /etc/default/grub ~ sudo grub2-mkconfig -o /boot/grub2/grub.cfg ~ sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg But how to fix this bug? Please help.

mgrabovsky commented 2 years ago

Hi, this is the bug tracker for GNOME ABRT only. To ask general questions regarding Fedora, please use the Ask Fedora website.