This commit is contained in:
spiritlhl
2025-05-20 20:15:47 +08:00
committed by GitHub
parent 468101f5fa
commit 8fd33a5e69

View File

@@ -2,15 +2,13 @@
## Verify the Incus Driver
Ensure that `incus info` output contains `driver: qemu`, otherwise you cannot create VMs:
Ensure that `incus info` output contains `qemu`, otherwise you cannot create VMs:
```shell
incus info | grep -i driver:
# Correct example:
# driver: qemu
```
If it shows `driver: lxc`, adjust the setting in `/etc/incus/daemon.conf` to `driver = qemu` and restart the Incus service.
If it only shows `lxc`, no need to read the subsequent tutorials, incus drivers don't support opening a VM.
## Prepare the Environment and Patch the Image
@@ -135,4 +133,4 @@ incus start winvm
The frontend lacks authentication, so you can't set user passwords.
If you need frontend authentication, you'll need to use `Guacamole` with additional settings to implement it, which won't be covered in detail here.
If you need frontend authentication, you'll need to use `Guacamole` with additional settings to implement it, which won't be covered in detail here.