博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何在Ubuntu/CentOS上安装Linux内核4.0
阅读量:6264 次
发布时间:2019-06-22

本文共 1008 字,大约阅读时间需要 3 分钟。

hot3.png

This short walkthrough describes how to install the Ubuntu Linux Kernel 4.0 (server and desktop/client) without compiling.

This guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Mint. The included kernel files have been compiled using the generic Ubuntu configuration. The general packages are available for 32 bits systems (I386+) and 64 bits (AMD64) and ARMHF. I will not provide low latency versions.

Installation Guide (GUI)

  1. Download the kernel headers package:

  2. And the appropriate package for your system

  • AMD64:

  • I386:

  • ARMHF:

And the accompanying compiled kernel image

  • AMD64:

  • I386:

  • ARMHF:

Install the files in the same order as downloaded above. So first install the headers (2 files) and finally the image (1 file).

In the terminal run:

sudo update-grub

Reboot and select the kernel from the bootloader menu

I will post the latest version of the 4.0 branch and 4.1 release candidates in comments below.

转载于:https://my.oschina.net/Alexmyj/blog/411602

你可能感兴趣的文章
SQL Server安全 2:身份验证
查看>>
算法集锦(二)
查看>>
ThinkPHP5 公共函数
查看>>
Java 基本数据类型
查看>>
LNMP 参数调优 ( 无注释 )
查看>>
pageoffice
查看>>
putty提供的两个文件传输工具PSCP、PSFTP详细介绍
查看>>
好的程序员有3种美德,
查看>>
BAT面试需要什么样的程序员?
查看>>
认识Java Core和Heap Dump
查看>>
NYOJ61 传纸条(一) 双线程dp
查看>>
数组拍平最优解
查看>>
leetcode 303. Range Sum Query - Immutable
查看>>
java中的生产者模式
查看>>
Rabin Karp 算法实战
查看>>
IIS7启用静态压缩
查看>>
Scala进阶之路-进程控制之执行shell脚本
查看>>
MySQL高可用架构之Mycat-关于Mycat安装和参数设置详解
查看>>
MapReduce编程模型及其在Hadoop上的实现
查看>>
SEH(__try,__except)
查看>>