LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Linux Kernel Size (https://www.linuxquestions.org/questions/linux-general-1/linux-kernel-size-146465/)

mrmazda 06-07-2022 10:12 PM

From 3 months ago on an openSUSE Tumbleweed where I have no good reason not to save old kernels:
Code:

/boot # ls -Gg vmlinuz*t
-rw-r--r-- 1  8913120 Dec 19  2019 vmlinuz-5.3.12-2-default
-rw-r--r-- 1  9052400 Feb  2  2020 vmlinuz-5.4.14-2-default
-rw-r--r-- 1  9142512 Mar 29  2020 vmlinuz-5.5.13-1-default
-rw-r--r-- 1  9311888 Jun  8  2020 vmlinuz-5.6.14-1-default
-rw-r--r-- 1 10290768 Aug  3  2020 vmlinuz-5.7.11-1-default        # last version with framebuffer scrollback
-rw-r--r-- 1 10414896 Oct 20  2020 vmlinuz-5.8.15-1-default
-rw-r--r-- 1 10499088 Dec 13  2020 vmlinuz-5.9.14-1-default
-rw-r--r-- 1 10781936 Feb 22  2021 vmlinuz-5.10.16-1-default
-rw-r--r-- 1 10870672 Apr 26  2021 vmlinuz-5.11.16-1-default
-rw-r--r-- 1 11020368 Jun 28  2021 vmlinuz-5.12.13-1-default
-rw-r--r-- 1 10981680 Aug 19 14:07 vmlinuz-5.13.12-1-default
lrwxrwxrwx 1      44 Nov 20 01:27 vmlinuz-5.14.14-3-default -> ../usr/lib/modules/5.14.14-3-default/vmlinuz
lrwxrwxrwx 1      44 Feb 15 01:08 vmlinuz-5.15.12-1-default -> ../usr/lib/modules/5.15.12-1-default/vmlinuz
lrwxrwxrwx 1      43 Feb 15 01:22 vmlinuz-5.16.8-1-default -> ../usr/lib/modules/5.16.8-1-default/vmlinuz
# ls -Gg /usr/lib/modules/5*/vmlinuz
-rw-r--r-- 1 11145360 Nov 15 15:19 /usr/lib/modules/5.14.14-3-default/vmlinuz
-rw-r--r-- 1 11441840 Jan  7 15:31 /usr/lib/modules/5.15.12-1-default/vmlinuz
-rw-r--r-- 1 11966928 Feb 11 18:46 /usr/lib/modules/5.16.8-1-default/vmlinuz

From 3 years ago on a multiboot PC, openSUSE, Fedora & Debian:
Code:

                OS 11.4        OS 13.1        OS 15.0        OS TW        F30        Deb 10       
Kernel Version        3.0.101        3.12.67        4.12.14        4.19.12        4.19.13        4.19.37
/boot/vmlinuz          4.7M          6.1M          6.8M          7.8M          8.3M          5.0M
/boot/initrd          6.6M          6.9M          8.3M          8.7M        15.5M          7.2M
/lib/modules/        132.7M        152.7M        257.1M        269.0M        62.5M        252.9M



All times are GMT -5. The time now is 09:29 AM.