|

楼主 |
发表于 2010-6-22 16:42:33
|
显示全部楼层
我找到错误了。。不知道怎么的我的/DEV/CONSOLE是一个链接,链接地址不存在了。所以提示出错,现在可以进入系统了。但是现在有一个新的问题出来了,我的GRUB2 好像不可以使用自动探测了比如 grub-install /dev/sdb 就会报错。下面是错误内容:
sudo grub-install /dev/sdb --modules=lvm,ext2,ext4,fat,vbe
/sbin/grub-probe: error: cannot find a device for /boot/grub (is /dev mounted?).
No path or device is specified.
Try `/sbin/grub-probe --help' for more information.
No path or device is specified.
Try `/sbin/grub-probe --help' for more information.
No path or device is specified.
Try `/sbin/grub-probe --help' for more information.
No path or device is specified.
Try `/sbin/grub-probe --help' for more information.
You attempted a cross-disk install, but the filesystem containing /boot/grub does not support UUIDs. |
|