Centos 6.5升级内核

Install Kernel 3.10 on CentOS 6.5

CentOS 6.5 ships with kernel 2.6 and it’s a quite old for now(CentOS 7 already comes with 3.10), but compile a kernel on CentOS is a mess and it’s not recommended. But fear no more, guys from Elrepo took care of that for us and made a package, lets see how we can install it.

Enable ELRepo Project repository

1.rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org

2.rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm

Install the kernel

1.yum --enablerepo=elrepo-kernel install kernel-lt

Configure grub

You also need edit /etc/grub.conf to change the kernel order, change default from 1 to 0, must looks like the below:

1.default=0

2.timeout=5

3.splashimage=(hd0,0)/grub/splash.xpm.gz

4.hiddenmenu

5.title CentOS (3.10.55-1.el6.elrepo.x86_64)

6.root (hd0,0)

7.kernel /vmlinuz-3.10.55-1.el6.elrepo.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_NO_LUKS.UTF-8 rd_NO_MD rd_LVM_LV=VolGroup/lv_swap SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_LVM_LV=VolGroup/lv_root rd_NO_DM  KEYBOARDTYPE=pc KEYTABLE=br-abnt2 rhgb quiet ...

8....

Reboot and profit!

1.reboot

Now you have a fresh(not so much) kernel on CentOS.(http://elrepo.org)

时间: 2024-11-03 22:20:54

Centos 6.5升级内核的相关文章

CentOS 6.5 升级内核到 3.10.28

网上有不少升级CentOS内核的文章 ,如< CentOS 6.5 升级内核到 3.10.28> ,大部分都是下载源码编译,有点麻烦. 在yum的ELRepo源中,有 m ain l ine(3.13.1). l ong- t erm(3.10.28)这2个内核版本,考虑到long-term更稳定,会长期更新,所以选择这个版本. 1.导入public key rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org 2.安装ELRep

centos 6.5 升级内核 linux 3.12.17

环境: 系统硬件:vmware vsphere (CPU:2*4核,内存2G) 系统版本:Linux centos 2.6.32-431.el6.x86_64(Centos-6.5-x86_64-minimal.iso ) 升级内核版本:longterm:3.12.17 升级步骤: 1.虚拟系统安装 要求mininal方式安装(205个包),具体步骤省略. 2.查看原有系统内核版本,升级更新包 2.1更新包 [[email protected] ~]# yum update [[email pr

在centos 7下升级内核

? 前言 今天读了一篇老外的文章,讲的是如何在linux环境下升级内核.比较暴力,比较简单,故做个记录. ? 文章中,作者先列出一个常识:linux是内核名,不是系统名.我们平时说的"linux系统"是错的,准确的说法是:"基于linux内核进行开发的各式操作系统".好吧,膝盖中箭~ ? 言归正传,说回怎么升级内核. ? ? 步骤 1. 查看当前内核 uname -sr 当然,我用另一台机做测试的,这里只是截取版本号. ? 2. 使用elrepo进行内核升级,我们先

centos 6.5 升级内核到3.12

参考两篇文章 http://www.centoscn.com/CentOS/config/2014/1124/4170.html 的前半部份 http://ju.outofmemory.cn/entry/63491 29 yum update -y 30 yum upgrade -y 31 yum install gcc gcc-c++ xz bc ncurses-devel 32 yum install hmaccalc zlib-devel binutils-devel elfutils-l

CentOS6.5升级内核到3.10.28 --已验证

本文适用于CentOS 6.4, CentOS 6.5,估计也适用于其他Linux发行版. 1. 准备工作 确认内核及版本信息 [root@hostname ~]# uname -r 2.6.32-220.el6.x86_64 [root@hostname ~]# cat /etc/centos-release CentOS release 6.5 (Final) 安装软件 编译安装新内核,依赖于开发环境和开发库 # yum grouplist //查看已经安装的和未安装的软件包组,来判断我们是

centos6.5升级内核到3.10.28

本文转载自:http://ljf.me/ 网上有不少升级CentOS内核的文章,如<CentOS 6.5 升级内核到 3.10.28>,大部分都是下载源码编译,有点麻烦. 在yum的ELRepo源中,有mainline(3.13.1).long-term(3.10.28)这2个内核版本,考虑到long-term更稳定,会长期更新,所以选择这个版本. 1.导入public key rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org

CentOS在线升级内核

升级内核需要使用 elrepo 的yum 源首先我们导入 elrepo 的key rpm –import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org 升级内核需要使用 elrepo 的yum 源 首先我们导入 elrepo 的key RHEL-7, SL-7 or CentOS-7: rpm –import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org RHEL-6, SL-6 or CentOS-6

在RedHat/CentOS下安装Docker(不升级内核)

背景 由于内核版本问题,最初仅Ubuntu可以较好的支持Docker.不过,由于RedHat系列OS(REHL.CentOS)是目前主流的Linux服务器操作系统,所以令RedHat系列OS支持Docker很有必要.目前Docker和RedHat已经展开深入合作,并在2013年年底推出了可以在RedHat系列OS上运行的Docker0.7. 目前有一些博客介绍了如何在CentOS上安装Docker,例如http://www.linuxidc.com/Linux/2014-01/95512.htm

CentOS 6.4系统中编译和升级内核

CentOS 6.4系统中编译和升级内核 [日期:2013-08-25] 来源:Linux社区  作者:vipshichg [字体:大 中 小] 可能因为以下几种原因,你可能需要对Linux kernel内核进行升级操作. 想要尝试一个新的内核模块 设备驱动需要新的内核功能模块支持 旧版本的内核有新的漏洞被发现 系统经常容易崩溃 不管因为什么原因,每一个Linux用户对Linux内核进行升级,是一个很重要的维系统护工作. 下面我们来学习在CentOS 6.4系统下,将Linux kernel 2