New Kernel missing

Asked by Juan Ygnacio López Hernández

Hello.
I remember that Ubuntu asked me to update kernel. I did it, but there is no update in BRUG at all.
Are there some step that I have to follow in order to see the new kernel in the list of BRUG options?
I remember with the old GRUB it was automatic in the list of starting options.
Regards.
Juan

Question information

Language:
English Edit question
Status:
Solved
For:
burg Edit question
Assignee:
No assignee Edit question
Solved by:
Juan Ygnacio López Hernández
Solved:
Last query:
Last reply:
Revision history for this message
Juan Ygnacio López Hernández (cubarro) said :
#1

The actual kernel I am using is:
$ uname -r
2.6.32-22-generic

I think the new should be 2.6.32-23, is it correct?

Regards
Juan

Revision history for this message
arjun (arjunak01) said :
#2

have you tried running "sudo update-grub" the new kernal is 24 and not 23

Revision history for this message
Juan Ygnacio López Hernández (cubarro) said :
#3

Hi, arjun.

The output of the command that you sent me was:

Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-23-generic
Found initrd image: /boot/initrd.img-2.6.32-23-generic
Found linux image: /boot/vmlinuz-2.6.32-22-generic
Found initrd image: /boot/initrd.img-2.6.32-22-generic
Found memtest86+ image: /boot/memtest86+.bin

After restarting the system I found only 2.6.32-22.

I did it twice with the same result.

Regards.
Juan

Revision history for this message
arjun (arjunak01) said :
#4

reinstalll grub and try again. run "sudo grub-install /dev/sda" and then "sudo update-grub"

Revision history for this message
bean (bean123ch) said :
#5

You should use "sudo update-burg" to update kernel list. To run this command automatically after kernel update, modify /etc/kernel-img.conf, change update-grub to update-burg.

Revision history for this message
Juan Ygnacio López Hernández (cubarro) said :
#6

Hi bean and arjun.

I did the followieng commands:
sudo grub-install /dev/sda
sudo update-grub
sudo burg-emu -D
sudo apt-get update burg
answered: sudo: update-burg: command not found

sudo reboot

No burg. Only burg with the 2 kernels.

Un installed burg. And after:

sudo dpkg --configure -a
udo apt-get install burg

sudo apt-get install burg

Now I see both kernels with brug!

Thank you very much.