Linux LPIC2 201
HomeCertifications
  • Welcome!
  • The Company
    • Vision and Values
    • Meet the Team!
  • Exam Info
    • Topics
    • Schedule the Exam
  • Linux Kernel and System Startup
    • uname
    • Files to Investigate
  • Linux Kernel Basics
    • Documentation
    • Kernel Files
    • Init RAM disks
      • InitRD
      • InitRAMfs
      • InitRD vs InitRAMfs
    • Kernel Source
  • Compiling Linux Kernel
    • Preparation
    • Download Kernel
    • Compile the Kernel
    • Grub Configuration
    • mkinitrd vs dracut
    • Kernel Runtime Tools
      • Load Kernel Modules
  • SysV init
    • History
    • /etc/inittab
    • Runlevels
      • Verify Current Runlevel
      • Change Runlevel
    • Create a SysV Init Script
    • Page 2
    • update-rc.d
  • SystemD
    • Page 1
Powered by GitBook
On this page

Was this helpful?

  1. Linux Kernel Basics

Kernel Files

/boot/vmlinux - no compression and is old

/boot/vmlinuz - compressed with zlib or with higher compression use bzImage

[synman@server Documentation]$ file /boot/vmlinuz-5.14.16-101.fc33.x86_64

/boot/vmlinuz-5.14.16-101.fc33.x86_64: 
Linux kernel x86 boot executable bzImage, version 5.14.16-101.fc33.x86_64 
([email protected]) 
#1 SMP Thu Nov 4 01:35:22 UTC 2021, RO-rootFS, swap_dev 0xA, Normal VGA
PreviousDocumentationNextInit RAM disks

Last updated 3 years ago

Was this helpful?