Linux内核编译 make install 问题

我在编译Linux2.6.29.6内核,前面的步骤都正常。在最后make install出现如下情况:
[root@localhost linux-2.6.29.6]# make install
sh /usr/src/linux-2.6.29.6/arch/x86/boot/install.sh 2.6.29.6 arch/x86/boot/bzImage System.map "/boot"
Modulefile is /etc/modprobe.conf
File descriptor 11 (socket:[13847]) leaked on lvm.static invocation. Parent PID 5503: /bin/bash
File descriptor 12 (socket:[13849]) leaked on lvm.static invocation. Parent PID 5503: /bin/bash
File descriptor 13 (socket:[13867]) leaked on lvm.static invocation. Parent PID 5503: /bin/bash
[root@localhost linux-2.6.29.6]#

不知道这样正常不?
但是新编译的内核已经能够启动了。

没事儿,只不过在make install的时候没有自动更新你LVM分区上的文件描述符,这种情况重启一下就自动更新了,不用担心。
温馨提示:答案为网友推荐,仅供参考
第1个回答  2011-06-23
编译linux内核不用make install的,你直接去相应的目录拿内核文件就是了啊。
第2个回答  2011-06-24
已经是正常的了。
第3个回答  2011-06-20
正常的。
相似回答