Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2297  / 2 Years ago, mon, october 31, 2022, 4:32:09

I have a standard Ubuntu 12.04 (32bit PAE) installed. At one time I used xorg-edgers PPA (I wanted to see how far nouveau has gotten) which also provided a linux kernel 3.5.0.4.



Since edge xorg made my system unstable I used ppa-purge to downgrade packages to stable which also uninstalled kernel 3.5.0.4, but the removal process didn't remove 3.5 images in /boot, which has caused warnings during package operations when a package would trigger update-initramfs:



FATAL: Could not load /lib/modules/3.5.0-4-generic/modules.dep: No such file or directory


Deleting 3.5 images in /boot made the warnings go away, but after today's update they are back again. None of the 3.5 deb packages are installed but somehow my system remembers that it had a 3.5 kernel at one time. I'm wondering where this info is stored and how can I remove it.


More From » apt

 Answers
0

Try sudo update-initramfs -d -k 3.5.0-4-generic.



It looks like the initramfs did not get removed for some reason when the kernel did.


[#34863] Monday, October 31, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gerrin

Total Points: 347
Total Questions: 109
Total Answers: 121

Location: Tanzania
Member since Fri, Oct 29, 2021
3 Years ago
;