当前位置: 技术问答>linux和unix
为CentOS5.3重新编译内核时出现的问题
来源: 互联网 发布时间:2016-07-05
本文导语: 原本的内核是kernel-2.6.18.128,后来下了一个kernel-2.6.31.1并用它来重新编译,我的编译过程是这样的: 1.把新内核的压缩包解压到/usr/src/kernel_2.6.31.1 2.#make mrproper 3.#make menuconfig,修改必要的配置项并save成“.config”(...
原本的内核是kernel-2.6.18.128,后来下了一个kernel-2.6.31.1并用它来重新编译,我的编译过程是这样的:
1.把新内核的压缩包解压到/usr/src/kernel_2.6.31.1
2.#make mrproper
3.#make menuconfig,修改必要的配置项并save成“.config”(没有设置文件前缀名)
4.#make dep
5.#make clean
6.#make bzImage
7.#make modules
8.#make modules_install
9.#make install
10.#reboot(重启)
从网上看了一些方法,有的没有了4-6步。但无论有没有,重启时使用新内核的时候都打印以下错误提示然后死机:
Red Hat nash version 5.1.19.6 starting
insmod:error inserting '/lib/dm-region-hash.ko':-l File exists
mount:could not find filesystem '/dev/root'
setuproot:moving /dev failed:No such file or directory
setuproot:error mounting /proc:No such file or directory
setuproot:moving /sys failed:No such file or directory
switchroot:mounting failed:No such file or directory
kernel panic - not syncing Attempted to kill init!
1.把新内核的压缩包解压到/usr/src/kernel_2.6.31.1
2.#make mrproper
3.#make menuconfig,修改必要的配置项并save成“.config”(没有设置文件前缀名)
4.#make dep
5.#make clean
6.#make bzImage
7.#make modules
8.#make modules_install
9.#make install
10.#reboot(重启)
从网上看了一些方法,有的没有了4-6步。但无论有没有,重启时使用新内核的时候都打印以下错误提示然后死机:
Red Hat nash version 5.1.19.6 starting
insmod:error inserting '/lib/dm-region-hash.ko':-l File exists
mount:could not find filesystem '/dev/root'
setuproot:moving /dev failed:No such file or directory
setuproot:error mounting /proc:No such file or directory
setuproot:moving /sys failed:No such file or directory
switchroot:mounting failed:No such file or directory
kernel panic - not syncing Attempted to kill init!
|
kernel-2.6.18.128,
先到2.6.26
最后再考虑kernel-2.6.31.1
先到2.6.26
最后再考虑kernel-2.6.31.1
|
试试楼上说的 不过我从楼主的版本升到2.29没出现过错误
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。