Results 1 to 3 of 3

Thread: power failure during upgrade: root filesystem check failed

  1. #1
    Join Date
    Dec 2010
    Location
    Torino
    Beans
    101

    [solved]power failure during upgrade: root filesystem check failed

    Hello,

    I was uprgading my 10.04 to 11.04 on my laptop; I was sure this was plugged in, while it actually wasn't: of course the power ran out during the upgrade process and therefore interrupted it. Now whenever I try to boot the system an error tells me that "Root filesystem check failed" and all I can do is use the shell (not the dpkg process that fails because of the apparently read-only nature of the filesystem).
    I tried to look into my /home folder and everything seems to be still there, which is what I cared the most about; now I was wondering if there is a better and safer way to continue the upgrade than formatting the non-home partitions and re-install the operating system from zero, losing all the previously installed applications and their configurations.

    Thanks in advance for any suggestion
    Last edited by sowdust; September 27th, 2011 at 02:41 PM. Reason: solved

  2. #2
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: power failure during upgrade: root filesystem check failed

    Dont miss anything even it is small. one small pin is enough to bring down a man.


  3. #3
    Join Date
    Dec 2010
    Location
    Torino
    Beans
    101

    Re: power failure during upgrade: root filesystem check failed

    thank you very much for the suggestion!
    this method worked fine:

    Code:
    # mount -o remount,rw /
    # dpkg --configure -a
    # mount -o remount,ro /
    # sync
    # reboot

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •