pve降级kernel版本

发布时间:2024年05月26日 阅读:3096 次

其实也不是必须用 6.1,降级到一个你认为稳定的也可以(我是不推荐 5.13 和 6.2),比如 5.15 和 5.19,但是我测试 6.1 是稳定的而且较新的 LTS

然后就是注意别装成 Debian 原版内核了,我们要装的是 Proxmox VE 修改的内核

除了内核本体外还建议装下 kernel header

apt install pve-kernel-6.1 pve-header-6.1


然后就可以使用自带的 proxmox-boot-tool 调内核优先级了

proxmox-boot-tool kernel list


Manually selected kernels:
None.

Automatically selected kernels:
6.1.10-1-pve
6.2.16-3-pve


将 6.1 内核优先级调最高,以我现在的 6.1.10-1 为例:


proxmox-boot-tool kernel pin 6.1.10-1-pve


Setting '6.1.10-1-pve' as grub default entry and running update-grub.
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.2.16-3-pve
Found initrd image: /boot/initrd.img-6.2.16-3-pve
Found linux image: /boot/vmlinuz-6.1.10-1-pve
Found initrd image: /boot/initrd.img-6.1.10-1-pve
Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
Adding boot menu entry for UEFI Firmware Settings ...
done

Manually selected kernels:
None.

Automatically selected kernels:
6.1.10-1-pve
6.2.16-3-pve

Pinned kernel:
6.1.10-1-pve

重启就 OK 了

Tag:
相关文章
发表评论

发表评论: