-1

I have installed ubuntu from a 'power iso' application on my windows 7 laptop. I recently updated my ubuntu version from 13.10 to 14.04...after all the downloading was done i was finally asked to restart the computer and on restarting it i got this message "serious errors were found while checking the disk drive for /"..press i to ignore,s to skip ,m for manual recovery.

I just pressed 'i' and then i got the message "the disk drivers for /tmp are not ready yet or are not present" press s to skip and m for manual recovery.

I am not getting what to do.please help me in this regard.i am a new user of ubuntu so kindly cooperate.

1 Answers1

1

Note: I am not a Linux expert and I would appreciate if someone more knowledgeable could weigh in and confirm this is a safe temporary solution.
Also, here is the source -- all credit goes to the guys that figured this out.

You could try this
There is one more thing that seems to work. Apparently you can manually edit your GRUB file like this:

gksudo gedit /boot/grub/grub.cfg

Now find the line similar to this (search for the highlighted part):

linux /boot/vmlinuz-3.13.0-24-generic root=UUID=[bunch-of-numbers] loop=/ubuntu/disks/root.disk ro rootflags=sync quiet splash

Change the ro to rw (as in - instead of mounting as read-only, mount for read-write), save and reboot.

This file is actually auto-generated, but this solution has been working for me for the past few days without any issues (I am also dual-booting with Windows 8 -- no problems there either).

And one more link that could be of interest -- someone who seems to be experiencing this issue filed an official bug report. There is no response yet, but the bug has been "confirmed" and perhaps there will be some useful information posted here soon.

Source for this above quote.
Google is a powerful tool please use it to its max potential.

SamFlynn
  • 1,015
  • Yea it did work indeed.At first when i tried it manually by typing the command mentioned above,it didn't work giving me the error "gksudo package is not installed",but then i just tried booting it once again and wen i was asked to choose between different ubuntu options,i chose the 'e=edit commands' and therein i found the 'ro' flag being set.Resetting it to 'rw' and rebooting the system solved my problem.There is absolutely no loss of data throughout the process. – Neelam Jogalekar Jul 02 '15 at 15:26
  • Great man! @NeelamJogalekar please close the question by accepting as a answer! thanks. – SamFlynn Jul 05 '15 at 03:06