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

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

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

1
2
mount -o remount,rw /
dpkg --configure -a

相关文章: