Replies: 2 comments 11 replies
-
Hi @bcspragu , The error seems to occur due to the lack of a KVM capability. And
I hope this information is helpful for you. |
Beta Was this translation helpful? Give feedback.
-
PR #3967 added an ability to add/remove KVM capabilities to be checked with custom CPU templates. This feature will be available in the next minor release (v1.5.0). Regarding how to use the custom CPU template feature, please refer to the public doc. Closing this discussion. |
Beta Was this translation helpful? Give feedback.
-
Hi there!
I'm trying to run Firecracker VMs on an old (okay, really old) bare metal blade server. I've enabled virtualization in the BIOS, and have set up
/dev/kvm
as instructed, but I can't get VMs to run, they fail with the following:$ firecracker --no-api --config-file ~/vmconfig.json 2023-02-22T19:06:20.817652022 [anonymous-instance:main:ERROR:src/firecracker/src/main.rs:480] Building VMM configured from cmdline json failed: Internal(KvmContext(KvmCap(Xcrs)))
I'm not sure if the server is literally just too old and lacking capabilities to run Firecracker, but according to the datasheet it does support VT-x.
Some debugging info:
Not sure if the above
WARNING
s are actually a problem, or really just warnings.Beta Was this translation helpful? Give feedback.
All reactions