Compiling the Linux kernel (Linux 5.x on Ubuntu 20.04)

Ubuntu 20.04 LTS (Server) comes with Linux kernel 5.4.0 by default. Try putting your own compiled kernel in this (Ubuntu 20.04). The kernel uses the vanilla kernel distributed by kernel.org.

Install the necessary tools before kernel compilation

sudo apt -y install make gcc flex bison libssl-dev

Try installing the original Linux 5.4.0

wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz tar xfJ linux-5.4.tar.xz cd linux-5.4/ cp /boot/config-5.4.0-33-generic ./.config yes "" | make oldconfig make -j8 bzImage modules sudo make modules_install install

Try installing the latest Linux 5.6.15 at the moment

wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.15.tar.xz tar xfJ linux-5.6.15.tar.xz cd linux-5.6.15/ cp /boot/config-5.4.0-33-generic ./.config yes "" | make oldconfig make -j8 bzImage modules sudo make modules_install install

Recommended Posts

Compiling the Linux kernel (Linux 5.x on Ubuntu 20.04)
Linux kernel release 5.x (2/4)
Linux kernel release 5.x (3/4)
Linux kernel release 5.x (4/4)
Linux kernel release 5.x (1/4)
What is the Linux kernel?
Install the JDK on Linux
Put Python 3.x on Ubuntu
Rebuild kernel on Ubuntu 20.04 (on Azure)
About the process that the Linux kernel handles x86 microcode
Paste the link on linux
I tried installing the Linux kernel on virtualbox + vagrant
Notes on installing Ubuntu 18.04 on the XPS 15 7590
X86 assembler on Linux (linkage with C)
A quick overview of the Linux kernel
Notes on using OpenCL on Linux on the RX6800
Run bootgen on Debian GNU / Linux, Ubuntu
How to install php7.4 on Linux (Ubuntu)
Linux x memo
Shebang on Ubuntu 20.04
linux (ubuntu) memo
Use the latest version of PyCharm on Ubuntu
Install the latest Cuda + CuDNN on Ubuntu 18.04 @ Spring 2020
Get the latest Linux kernel version with Arch Linux
At the time of python update on ubuntu
How to build Java environment on Ubuntu (Linux)
On Linux (Ubuntu), tune the Trackpad and set the function to a three-finger swipe
Set the startup script on Linux (RasPi, Edison)
Put Scipy + Matplotlib in Ubuntu on Vagrant and display the graph with X11 Forwarding
Install the latest version of CMake on Ubuntu 18.04.4 LTS
delays --Information on the various kernel delay / sleep mechanisms
Specify the volume on linux and make a sound
Create a QR code for the URL on Linux
[AWS CLI] Enable the AWS CLI on Red Hat Enterprise Linux 8
Set up Docker on Oracle Linux (7.x) with Vagrant
Enable zfs on the Springdale Linux 8.3 installation ISO image
Check if the LAN cable is disconnected on Linux
I want to use OpenJDK 11 on Ubuntu Linux 18.04 LTS / 18.10
About the --enable-shared option when building Python on Linux
Multiply PDF by OCR on command line on Linux (Ubuntu)
Announcing the availability of Java 11 LTS on Amazon Linux 2
Control the Linux trackpad
Daemonizing processes on Linux
Install TensorFlow on Ubuntu
About Linux kernel parameters
jblas on Arch Linux
Linux (WSL) on Windows
NAT router on Linux
Install PySide2 on Ubuntu
Check Linux kernel version
Install JModelica on Ubuntu
Linux kernel build time
Monitor traffic on Linux
Update vscode on linux
build Python on Ubuntu
Install Python 3.3 on Ubuntu 12.04
Try NeosVR on Linux
Installing pyenv on ubuntu 16.04
Check capacity on Linux
Install angr on Ubuntu 18.04
Install pip / pip3 on Ubuntu