qemu-android-x86-runner icon indicating copy to clipboard operation
qemu-android-x86-runner copied to clipboard

android-x86 9 not booting. no GUI only command prompt !

Open awalis opened this issue 5 years ago • 3 comments

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

awalis avatar Mar 24 '20 21:03 awalis

Of course the Twitch star won’t reply ☹️

NinoSkopac avatar Feb 03 '21 09:02 NinoSkopac

@NinoSkopac Sorry, I'm not actively maintaining this repo. The PRs with the fix are welcome tho.

rexim avatar Feb 03 '21 09:02 rexim

@awalis @rexim @NinoSkopac

give it more video ram lol, append this to qemu arguments: -device VGA,vgamem_mb=256

this will give the VM 256MB of VRAM, you can adjust it obviously

ar1ja avatar Dec 12 '21 15:12 ar1ja