Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

General Questions • Re: [Software] Problem with package linux-image-6.1.0-18-amd64

$
0
0
I would try.

Code:

mv /etc/default/grub.d/99-zswap.cfg /tmp/99-zswap.cfg
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.
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).

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/
Before doing this, could you please post the output of

Code:

$> cat /etc/default/grub.d/99-zswap.cfg
this might shed some light on the subject.

Statistics: Posted by fabien — 2024-07-14 08:21



Viewing all articles
Browse latest Browse all 2901

Trending Articles