我总是通过dist-upgrade升级包,包括内核。最近,我发现当前的内核版本是4.4.0-34-泛型,这是旧的。上次升级内核的时候,是4.4.0-79。我在GRUB自定义程序中检查了列表:

如图中所示,列出了新的内核。但是,当我在启动时按Shift按钮进入grub菜单时,它们就不会显示出来。
我甚至特别地运行了命令uname -r,它显示:
4.4.0-34-generic我还运行了sudo update-grub,它显示:
Searching for GRUB installation directory... found: /boot/grub
Searching for default file... found: /boot/grub/default
Testing for an existing GRUB menu.lst file... /boot/grub/menu.lst
Searching for splash image... none found, skipping...
Found kernel: /boot/vmlinuz-4.4.0-79-generic
Found kernel: /boot/vmlinuz-4.4.0-78-generic
Found kernel: /boot/vmlinuz-4.4.0-72-generic
Found kernel: /boot/vmlinuz-4.4.0-34-generic
Found kernel: /boot/memtest86+.bin
Found kernel: /boot/vmlinuz-4.4.0-79-generic
Found kernel: /boot/vmlinuz-4.4.0-78-generic
Found kernel: /boot/vmlinuz-4.4.0-72-generic
Found kernel: /boot/vmlinuz-4.4.0-34-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst .. done我查看了/boot/grub/grub.cfg,没有新的内核,只有4.4.0-34。Ubuntu的版本是16.04.2LTS amd64。我想升级内核,因为我的计算机在登录后2-3分钟停止响应。我应该以正确的方式升级内核吗?我对它的升级做错了什么?
发布于 2017-06-12 12:20:30
我解决了问题。原来我的grub版本是0.97,这是相当古老的。我把它升级了,一切都好了
https://askubuntu.com/questions/924562
复制相似问题