We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys, recently, i replaced my qemu env with virtmg-ng, it is really great, so can virtme-ng run arm64 or risc-v vm on x86 host?
The text was updated successfully, but these errors were encountered:
Yep, for example as a quick test you can try:
vng --arch arm64 -vr v6.6.50 --root /home/arighi/root/arm64/ --user root
This will run a precompiled vanilla 6.6.50 kernel for arm64 and it'll automatically create an arm64 chroot (based on the latest Ubuntu cloud images).
Or if you already have your own recompiled kernel and your arch chroot, you can just use them.
Sorry, something went wrong.
Yep, for example as a quick test you can try: vng --arch arm64 -vr v6.6.50 --root /home/arighi/root/arm64/ --user root This will run a precompiled vanilla 6.6.50 kernel for arm64 and it'll automatically create an arm64 chroot (based on the latest Ubuntu cloud images). Or if you already have your own recompiled kernel and your arch chroot, you can just use them.
Hi arighi, thank you for your reply, i will try it.
No branches or pull requests
Hi guys, recently, i replaced my qemu env with virtmg-ng, it is really great, so can virtme-ng run arm64 or risc-v vm on x86 host?
The text was updated successfully, but these errors were encountered: