特殊:Badtitle/NS100:Forum/software/CustomKernel

来自Ubuntu中文
Wikibot留言 | 贡献2007年11月22日 (四) 12:45的版本 (新页面: {{From|https://help.ubuntu.com/community/forum/software/CustomKernel}} {{Languages|UbuntuHelp:forum/software/CustomKernel}} You may grab the latest kernel source from Linus at kernel.org ...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :Forum/software/CustomKernel/zh | | {{#ifexist: Forum/software/CustomKernel/zh | | {{#ifeq: {{#titleparts:Forum/software/CustomKernel|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Forum/software/CustomKernel|1|-1|}} | zh | | }}

You may grab the latest kernel source from Linus at kernel.org and compile your own kernel.

It is easier to just make a package for your kernel image.

Install fakeroot and kernel-package. Also, install linux-tree.

Linux-tree is the linux source, packaged by Ubuntu. It is a better starting point because it contains a lot of patches, bugfixes and configuration you need for ubuntu. You can make menuconfig and remove the options you do not need.

cd to the top of the linux tree and do

fakeroot make-kpkg --revision=1 --append-to-version=MyCustomKernel --initrd kernel_image kernel_headers

That will compile and build a kernel-image package that you can install with dpkg -i.

sudo dpkg -i ../kernel-image-2.6.5.10MyCustomKernel_1

It is easier to install and remove that way. It also guarantees that your system is not left unbootable (by not screwing up your bootloader and leaving you other options)