Crash during 12.04 upgrade, "Broken pipe", cannot boot

14,261

It happened to me also. I'm not sure what was the source of this as I did an upgrade, installed some apps and changed themes and icons. Deleting configuration folders from home folder solved my problem, so you should give it a try.

  1. Press CTRL+ALT+F1 key combination.
  2. Log in using TTY.
  3. Delete those folders: .config, .cache, .dbus, .gfvs, .local with rm -R command.

Example:

rm -R /home/user/.config

I'm not sure if all listed folders should be deleted, so you can try one by one. If it solve your problem and you'll able to log in, be prepared for tons of Apport windows ;)

Share:
14,261

Related videos on Youtube

HTsoi
Author by

HTsoi

Updated on September 18, 2022

Comments

  • HTsoi
    HTsoi over 1 year

    Now when I switch on the computer, only black screen with the following message shows up:

    "Could not write byte: broken pipe" ..... Starting network connection Stopping network connection (the above phrases repeat many times)

    Also something like:

    Stopping System V runlevel

    I cannot type on the screen. It doesn't proceed onto anything. Just hanging there.

    Please help! If there's anything I can do to enter and get my files.

    Thank you!

  • Malte
    Malte about 12 years
    After you completed all the steps you should do: sudo apt-get update and sudo apt-get upgrade .
  • xster
    xster over 11 years
    I had the same problem. My system just completely froze during normal use (I just pressed back in a menu in xbmc) and start lightdm just gets stuck on the above error message. This solved it! Thanks!