删去重复的两行,不然启动会echo这个错误!
重新打包镜像
[root@localhost newinitrd]# find . | cpio -c -o > ../initrd-2.6.37.2_new.img
11260 blocks
然后把新的镜像文件移动到/boot
[root@localhost newinitrd]# mv ../initrd-2.6.37.2_new.img /boot
修改/boot/grub/grub.conf
5.重新启动
#reboot
删去重复的两行,不然启动会echo这个错误!
重新打包镜像
[root@localhost newinitrd]# find . | cpio -c -o > ../initrd-2.6.37.2_new.img
11260 blocks
然后把新的镜像文件移动到/boot
[root@localhost newinitrd]# mv ../initrd-2.6.37.2_new.img /boot
修改/boot/grub/grub.conf
5.重新启动
#reboot