Chinaunix首页 | 论坛 | 博客
  • 博客访问: 244265
  • 博文数量: 32
  • 博客积分: 557
  • 博客等级: 中士
  • 技术积分: 431
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-20 23:05
文章分类

全部博文(32)

文章存档

2015年(4)

2014年(2)

2012年(4)

2011年(22)

分类: LINUX

2012-01-18 10:59:46

The disk drive for / is not ready yet or not present
I upgraded my computer from Ubuntu 10.10 to 11.04 and now the OS doesn't boot correctly. I keep getting the same error msg after selecting Ubuntu from the grub: 'The disk drive for / is not ready yet or not present.' 

Underneath that line is the other msg: 'Continue to wait; press S to skip or M for manual recovery.'

I tried them both and if i press S then it gives another err msg: 'The disk drive for /tmp is not ready or not present' ; 'Continue to wait; or press S to skip or M for manual recovery'

now if i press S then it shows a black screen with this msg:

Code:
mountall: Plymouth command failed mountall: Disconnected from Plymouth
How do i recover my system now... I don't want to reinstall the whole of ubuntu 11.04 but i just want the old system back or Ubuntu 11.04 back in working order. I f i continue to wait nothing happens except the screen goes black. I know theres a way through the command line but how?

Thanks for all your help!


Re: The disk drive for / is not ready yet or not present
It could be several things, but maybe the problem is due to the update didn't finished properly. If it is your case, try the following:

Press 'M' when asked to try to solve the problem manually.

In the console write the following, to remount / disk in Read&Write

mount -n -o remount,rw /

To finish the upgrade write

dpkg --configure -a

It could take several minutes.

Then reboot. 

Let me know if it works out

FROM: 

PS: 如果挂载时提示已挂载,而之后执行dpkg时提示文件系统只读,则可以先卸载根目录,然后重新执行挂载命令。

阅读(5120) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~