-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArubaOS CX 10.12.0006 Not Booting #171
Comments
this is a sign of a hw/sw incompatibility or severe resource shortage. |
I've tested this on a proxmox cluster and on a set of bare metal servers, given the system 4-8 cores and up to 16g of ram. Every run results in the same error regardless of where it's deployed. 2024-08-08 18:38:32,209: vrnetlab INFO STDERR: qemu-system-x86_64: error: failed to set MSR 0x345 to 0x2000 2024-08-08 18:38:32,211: vrnetlab INFO Unable to connect to qemu monitor (port 4000), retrying in a second (attempt 1) |
@JJ-empowered This is a hw issue (cpu not properly emulated or not all cpu instructions supported) |
Can you provide the specs for where you got this working? I've tried several setups including baremetal with cpucounters and all other enhanced instruction sets enabled that I'm aware of. Also had no issues deploying Arista, Junos and a few others with the same setup |
@ssasso, do you have some recent experience with aos-cx? |
@JJ-empowered I dont use aos myself, but the error is clearly indicating the issue with the hw/virtualization, as it comes from qemu itself. |
@JJ-empowered can you please try with the latest 10.13 release? I use it daily, and never encountered such issue... (Just fyi I use it both on "physical" servers as well as on VM with nested virtualization) |
Btw, the error looks similar to what reported in: GNS3/gns3-server#1774 There are some workarounds reported there, did you already hava a look at this? |
Not sure if this is a problem with my environment or what, other VMs (Juniper, 9Kv) boot fine, but the 10.12.0006 Aruba image does not.
Below are the container logs.
I was able to extract the vmdk from the OVA and the
make docker-image
completed without error.The text was updated successfully, but these errors were encountered: