1.閒來無事,想升級下centos的內核。升級方法就很少講了。centos
http://os.51cto.com/art/201107/274905.htm 按照這篇文章操做的ide
2.升級完後,重啓系統,發現系統沒法啓動,具體緣由是系統沒法掛載文件系統。spa
3.在網上找了下資料,緣由出在了initrd是舊版本mkinitrd生成的。htm
因此致使文件系統沒法正常掛載ci
4.解決方法就是加入對舊版sysfs路徑的支持,方法以下:get
a.經過make menuconfig選中如下對應的選項it
General setup -->io
enable deprecated sysfs features to support old userspace tools編譯
5.在這個前面加上* 是系統能支持。class
6.而後我對內核文件進行了從新編譯。
7.重啓後成功加載文件系統,並使用了新的內核。
一下是系統報錯內容,有些出入,能夠參考:
Volume group "VolGroup00" not found
Unalbe to access resume device (/dev/VolGroup00/LogVol00)
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:error mounting /sys: No such file or directory
switchroot: mount failed: No such file or directory
Kernel panic - not syncing:Attempted to kill init!