From 99c612eb890a08610559139e6f9651ad7102ee7a Mon Sep 17 00:00:00 2001 From: dlonghi <30272376+dlonghi@users.noreply.github.com> Date: Wed, 29 Mar 2023 17:14:56 -0300 Subject: [PATCH] Rocky Linux 9 on GNS3 needs -cpu host RHEL 9 guest panic's during boot with following error "Fatal glibc error: CPU does not support x86-64-v2" https://access.redhat.com/solutions/6833751 Red Hat Enterprise Linux 9 on GNS3 Rocky Linux 9 on GNS3 AlmaLinux 9 on GNS3 need Additional Settings > Options: -cpu host --- appliances/rockylinux.gns3a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances/rockylinux.gns3a b/appliances/rockylinux.gns3a index 098ba5c..86900cb 100644 --- a/appliances/rockylinux.gns3a +++ b/appliances/rockylinux.gns3a @@ -23,7 +23,7 @@ "console_type": "telnet", "boot_priority": "c", "kvm": "require", - "options": "-nographic" + "options": "-nographic -cpu host" }, "images": [ {