I also doubt that this program installs a file in /etc/default/grub.d/ (I checked the package and nothing does that, it's a very simple package). It's more likely that something else installed this file (maybe it was installed manually).I would try.Then try to remove the kernel again with the offending file not there to cause the error. Or install the actual splash program to allow it to find the missing command, though I fail to see what a "Visualisation tool for Smoothed Particle Hydrodynamics simulation" has to do with Grub.Code:
mv /etc/default/grub.d/99-zswap.cfg /tmp/99-zswap.cfg
If you move the file to /tmp/, you may unintentionally lose it if you reboot. Move it to a safe place, e.g.
Code:
#> mv -i /etc/default/grub.d/99-zswap.cfg /root/
Code:
$> cat /etc/default/grub.d/99-zswap.cfg
Statistics: Posted by fabien — 2024-07-14 08:21