Skip to content
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

arm64 or risc-v vm support on x86 host #190

Open
chentao-kernel opened this issue Oct 29, 2024 · 2 comments
Open

arm64 or risc-v vm support on x86 host #190

chentao-kernel opened this issue Oct 29, 2024 · 2 comments

Comments

@chentao-kernel
Copy link

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?

@chentao-kernel chentao-kernel changed the title arm64 or risc-v support on x84 host arm64 or risc-v vm support on x86 host Oct 29, 2024
@arighi
Copy link
Owner

arighi commented Oct 29, 2024

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.

@chentao-kernel
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants