|
发表于 2010-2-8 21:54:35
|
显示全部楼层
Post by csw135;2068089
我在修改过grub.cfg之后准备重
启,但这时机子等了很久都不重
启,于是我就强制关机。但我一
开机我就蒙了,那不是我熟悉的
引导菜单,而是以下内容:
[ Minimal BASH-like line editing is
supported. For the first word, TAB
lists possible command completions.
Anywhere else TAB list posible
device/file completions. ]
sh:grub>
请教高手该怎么解决? grub 1.97.....9.10吗.......老实说grub2是个十分强大好用的东东...
确定没有格式化装grub基本文件的那个分区。。。
手动进入试试,例如root (hd0,3)
linux /boot/vmlinuz-xxx root=/dev/sda3
initrd /boot/initrd-xx
boot
如果提示没有linux命令。。。。。试试insmod
实例:
insmod (hd0,3)/boot/grub/_linux.mod
ls (hd0,3)/boot/grub/
可以显示mod文件.....
相信你捣鼓一会儿就明白怎么回事了。。。。 |
|