Ubuntu升级之后The disk drive for / is not ready yet or not present的解决方法

升级了下Ubuntu,启动失败,出现如下的提示:

The disk drive for / is not ready yet or not present

Google了下,总算找到了个解决办法,进入shell,获取管理员权限,命令如下:

1
2
mount -o remount,rw /
dpkg --configure -a
posted @ 2012-06-06 11:46  瑞尼书苑  阅读(1350)  评论(0)    收藏  举报