Upgrade process: Original system: CentOS7.3 [root@my-e450 ~]# uname -r 3.10.0-514.el7.x86_64 Install required packages: # yum update # yum install -y ncurses-devel make gcc bc bison flex elfutils-libelf-devel openssl-devel grub2 Download the kernel from https://www.kernel.org/; The kernel version I downloaded here is 5.0.21 Link: https://pan.baidu.com/s/1W1Bc6GYuwgzNG0uW6i2__w Extraction code: nqhj Copy the file to the USB drive or upload it to the server and unzip it to the /usr/src/kernels folder. tar -xvf linux-5.0.21.tar.gz -C /usr/src/kernels/ cd /usr/src/kernels/linux-5.0.21 Copy the original configuration: cp -v cp /boot/config-3.10.0-514.el7.x86_64 /usr/src/kernels/linux-5.0.21/.config Configure the kernel: You can customize the kernel features here. If you are not familiar with the kernel, just use the tab key to select save and then exit. Then, run df -h to check the available space on the hard disk and make sure there is 16 GB of free space. The compilation process will use a lot of space. Well, now it compiles! [root@my-e450 linux-5.0.21]# nproc 2 nproc View the number of CPU cores make -j 2 && make modules_install -j 2 && make install -j 2 Here, if there are no more than 4 cores, -j is followed by the number of CPU cores; if there are more than 4 cores, it is recommended to use -j 4, which is more stable. Go read a book, it will probably take more than an hour. After compiling, continue to execute: #grub2-set-default "CentOS Linux (5.0.21) 7 (Cores)" #grub2-editenv list #grub2-mkconfig -o /boot/grub2/grub.cfg Restart the system After restarting, the newly compiled kernel will be automatically selected. Enter your username and password to log in to the system. [root@my-e450 ~]# uname -sr Linux 5.0.21 Kernel upgrade succeeded~~~ Summarize The above is the CentOS7 kernel upgrade kernel5.0 version introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Detailed installation process of nodejs management tool nvm
>>: Mysql view the maximum number of connections and modify the maximum number of connections
(1) Server configuration: [root@localhost ~]# cd ...
This article shares the specific code of JavaScri...
mysql set to case insensitive Windows Go to the d...
The purpose of setting up MySQL query cache is: C...
<br />Navigation design is one of the main t...
This article example shares the specific code of ...
Vue2+elementui's hover prompts are divided in...
1. Check whether port 80 is occupied. Generally, ...
The core is mysqldump and Runtime The operation i...
Although W3C has established some standards for HT...
I encountered a very strange problem today. Look a...
Preface This article mainly introduces the releva...
When the carriage return character ( Ctrl+M ) mak...
Recently the company has arranged to do some CCFA...
1. Division of labor and process <br />At T...