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
This commit is contained in:
dlonghi 2023-03-29 17:14:56 -03:00 committed by GitHub
parent fdca231a7d
commit 99c612eb89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
"console_type": "telnet", "console_type": "telnet",
"boot_priority": "c", "boot_priority": "c",
"kvm": "require", "kvm": "require",
"options": "-nographic" "options": "-nographic -cpu host"
}, },
"images": [ "images": [
{ {