CentOS 6.5 i386 upgrade kernel to 3.10.28
CentOS 6.5 i386 upgrade kernel to 3.10.28
This is relatively simple, just look at the specific operation process.
When I download the linux-3.10.28.tar.gz package, I will not write it. I will upgrade it and won't download a TAR package, ^_^ !!
Operation:
[Plain] view plaincopy
- [Root @ localhost ~] # Uname-ra
- Linuxlocalhost. localdomain2.6.32-431. el6.i686 #1SMPFriNov2200: 26: 36UTC2013i686i686i386GNU/Linux
- [Root @ localhost ~] # Yum-yinstallmakegccgcc-c ++ kernel-develm4ncurses-developenssl-develgccgcc-c ++ zlibzlib-develhmaccalczlib-develbinutils-develelfutils-libelf-devel
- [Root @ localhost ~] # CdDownloads/linux-3.10.28/
- Root@localhostlinux-3.10.28 # pwd
- /Root/Downloads/linux-3.10.28
- [Root@localhostlinux-3.10.28] # cp/boot/config-2.6.32-431.el6.i686.config
- [Root@localhostlinux-3.10.28] # sh-c 'yes "" | makeoldconfig'
- [Root@localhostlinux-3.10.28] # makemenuconfig
- [Root@localhostlinux-3.10.28] # make-j4bzImage
- [Root@localhostlinux-3.10.28] # make-j4modules
- [Root@localhostlinux-3.10.28] # make-j4modules_install
- [Root@localhostlinux-3.10.28] # make-j4install
- # Cp/etc/grub. conf/etc/grub. conf. bak
- [Root@localhostlinux-3.10.28] # vim/etc/grub. conf
Adjust the startup sequence of the kernel.
[Plain] view plaincopy
- [Root@localhostlinux-3.10.28] # reboot
- Broadcastmessagefromroot@localhost.localdomain
- (/Dev/pts/1) at19: 38...
- ThesystemisgoingdownforrebootNOW!
Again, it is the new kernel.