很长一段时间以来,我都没有更新我的 Ubuntu 18.04。
今天我sudo apt update && sudo apt upgrade
在这之后跑了,我做sudo update-grub
了下面的结果。
pratap@i7-6550U:~$ sudo update-grub
Generating grub configuration file ...
Found theme: /boot/grub/themes/TestTheme/theme.txt
Found linux image: /boot/vmlinuz-4.15.0-42-generic
Found initrd image: /boot/initrd.img-4.15.0-42-generic
Found linux image: /boot/vmlinuz-4.15.0-34-generic
Found initrd image: /boot/initrd.img-4.15.0-34-generic
Found Windows Boot Manager on /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi
Found Ubuntu 18.04.1 LTS (18.04) on /dev/sda10
Found Ubuntu 18.10 (18.10) on /dev/sda8
Adding boot menu entry for EFI firmware configuration
done
pratap@i7-6550U:~$
我发现 4.15.0-42 更高,而 34 离 42 很远,
我想保留 41 作为 42 旁边的次要选择。
在我的情况下是否可以安装它来代替 34?
您可以删除旧内核
要安装另一个内核(例如 4.15.0-39),请运行
请注意,此软件包将被标记为手动安装,因此它们不会被删除
sudo apt autoremove
。您可以将它们标记为自动安装您可能想检查
Synaptic
哪些内核版本可用。您还可以使用该命令apt list linux-headers-*-generic
查看可用的内核版本:对我来说 4.15.0-39 版仍然是官方存储库中的最新版本,我不知道你从哪里得到 4.15.0-42 版,可能你已经提议在
Software Updater
.