跳到主內容

【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