CentOS 7.0 Upgrade Linux-kernel

Source: Internet
Author: User
Unzip the downloaded Linux-kernel
Tar xvf linux-3.10.69.tar.gz
Enter the extracted directory
CD linux-3.10.69/
Compile the kernel before cleaning up
Make Mrproper
Configure new features based on requirements using current kernel configuration
Make Oldconfig
Compile
Make
Copy the components, modules, etc. that will be installed to the default directory
Make Modules_install
Installation
Make install
To see if the kernel installation is complete
Cat/boot/grub2/grub.cfg |grep Menuentry
Set the new kernel as the default startup
Grub2-set-default "CentOS Linux (3.10.69) 7 (Core)"
To see if the setting is successful
Grub2-editenv List
Restart
Reboot
View Kernel version
Uname-sr

CentOS 7.0 Upgrade Linux-kernel

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.