Centos6.5 upgrade the Linux kernel, centos6.5linux Kernel

Source: Internet
Author: User

Centos6.5 upgrade the Linux kernel, centos6.5linux Kernel
1. Upgrade the kernel to 3.10.x.Method 1: Install yum

cd /etc/yum.repos.d wget http://www.hop5.in/yum/el6/hop5.repoyum install kernel-ml-aufs kernel-ml-aufs-devel
Method 2: rpm installation (recommended)
rpm -ivh kernel-ml-aufs-3.10.5-3.el6.x86_64.rpm kernel-ml-aufs-devel-3.10.5-3.el6.x86_64.rpm 
You can download rpm at http://down.51cto.com/data/4103250. 2. Modify default = 0 in/etc/grub. conf.
Default = 0 timeout = 5 splashimage = (hd0, 0)/grub/splash.xpm.gz hiddenmenutitle CentOS (3.10.5-3. el6.x86 _ 64) root (hd0, 0) kernel/vmlinuz-3.10.5-3.el6.x86_64 ro root = UUID = export rd_NO_LUKS ready LANG = en_US.UTF-8 rd_NO_MD SYSFONT = latarcyrheb-sun16 crashkernel = auto KEYBOARDTYPE = pc KEYTABLE = us rd_NO_DM rhgb quiet initrd/initramfs-3.10.5-3.el6.x86_64.imgtitle CentOS. el6.x86 _ 64) root (hd0, 0) kernel/vmlinuz-2.6.32-358.el6.x86_64 ro root = UUID = export rd_NO_LUKS rd_NO_LVM LANG = en_US.UTF-8 rd_NO_MD SYSFONT = latarcyrheb-sun16 crashkernel = auto KEYBOARDTYPE = pc KEYTABLE = us rd_NO_DM rhgb quiet initrd/initramfs-2.6.32-358.el6.x86_64.img

3. restart the system
reboot
4. Verify the kernel version
[root@vmname1 ~]# uname -r3.10.5-3.el6.x86_64
5. Check whether the kernel supports aufs.
[root@vmname1 ~]# grep aufs /proc/filesystemsnodevaufs

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.