EMBA on ProxMox #847
-
Trying to get EMBA to work on ProxMox as a VM. Two paths have been taken to rule out import issues. Path 1)
Path 2) (
Both Paths above have 23GB RAM and 8 cores allocated to the VM's.When running the following command on both Path 1 and Path 2, the following error is produced.
Error on both Path 1 and Path 2
I have no issues with the Linux Mint VM above running under VirtualBox version 7.0.8 r156879 on multiple Linux or Win systems Any recommendations on how to get a EMBA VM to work on a ProxMox 7.4-3 or newer system? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Hi, Short answer: Long answer:
I do not really understand this issue because unblob should be installed with all deps in our docker container. For better understanding please post every step you did (with output) and which Kali base image you have used. |
Beta Was this translation helpful? Give feedback.
-
M-1-K-3... For the groupmore details: The hardware is Dell servers.
When I run the same commands on my laptop via the Kali VirtualBox VM and the Linux Mint VM, I get the following for both.
Thus the generic error of "('Unsupported architecture', -1) - not supported" is not very helpful. Agreed. I also do not really understand this issue because unblob should be installed with all deps in our docker container. So I am not understanding why I am getting the error from unblob from a default EMBA install? Even running
I get the same error as reported above. |
Beta Was this translation helpful? Give feedback.
-
looks as your virtual CPU does not support required features: https://support.keriocontrol.gfi.com/hc/en-us/articles/360015178840-IPS-Error-hs-compile-multi-failed-Unsupported-architecture |
Beta Was this translation helpful? Give feedback.
-
I was able to resolve this issue by changing the CPU type from |
Beta Was this translation helpful? Give feedback.
-
Moneysac90... Thank you. Kali EMBA VM = worked fine. Yaaaaa... Thank you again Moneysac90. ============= error from Linux Mint EMBA VM ( from term window buffer) ============== ./helpers/helpers_emba_dependency_check.sh: line 476: [: 0000000000 Some dependencies are missing - please check your installation Looks like your docker container is outdated - please update your base image: sudo docker pull embeddedanalyzer/emba'. ================================================================== |
Beta Was this translation helpful? Give feedback.
I was able to resolve this issue by changing the CPU type from
default
tohost
in the proxmox settings. Please also see this issue:e-m-b-a/embark#162