Results 1 to 7 of 7

Thread: Updated with update manager and system is not booting now

  1. #1
    Join Date
    Aug 2012
    Beans
    6

    Updated with update manager and system is not booting now

    Ok, my first post in ubuntuforums.

    Yesterday I did an update for my Ubuntu 12.04 'Precise Pangolin'. I've noticed also that a new kernel was added to boot. The generic-page-3.something.27.

    The issue is that my system is not booting now. It just feezes at the splash screen. The mouse pointer loads, and after a few seconds everything freezes up.

    I tried to access the GRUB menu by pressing Shift and could. Then selected and entered to recovery mode. At recovery mode the system loads with no support for the graphical rendering.

    I have deleted the last kernel from the system and now the generic-pae 3.something.25 is the highest version. But still the system is freezing when botting.

    Has anyone experienced something like this. Any solution to this issue?

    I'd appreciate your responses.

    Mark.

  2. #2
    Join Date
    Jan 2007
    Beans
    22
    Distro
    Ubuntu 6.10 Edgy

    Re: Updated with update manager and system is not booting now

    I have had a similar but not identical experience. Yesterday I updated an old 12.04 system and a relatively fresh 12.04 system with aptitude upgrade, noting the new .27 version kernel installed in each. By "old" I just mean it started out as 8.04 or something and has been upgraded to 12.04 over the years since, while the other system was installed around May. I rebooted the old system without incident, but this morning when I went to reboot the recent system, I get:

    error: Cannot read the linux header.
    error: You need to load the kernel first.
    Press any key to continue...

    and then it returns to the grub menu. Kernel .26 gives the same error, though I normally boot after each kernel upgrade and don't remember a problem booting last time. Kernel .25 is able to boot successfully.
    Last edited by jenks; August 2nd, 2012 at 03:48 PM.

  3. #3
    Join Date
    Dec 2005
    Location
    Washington
    Beans
    Hidden!
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Updated with update manager and system is not booting now

    Quote Originally Posted by markskayff View Post
    Ok, my first post in ubuntuforums.

    The issue is that my system is not booting now. It just feezes at the splash screen. The mouse pointer loads, and after a few seconds everything freezes up.


    Mark.
    Can you make it to the login screen? If so, try loging in under fail safe mode?

    If it loads, open your terminal and type

    Code:
    sudo apt-get update
    then
    Code:
    sudo apt-get upgrade
    Questin: Did you download any graphic drivers? If yes and assuming you can log in under fail safe mode type this and paste it back here.

    Code:
    -nnk | grep -iA2 vga

  4. #4
    Join Date
    Jan 2007
    Beans
    22
    Distro
    Ubuntu 6.10 Edgy

    Re: Updated with update manager and system is not booting now

    I tried upgrading to the latest packages again on the recent system, but the six non-kernel packages upgraded had no effect. I also ran:

    sudo dpkg-reconfigure grub-pc

    keeping the suggested defaults, but still can only boot to the 3.2.0-25 kernel.

    Other differences between my working and problematic system are that the former is dual boot while the latter is single boot, and the former is on hardware only a few years old while the latter is a pentium III.

    EDIT:

    I found a thread of a very similar problem from May:

    http://ubuntuforums.org/showthread.php?t=1767541

    The solution there was to move the /boot directory into its own partition near the beginning of the disk to overcome the limitation of the BIOS in being unable to read past 128 GB on that old system. Since I too am running an old system with a large (300 GB) drive, I will try moving the drive to a more recent system and see if that resolves the booting problem.
    Last edited by jenks; August 2nd, 2012 at 05:42 PM.

  5. #5
    Join Date
    Aug 2012
    Beans
    6

    Re: Updated with update manager and system is not booting now

    Hi RobtyGart. Thanks for your input.

    I´ll be trying that.

    Yes, indeed I entered GRUB by pressing SHIFT and accessed through fail safe mode. Then the system could pass the boot and loaded. I then added "nomodeset" next to "quite splash" at the etc/default/grub file and updated grub and it seems to work again, but with no graphic backup when booting (some odd symbols and a gross display shows).

    It looks like´s something with the video system.

    I´m always reluctact to update a system that´s running ok. But the other day the update window appeared for the 20th time and showed some 150MB of updates and I say, well maybe it´s time. And for what? To get a non working system.

    I´ll check what you say here, cause I want the good and smooth black, purple, screen with good graphics when the system is booting.

    Otherwise I´ll be doing a clean install with the Kernel 3.something..23 which was the first for 12.04 I´ve seen and working good.

  6. #6
    Join Date
    Aug 2012
    Beans
    6

    Re: Updated with update manager and system is not booting now

    Questin: Did you download any graphic drivers? If yes and assuming you can log in under fail safe mode type this and paste it back here.

    Code:
    -nnk | grep -iA2 vga

    In regards this, no I did not download any graphical driver. I´ll connect later with my ubuntu laptop and check the output for the nnk command.

  7. #7
    Join Date
    Aug 2012
    Beans
    6

    Smile Re: Updated with update manager and system is not booting now

    Hi RobtyGart.

    You know, it worked. I did:

    sudo apt-get update and then

    sudo apt-get upgrade

    then removed the nomodoset next to quite splash in the grub file ... rebooted and everything back to normal.

    I wonder what was the effect of the apt-get update and next into my system ... but finally worked!

    Thanks man for you input. You have one medal from me.

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
  •