Results 1 to 8 of 8

Thread: After upgrade to 8.04, no entry in Grub for new kernel

  1. #1
    Join Date
    Jun 2007
    Location
    Madrid, Spain
    Beans
    44
    Distro
    Ubuntu 11.04 Natty Narwhal

    After upgrade to 8.04, no entry in Grub for new kernel

    I have upgraded my Dell LS400 laptop from 7.10 to 8.04. Upgrade completed successfully.
    However, there is no Grub entry for the new kernel and the system boots into the 7.10 kernel (2.6.22.14-generic).

    When I type into terminal:

    lsb_release -a

    I get Ubuntu 8.04, Hardy.

    When I type:

    uname -r

    I get 2.6.22.14-generic

    However,when I type:

    sudo update-grub

    I get:

    "Found kernel: /boot/vmlinuz-2.6.24-19-generic
    Found kernel: /boot/vmlinuz-2.6.22-14-generic
    Found kernel: /boot/memtest86+.bin
    Updating /boot/grub/menu.lst ...done"

    So apparently, the new kernel has been found, yet Grub fails to update.

    Can anyone help me edit grub manually, or any other way for grub to "see" the 8.04 kernel and boot into it?

    By the way, System Monitor shows Ubuntu 8.04 and everything has been upgraded (OpenOffice, Firefox, etc) and works with the 7.10 kernel (??). With a few problems (microphone does not work, fonts in system Monitor, Terminal, etc are virtually unreadable, etc).

  2. #2
    Join Date
    Mar 2007
    Location
    Here & Now
    Beans
    16,549
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: After upgrade to 8.04, no entry in Grub for new kernel

    Delete.
    Last edited by Pumalite; June 29th, 2008 at 09:28 PM.

    Dr. Fernando Duran Dollenz
    Libertad 584
    6824871

  3. #3
    Join Date
    Jun 2007
    Location
    Madrid, Spain
    Beans
    44
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: After upgrade to 8.04, no entry in Grub for new kernel

    Wow, that's a really explicit and helpful response.

    Anyway, searching countless other posts, I did solve the grub entry problem by reinstalling 2.6.24-19-generic kernel with Synaptic and choosing the option to replace grub entries with developers choice.

    However, still no microphone (internal or external) and lousy unreadable fonts in System Monitor, Terminal, etc.

    Everything else seems to work fine an system is faster thn with Gutsy.

  4. #4
    Join Date
    Mar 2007
    Location
    /US/EC/DC
    Beans
    Hidden!

    Re: After upgrade to 8.04, no entry in Grub for new kernel

    You could have also written the entry to menu.lst for yourself.

    All you really needed to do is copy/paste the entry for the 2.6.22* kernel into said menu.lst and update the locations of the new vmlinuz and initrd.

    Also, there doesn't seem to be a way to delete one's post on here, so I'm sure Pumalite didn't mean it the way it came across...
    Last edited by SkonesMickLoud; June 30th, 2008 at 08:51 PM.

  5. #5
    Join Date
    Apr 2007
    Beans
    57

    Lightbulb Re: After upgrade to 8.04, no entry in Grub for new kernel

    Jored:
    I suggest to back up and make a fresh new install
    This could prevent headaches

  6. #6
    Join Date
    Jan 2008
    Beans
    Hidden!

    Re: After upgrade to 8.04, no entry in Grub for new kernel

    Quote Originally Posted by Licurgo View Post
    Jored:
    I suggest to back up and make a fresh new install
    This could prevent headaches
    What? This Linux is no Windows.


    Jored
    type in terminal
    Code:
    cat /boot/grub/menu.lst
    and paste the output of the forum.

  7. #7
    Join Date
    Apr 2007
    Beans
    57

    Talking Re: After upgrade to 8.04, no entry in Grub for new kernel

    Polmir:

    What? This Linux is no Windows.
    I feel you don't understand
    Back up the information, the settings of mozilla, and evolution and make a fresh new install.

  8. #8
    Join Date
    Jan 2008
    Beans
    Hidden!

    Re: After upgrade to 8.04, no entry in Grub for new kernel

    ...a fresh new install.
    Why new installation?

    We need information about installed in the system kernels.
    Code:
    dpkg -l | grep $(uname -r)
    And the contents of the file
    Code:
    cat /boot/grub/menu.lst

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
  •