1、系统启动需要的文件
/boot/grub/grub.conf /etc/inittab /etc/rc.d/rc.sysinit
/etc/rc.d/rc /etc/rc.d/rc?.d
/etc/rc.d/rc.local
/etc/fstab
grub.conf 文件错误的拯救方式:
grub>root (hd0,0)
grub> kernel /kernel2.6.18-8.el5 ro root=LABEL=/ (root=/dev/VolGroup00/LogVol00) 系统其他目录的挂载点此文件根据启动是来确定,或者看/etc/fstab文件 如:/etc /lib /dev 等
grub> initrd /initrd-2.6.18-8.el5.img (initrd-2.6.18-8.el5.img是一个gz的压缩包)
grub> boot
2、解开 文件initrd-2.6.18-8.el5.img
首先initrd-2.6.18-8.el5.img 改名为initrd-2.6.18-8.el5.gz 然后运行gunzip initrd-2.6.18-8.el5.gz 解压缩为initrd-2.6.18-8.el5,用file命令查看initrd-2.6.18-8.el5,为cpio压缩文件,用cpio -idvm < initrd-2.6.18-8.el5
[root@aly cpiotest]# ll
相关广告