mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #640] No option found the chipset when creating arm arch instance #368
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#368
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @smallpize on GitHub (Mar 4, 2024).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/640
when I use arm arch create instance ,no option shown for chipset.

But I modified the configuration file, set DEBUG = True, and it can be displayed. And I can create a new instance.
@catborise commented on GitHub (Mar 4, 2024):
What is the operating system.. you should install arch package. If your os is Debian, install qemu-system-arm package
@smallpize commented on GitHub (Mar 8, 2024):
Kylin Server V10 SP2 (like openEuler-20.03-LTS-SP1)
I think it is not a problem with the operating system, because I modified DEBUG = True in the settings.py file, and the chipset options were displayed.
@y369595 commented on GitHub (Oct 15, 2024):
@smallpize Have you solved your problem yet?