Page 1 of 7 123 ... LastLast
Results 1 to 10 of 62

Thread: Interrupted update to 11.10, now computer wont boot. fix?

  1. #1
    Join Date
    Sep 2011
    Beans
    51

    Exclamation Interrupted update to 11.10, now computer wont boot. fix?

    Hi all,



    I started the download and upgrade to 11.10 from 11.04 on root account then I went to a guest account to continue my work/play/whatever while the root account installed the packages I logged out of the guest account later, and the computer didnt respond so I did a hard reset(which was pretty stupid but the computer wasn't responding) and then when I boot, a splash screen of "UBUNTU 11.04" appeared and there was a bit at the bottom about not being able to mount a network or something like that. It went along the lines of "Press S to skip boot or Press M to manually configure". And it would never do anything except sit there. So can anyone help me out? Thank You!

  2. #2
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    Try pressing 'Skip' (S), which is often caused by an entry error in /etc/fstab. If the system can run without mounting the errant partition entry, it may boot and allow you to correct fstab (note the error before you press S).

    You can also try booting to the Recovery mode and see if there is an option to fix broken packages. Run that, if it is an option, and then resume the boot.

    The next thing I'd try would probably be to accomplish an fsck check on the Ubuntu partition. Do this from a LiveCD (the partition must be unmounted). Substitute the correct drive/partition values for X,Y:

    Code:
    sudo unmount /dev/sdXY  # Just to ensure it's not mounted
    sudo e2fsck -fyv /dev/sdXY
    Reboot. It's very possible the problem is with mixed apps from the two releases, but this may clear things up if the installation either didn't get very far or came close to completing.
    Back to Xorg...

    Retired.

  3. #3
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    I tried booting the computer again, but now all my monitor does is freak out and flash between "Cannot display this video mode" and going idle

  4. #4
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    See, "Cannot display this video mode" happens everytime I start the computer up, but it goes to the login screen soon after. This time, after a quiet period of "Cannot display this video mode", I see the little round loading circle of Ubuntu and it starts freaking out

  5. #5
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    Have you tried logging into Recovery mode and select Fix Broken Packages?

  6. #6
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    That screen doesnt even pop up anymore. My monitor just flashes and spazzes out

  7. #7
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    That would be a problem. Do you have multiple kernel entries in your grub screen? If so try an alternate kernel.

  8. #8
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    Oh I can boot into a rescue CD. But I dont really know what to do while in the session

  9. #9
    Join Date
    Sep 2011
    Beans
    51

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    <deleted>
    Last edited by PFactorial; October 25th, 2011 at 12:04 AM.

  10. #10
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Interrupted update to 11.10, now computer wont boot. fix?

    Here's a chunk of mine, maybe it will help you construct a new one.
    Code:
    # / was on /dev/sda1 during installation
    UUID=11a2b514-dc28-4d48-a533-ae3821a6507b /               ext4    relatime,errors=remount-ro 0       1

Page 1 of 7 123 ... LastLast

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
  •