Tagged: grub

Welcome to grub… hell

Problem: grub gets stuck after an system-update at “welcome to grub” and uefi-setup is loading… Additional information: This did not only struck me… It’s a broken grub package from 26.08.2022 – FS#75701 – grub 2:2.06.r322.gd9b4638c5-1 issue www.reddit.com/r/linuxmemes/ https://bbs.archlinux.org/viewtopic.php?id=279115 https://bugs.archlinux.org/task/75701#comment210566 Solution: 1) boot from arch usb-stick 2) get information about the system parted -l lsblk 3) perpare the system Mount root...

Set Default Kernel entry in GRUB2

Problem: After installing Wireguard in Ubuntu 18.04. the kernel vesrion 5.3.0.1026.13 (linux-image-gke-5.3) is automatically installed, as well. However on my system it broke several things like display-resolution and keyboard… So i’d like to reset the former kernel linux-image-generic 4.15.0.106.94 as the new default kernel in GRUB 2 again. Solution: 1) Backup grub config file: > sudo cp /etc/default/grub /etc/default/grub.bak 2)...