# VM相關

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

[https://foxi.buduanwang.vip/linux/2168.html/](https://foxi.buduanwang.vip/linux/2168.html/)

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

[為x86-64-v2 微架構級別構建紅帽企業Linux 9 |紅帽開發人員(redhat.com)](https://developers.redhat.com/blog/2021/01/05/building-red-hat-enterprise-linux-9-for-the-x86-64-v2-microarchitecture-level)

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](https://bookstack.treemanou.com/uploads/images/gallery/2023-04/scaled-1680-/ssrnP7WbEl80mqPp-image-1682488296710.png)](https://bookstack.treemanou.com/uploads/images/gallery/2023-04/ssrnP7WbEl80mqPp-image-1682488296710.png)

``

# Vagrant   相關

https://developer.hashicorp.com/vagrant/downloads