|
|
当我在安装kernel的时候,断电后重启,下面是我的恢复步骤:
1:export LFS=/mnt/lfs
2:mkdir -pv $LFS
3:mount -v -t ext3 /dev/hda1 $LFS
4:chroot........
然后进入lfs系统,接着编译kernel,编译完成后,安装引导程序grub的时候,当做到
grub > root(hd0,0)
出现提示:
GNU GRUB version 0.97 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub> root (hd0,0)
Error 21: Selected disk does not exist
请问,我该如何做这步,我按照youbest的恢复方法,也不行,希望大家不吝指教! |
|