mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-19 03:06:49 +00:00
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:
parent
fdca231a7d
commit
99c612eb89
@ -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": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user