Description
On a fresh installation, attempting to launch the VM using the AVF backend on a Pixel 8a (akita) causes the VM to exit on boot.
Steps to Reproduce
Steps to reproduce the behavior:
- Install Podroid and finish the intial setup
- Try to launch the VM using AVF
- See error message
Expected Behavior
The VM launches.
Actual Behavior
The message VM exited during boot (reason=5).
Diagnostic Log
log.txt
Additional Context
In the AVF source code, error 5 corresponds to the constant STOP_REASON_REBOOT, suggesting it could be some kind of kernel panic in the VM. I'm not sure if it's possible to get logs from inside the VM itself to diagnose the issue?
Description
On a fresh installation, attempting to launch the VM using the AVF backend on a Pixel 8a (akita) causes the VM to exit on boot.
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
The VM launches.
Actual Behavior
The message
VM exited during boot (reason=5).Diagnostic Log
log.txt
Additional Context
In the AVF source code, error 5 corresponds to the constant
STOP_REASON_REBOOT, suggesting it could be some kind of kernel panic in the VM. I'm not sure if it's possible to get logs from inside the VM itself to diagnose the issue?