retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

No option found the chipset when creating arm arch instance #640

Open smallpize opened 3 months ago

smallpize commented 3 months ago

when I use arm arch create instance ,no option shown for chipset. 2024-03-04_12-05-00

But I modified the configuration file, set DEBUG = True, and it can be displayed. And I can create a new instance.

catborise commented 3 months ago

What is the operating system.. you should install arch package. If your os is Debian, install qemu-system-arm package

smallpize commented 3 months ago

What is the operating system.. you should install arch package. If your os is Debian, install qemu-system-arm package

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.