在启动的时候可以看到提示
Fatal glibc error: CPU does not support x86-64-v2
[ 4.944630][ T1] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
所以解决方案是 在 qemu_options 内添加
-cpu host
也可以对应去修改 /opt/unetlab/html/templates/*/veos.yml
解决方法来源:Arista Forum