Linux

All posts from the category "Linux"

How to Compile and Install the Linux Kernel on Ubuntu

In this post I will show you how to compile and install the Linux kernel from source on Ubuntu. I know that there are tons of tutorials on compiling the Linux kernel. However, while I tried many of them, none of them worked for me. I always either got error messages during compilation or the compilation terminated without error messages but failed at installation. Therefore, I decided to write down how I did it. The setup I tested this on I used a freshly installed VirtualBox with Ubuntu Server 22.04. I did not do any modifications to the machine and...