解决新版 Arista vEOS 镜像无法启动的问题
<p>在启动的时候可以看到提示</p><pre><code>Fatal glibc error: CPU does not support x86-64-v2
[ 4.944630][ T1] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
</code></pre>
<p>所以解决方案是 在 <code>qemu_options</code> 内添加</p>
<pre><code>-cpu host
</code></pre>
<p>也可以对应去修改 <code>/opt/unetlab/html/templates/*/veos.yml</code></p>
<p>解决方法来源:<a href="https://arista.my.site.com/AristaCommunity/s/question/0D5Uw00000PPls2KAD/veos-64-bit-returns-the-kernel-panic-exhibiting-in-release-432-and-433-fatal-glibc-error-cpu-does-not-support-x8664v2-4944630-t1-kernel-panic-not-syncing-attempted-to-kill-init-exitcode0x00007f00">Arista Forum</a></p>
页:
[1]