-
Notifications
You must be signed in to change notification settings - Fork 111
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
Add support for arm64 #75
Comments
Sorry about my comment here before. Was just following links and looking on the issue description and did not notice that I was no longer on my project. |
I have used an xml created by virtinst and then I discovered it's trying to use boot2docker.iso. This project has hardcoded x86 everywhere :'(. One of the components is Tiny Core Linux which only supports x86_64 :/. Do I have to build my own .iso and pass it as parameter? Do you think it could work? |
There is a version of Tiny Core Linux now that supports |
Hello. it's more of a challenge,to be able to emulate the raspberry pi 3 on my Jetson nano (aarch64) using virt-install. I'm learning how to do that by reading heavily here : https://github.com/dhruvvyas90/qemu-rpi-kernel I tried to do something like this : virt-install But I get this error : ERROR internal error: Unexpected enum value 0 for virDomainDeviceAddressType I've got the UEFI BIOS file from here : I'm not sure if it isn't the right efi file to use in this specific configuration or if it is,but I'm passing the parameter badly. What do you suggest me to do ? |
Hello we are trying to run docker-machine-kvm on arm64 and we are getting the following error
we found something similar here kubevirt/kubevirt#2470. It seems to be related to having hardcoded the architecture somewhere but honestly no idea 🤷♂️, just doing my best guess.
The text was updated successfully, but these errors were encountered: