Celeb Glow
updates | March 19, 2026

what is Vmlinuz file on live ubuntu?

I use Ubuntu 14.04 live on flash. In my computer directory there is a file name vmlinuz

What is this file? I did not have that on my 12.04 on hard derive.

1 Answer

Vmlinuz file is the name of Linux kernel executable , by other word its a compressed Linux kernel and it is bootable .

Vmlinuz is located in /boot directory , it may be the actual kernel executable or a link to the real one , you can use ls -l /boot to know if its a link or not .

The life map of this file it gets uncompressed, loaded into memory, and executed at boot , then you see your operating system .

By the way its also included in all Ubuntu release , its a basic part of operating system .

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy