Open
Description
Hello,
As mentioned in the previous issue Android-x86 is not booting properly. neither via Live CD nor in debug mode, nor after regular install.
Instead one is left with a command prompt, and cannot access the Android GUI. It is not clear for me whether this is related to Qemu or Android-x86.
I've also tried Qemu with 2 different sets of options unsuccessfully :
qemu-system-x86_64 \
-enable-kvm \
-machine q35 \
-smp 2 \
-accel kvm \
-m 2048 \
-k en-us \
-display gtk \
-vga std \
-usb \
-cdrom "$install-iso"
-hda "$disk-image"
and
qemu-system-x86_64 \
-enable-kvm \
-m 2048 \
-smp 2 \
-cpu host \
-soundhw es1370 \
-device virtio-mouse-pci -device virtio-keyboard-pci \
-serial mon:stdio \
-boot menu=on \
-net nic \
-net user,hostfwd=tcp::5555-:22 \
-device virtio-vga,virgl=on \
-display gtk,gl=on \
-hda "$disk_image" \
-cdrom "$install_iso"
My setup :
- Debian Bullseye
- QEMU emulator version 4.2.0 (Debian 1:4.2-3)
- Hardware Virtualization: VT-x
Metadata
Metadata
Assignees
Labels
No labels