我按照命令这个问题将我的 Ubuntu 内核升级到 3.5
我输入命令并在安装后重新启动:
sudo apt-get install linux-image-generic-lts-quantal
重启后,我发现内核仍然是3.2.0。
之后,我尝试了apt-cache search linux-image-3.5.0
和sudo apt-get install linux-image-3.5.0-37-generic
。消息显示不需要进行新的安装。
供您参考,这是我的笔记本电脑规格:
- 华硕 A53S 配备英特尔® 酷睿™ i7 CPU 2670QM @ 2.2GHz
- 8GB 内存
- NVIDIA GeForce GT630M
我不确定是否可以通过安装 debs 进行升级,还有建议吗?
编辑:
我试过了sudo update-grub
,但仍然无法在我的 grub 菜单中看到 Ubuntu 3.5.0-37。我还检查了 Ubuntu 的 grub 高级选项,3.2.0-49 和 3.5.0-36 和 3.5.0-37 不存在。
rosfuerte@rosfuerte-K53SM:~$ sudo update-grub
[sudo] password for rosfuerte:
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.0-37-generic
Found initrd image: /boot/initrd.img-3.5.0-37-generic
Found linux image: /boot/vmlinuz-3.5.0-36-generic
Found initrd image: /boot/initrd.img-3.5.0-36-generic
Found linux image: /boot/vmlinuz-3.2.0-49-generic
Found initrd image: /boot/initrd.img-3.2.0-49-generic
Found linux image: /boot/vmlinuz-3.2.0-41-generic
Found initrd image: /boot/initrd.img-3.2.0-41-generic
Found linux image: /boot/vmlinuz-3.2.0-35-generic
Found initrd image: /boot/initrd.img-3.2.0-35-generic
Found linux image: /boot/vmlinuz-3.2.0-32-generic
Found initrd image: /boot/initrd.img-3.2.0-32-generic
Found linux image: /boot/vmlinuz-3.2.0-31-generic
Found initrd image: /boot/initrd.img-3.2.0-31-generic
Found linux image: /boot/vmlinuz-3.2.0-30-generic
Found initrd image: /boot/initrd.img-3.2.0-30-generic
Found linux image: /boot/vmlinuz-3.2.0-29-generic
Found initrd image: /boot/initrd.img-3.2.0-29-generic
Found linux image: /boot/vmlinuz-3.2.0-23-generic
Found initrd image: /boot/initrd.img-3.2.0-23-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
Found Ubuntu 13.04 (13.04) on /dev/sda5
done
rosfuerte@rosfuerte-K53SM:~$
答案1
尝试更新 grub
sudo update-grub
编辑:您尝试过重新安装吗?
sudo apt-get install --reinstall linux-image-generic-lts-quantal
grub-mkconfig -o /boot/grub/grub.cfg
我在 Google 上搜索,发现两个操作系统可能会导致此问题,因此如果 ubuntu 12.04 不是你的默认操作系统,请将你的默认操作系统更改为 ubuntu 12.04。