Results 1 to 2 of 2

Thread: crashed upgrade has smashed my system

  1. #1
    Join Date
    Sep 2005
    Beans
    319

    crashed upgrade has smashed my system

    After googling, I've done this from a 9.10 XUbuntu live CD.

    # mkdir /media/sda
    # mount /dev/sda5 /media/sda

    Verify that the contents of /media/sda are the root of the old system. See /dev and /proc and /home

    # chroot /media/sda

    Now

    # apt-get dist-upgrade

    Chug chug - fail

    Following the prompt, I go

    #apt-get -f install

    Chug chug - fail


    # apt-get --fix-broken

    Blip - fail

    The system keeps asking me "Is /proc mounted?" And well yes it seems to me that is because I see the directory but I see also that it is empty. Is this the problem? Maybe I should link /media/sda/proc to /proc?

    Can anyone explain this?

  2. #2
    Join Date
    Sep 2005
    Beans
    319

    Re: crashed upgrade has smashed my system

    I think what's happened is that /proc is not populated because it is not the /proc directory from startup. So how do I point the chroot /proc at the physical /proc populated, probably, at startup.

    Oh wait - this looks useful


    http://ubuntuforums.org/archive/inde...t-1156240.html

    I'll check it out tonight and get back. Looks like the instructions for chroot I read were over-brief.
    Last edited by holiday; December 8th, 2009 at 03:10 PM. Reason: Found possible solution

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
  •