Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Display output is not active" when trying to run android-x86_64-9.0-r2-k49.iso live #452

Closed
obernil opened this issue Mar 15, 2024 · 1 comment

Comments

@obernil
Copy link

obernil commented Mar 15, 2024

When using

android-x86_64-9.0-r2-k49.iso as image (stored locally under ~/storage/boot.img)

after choosing to run live at the graphical prompt, displays briefly:

"Display output is not active"

then returns to CLI showing:

[    0.055895] core perfectr but no constraints; unknown hardware!
Detecting Android-x86... found at /dev/sr0

console:/ #

and the graphical booting does not proceed further

@obernil obernil changed the title "Display output is not active" when trying to run android-x86_64-9.0-r2-k49.isolive "Display output is not active" when trying to run android-x86_64-9.0-r2-k49.iso live Mar 15, 2024
@kroese
Copy link
Collaborator

kroese commented Mar 25, 2024

I have no idea what is causing it to be honest. Might be some incompatibility between the hardware configuration I configure for QEMU.

It might be possible to fix this by setting a different VGA adaptor in the compose file like this:

environment:
  VGA: "virtio"

By default it uses the virtio GPU card, but you can choose other ones like std which is a bit simpler. For all types you can choose see https://www.kraxel.org/blog/2019/09/display-devices-in-qemu/

@kroese kroese closed this as completed Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants