Answer the question
In order to leave comments, you need to log in
How to correctly remove the Linux kernel?
How to correctly remove the (unnecessary) Linux kernel after compiling and installing from source?
rm /boot/vmlinuz-3.16.1
rm -r /lib/modules/3.16.1/
update-grub2
Or is something else needed? Answer the question
In order to leave comments, you need to log in
As a rule, in addition to the kernel itself, /boot also contains config-<version> and System.map-<version>. You can also remove them.
Also, theoretically, the firmware can be installed in / lib / firmware (but it may not be installed)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question