当前位置: 技术问答>linux和unix
内核编译问题
来源: 互联网 发布时间:2015-02-21
本文导语: 编译了一个内核支持NTFS分区 grub启动 编辑grub.conf title ntfs root (hd0,4) kernel /boot/bzImage ro root=LABEL=/ initr /boot/initrdntfs.img 重起后提示找不到kernel文件bzImage,可是bzImage确实在boot文件夹...
编译了一个内核支持NTFS分区
grub启动
编辑grub.conf
title ntfs
root (hd0,4)
kernel /boot/bzImage ro root=LABEL=/
initr /boot/initrdntfs.img
重起后提示找不到kernel文件bzImage,可是bzImage确实在boot文件夹中,请问编译内核需注意什么?
grub启动
编辑grub.conf
title ntfs
root (hd0,4)
kernel /boot/bzImage ro root=LABEL=/
initr /boot/initrdntfs.img
重起后提示找不到kernel文件bzImage,可是bzImage确实在boot文件夹中,请问编译内核需注意什么?
|
会不会大小写问题
换个文件名试试
换个文件名试试
|
确定你的/boot是在hda5里 ?
应和编译内核没什么关系.
应和编译内核没什么关系.
|
三篇非常好,非常详细的编译内核,设置内核的文章。
参照着可以轻松编译内核。
编译你自己的Linux内核(Kernel)
http://www.linuxfocus.org/ChineseGB/July2002/article252.shtml
编译核心 http://4lan.org/study-area/-http---www.study-area.org-linux-system-linux_kernel.htm
LINUX KERNEL 配置编译中文指南 http://www.linuxaid.com.cn/articles/3/4/343384495.shtml
http://www.linuxaid.com.cn/articles/2/3/233254520.shtml
http://www.linuxaid.com.cn/articles/4/2/429655023.shtml
http://www.linuxaid.com.cn/articles/1/0/1025363721.shtml
参照着可以轻松编译内核。
编译你自己的Linux内核(Kernel)
http://www.linuxfocus.org/ChineseGB/July2002/article252.shtml
编译核心 http://4lan.org/study-area/-http---www.study-area.org-linux-system-linux_kernel.htm
LINUX KERNEL 配置编译中文指南 http://www.linuxaid.com.cn/articles/3/4/343384495.shtml
http://www.linuxaid.com.cn/articles/2/3/233254520.shtml
http://www.linuxaid.com.cn/articles/4/2/429655023.shtml
http://www.linuxaid.com.cn/articles/1/0/1025363721.shtml