【Proxmox】Fatal glibc error: CPU does not support x86-64-v2

https://foxi.buduanwang.vip/linux/2168.html/

rhel9 開始需要CPU支持SSE4.2,SSSE3參考

為x86-64-v2 微架構級別構建紅帽企業Linux 9 |紅帽開發人員(redhat.com)

Proxmox VE上默認的kvm64並沒有相應的指令集,所以會發生內核崩潰。

修改集群CPU文件/etc/pve/virtual-guest/cpu-models.conf

cpu-model: rhel9
  flags +ssse3;+sse4_1;+sse4_2;+popcnt
  phys-bits host
  hidden 0
  hv-vendor-id proxmox
  reported-model kvm64

將CPU模型改成rhel9

image-1682488296710.png


修訂版本 #2
由 treeman 建立於 2023-04-26 05:47:56 CST
由 treeman 更新於 2023-05-05 02:14:59 CST