Não é possível inicializar no novo kernel

0

Eu atualizei meu kernel via apt-get , mas meu Ubuntu 16.04 não inicializa nele. uname -r4.8.0-36-generic . sudo update-grub

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.8.0-36-generic
Found initrd image: /boot/initrd.img-4.8.0-36-generic
Found linux image: /boot/vmlinuz-4.4.0-98-generic
Found initrd image: /boot/initrd.img-4.4.0-98-generic
Found linux image: /boot/vmlinuz-4.4.0-97-generic
Found initrd image: /boot/initrd.img-4.4.0-97-generic
Adding boot menu entry for EFI firmware configuration
done

Mas sudo apt-get upgrade

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  linux-gcp-tools-4.10.0-1007 linux-headers-4.10.0-37
  linux-headers-4.10.0-37-generic linux-headers-4.4.0-97
  linux-headers-4.4.0-97-generic linux-image-4.4.0-97-generic
  linux-image-extra-4.4.0-97-generic linux-signed-image-4.4.0-97-generic
  linux-tools-4.10.0-1007-gcp
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Os novos kernels parecem estar instalados, mas o grub não o encontra?

Alguma idéia?

    
por t.rathjen 31.10.2017 / 11:14

1 resposta

1

Reinstalar manualmente o kernel mais recente via sudo apt install linux-generic-hwe-16.04 , como é recomendado em kernel-4-10-in-ubuntu-16-04-3-update resolveu o problema.

    
por t.rathjen 31.10.2017 / 11:56