-
Notifications
You must be signed in to change notification settings - Fork 28
FAQ
-
Unable to input on Windows system
Currently, a driver modification to support Protected VM is required. This driver is not yet publicly released.
Driver source code: Droid-VM/gunyah-guest-drivers-windows
Related documentation: [Windows Installation Guide](Windows Installation Guide)
-
Linux system freezes during startup, stdio log shows
host access to lent memory region at 0xXXXDue to the characteristics of Protected VM, SWIOTLB is required. However, some kernels lack this feature. Replacing or recompiling the kernel will solve the problem (you can also use the kernel built into DroidVM).
The config item causing the problem:
CONFIG_DMA_RESTRICT_POOL -
During startup, the system disconnects and exits, resulting in the stdio logs showing
page fault at 0xXXXX, attempt: -12andvcpu hit unknown error: Out of memory (os error 12).The system's large page memory has been exhausted. Please use the pre-allocated module
Please use this module with caution, as it may cause kernel crashes and bricking on a small number of machines.
Because this module reserves memory (default 2GiB), please disable and stop the module when not in use.
-
Qualcomm Snapdragon 8 Gen 3 fails to boot
The 8 Gen 3 fails to boot normally due to a part of the kernel's Gunyah memory allocation issue (8E and later versions refactored the Gunyah code). It may boot successfully with a small probability.
If you can compile the kernel, you can try to fix it using the following patch.
-
When starting Windows, the message "Press any key to boot from CD or DVD" appears.
This prompts you to press any key to boot from CD or DVD. Please press any key on your keyboard.
-
TODO: For any new issues not listed, please create an issue.