All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1778350] [NEW] Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2
@ 2018-06-23 15:51 navicrej
  2018-06-25 10:53 ` [Qemu-devel] [Bug 1778350] " navicrej
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: navicrej @ 2018-06-23 15:51 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Try to boot from the Android-x86 4.4-r5 ISO won't boot in QEMU after 2.11.0-rc2. The last known version it works is 2.11.0-rc1.
It also works on the 2.10.x-line, even the 2.10.2 which was released after 2.11.0-rc2!

How to reproduce:
Download the ISO from
http://www.android-x86.org/releases/releasenote-4-4-r5 or directly https://www.fosshub.com/Android-x86.html/android-x86-4.4-r5.iso

Start QEMU with this command-line: qemu-system-x86_64 -cdrom
android-x86-4.4-r5.iso -m 1024

On 2.11.0-rc1 and 2.10.2 after selecting to boot from CD it shows the Android splash after a short while ...
On 2.11.0-rc2 through the latest 2.12 line it goes to black screen shortly right after selecting to boot from CD

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1778350

Title:
  Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2

Status in QEMU:
  New

Bug description:
  Try to boot from the Android-x86 4.4-r5 ISO won't boot in QEMU after 2.11.0-rc2. The last known version it works is 2.11.0-rc1.
  It also works on the 2.10.x-line, even the 2.10.2 which was released after 2.11.0-rc2!

  How to reproduce:
  Download the ISO from
  http://www.android-x86.org/releases/releasenote-4-4-r5 or directly https://www.fosshub.com/Android-x86.html/android-x86-4.4-r5.iso

  Start QEMU with this command-line: qemu-system-x86_64 -cdrom
  android-x86-4.4-r5.iso -m 1024

  On 2.11.0-rc1 and 2.10.2 after selecting to boot from CD it shows the Android splash after a short while ...
  On 2.11.0-rc2 through the latest 2.12 line it goes to black screen shortly right after selecting to boot from CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1778350/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1778350] Re: Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2
  2018-06-23 15:51 [Qemu-devel] [Bug 1778350] [NEW] Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2 navicrej
@ 2018-06-25 10:53 ` navicrej
  2018-06-25 17:46   ` John Snow
  2018-06-26  8:26 ` navicrej
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 9+ messages in thread
From: navicrej @ 2018-06-25 10:53 UTC (permalink / raw)
  To: qemu-devel

After 'git bisect' -ing it I found the commit that is responsible for
this:

https://git.qemu.org/?p=qemu.git;a=commitdiff;h=9fa99d2519cbf71f871e46871df12cb446dc1c3e

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1778350

Title:
  Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2

Status in QEMU:
  New

Bug description:
  Try to boot from the Android-x86 4.4-r5 ISO won't boot in QEMU after 2.11.0-rc2. The last known version it works is 2.11.0-rc1.
  It also works on the 2.10.x-line, even the 2.10.2 which was released after 2.11.0-rc2!

  How to reproduce:
  Download the ISO from
  http://www.android-x86.org/releases/releasenote-4-4-r5 or directly https://www.fosshub.com/Android-x86.html/android-x86-4.4-r5.iso

  Start QEMU with this command-line: qemu-system-x86_64 -cdrom
  android-x86-4.4-r5.iso -m 1024

  On 2.11.0-rc1 and 2.10.2 after selecting to boot from CD it shows the Android splash after a short while ...
  On 2.11.0-rc2 through the latest 2.12 line it goes to black screen shortly right after selecting to boot from CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1778350/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [Bug 1778350] Re: Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2
  2018-06-25 10:53 ` [Qemu-devel] [Bug 1778350] " navicrej
@ 2018-06-25 17:46   ` John Snow
  2018-06-25 22:30     ` Michael S. Tsirkin
  0 siblings, 1 reply; 9+ messages in thread
From: John Snow @ 2018-06-25 17:46 UTC (permalink / raw)
  To: Bug 1778350, qemu-devel; +Cc: Michael S. Tsirkin

CC Michael Tsirkin

On 06/25/2018 06:53 AM, navicrej wrote:
> After 'git bisect' -ing it I found the commit that is responsible for
> this:
> 
> https://git.qemu.org/?p=qemu.git;a=commitdiff;h=9fa99d2519cbf71f871e46871df12cb446dc1c3e
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [Bug 1778350] Re: Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2
  2018-06-25 17:46   ` John Snow
@ 2018-06-25 22:30     ` Michael S. Tsirkin
  0 siblings, 0 replies; 9+ messages in thread
From: Michael S. Tsirkin @ 2018-06-25 22:30 UTC (permalink / raw)
  To: John Snow; +Cc: Bug 1778350, qemu-devel

On Mon, Jun 25, 2018 at 01:46:16PM -0400, John Snow wrote:
> CC Michael Tsirkin
> 
> On 06/25/2018 06:53 AM, navicrej wrote:
> > After 'git bisect' -ing it I found the commit that is responsible for
> > this:
> > 
> > https://git.qemu.org/?p=qemu.git;a=commitdiff;h=9fa99d2519cbf71f871e46871df12cb446dc1c3e
> > 

Can you pls try to set x-pci-hole64-fix=off and see whether that helps?

-- 
MST

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1778350] Re: Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2
  2018-06-23 15:51 [Qemu-devel] [Bug 1778350] [NEW] Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2 navicrej
  2018-06-25 10:53 ` [Qemu-devel] [Bug 1778350] " navicrej
@ 2018-06-26  8:26 ` navicrej
  2018-06-26  9:13 ` navicrej
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: navicrej @ 2018-06-26  8:26 UTC (permalink / raw)
  To: qemu-devel

I don't know if there is another way to do that but I changed the
properties of x-pci-hole64-fix in hw/pci-host/piix.c and hw/pci-
host/q35.c to false on current master and compiled and now it works
again.

Maybe you can add a switch (unless there already is one) so one can
change it on runtime without compiling?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1778350

Title:
  Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2

Status in QEMU:
  New

Bug description:
  Try to boot from the Android-x86 4.4-r5 ISO won't boot in QEMU after 2.11.0-rc2. The last known version it works is 2.11.0-rc1.
  It also works on the 2.10.x-line, even the 2.10.2 which was released after 2.11.0-rc2!

  How to reproduce:
  Download the ISO from
  http://www.android-x86.org/releases/releasenote-4-4-r5 or directly https://www.fosshub.com/Android-x86.html/android-x86-4.4-r5.iso

  Start QEMU with this command-line: qemu-system-x86_64 -cdrom
  android-x86-4.4-r5.iso -m 1024

  On 2.11.0-rc1 and 2.10.2 after selecting to boot from CD it shows the Android splash after a short while ...
  On 2.11.0-rc2 through the latest 2.12 line it goes to black screen shortly right after selecting to boot from CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1778350/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1778350] Re: Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2
  2018-06-23 15:51 [Qemu-devel] [Bug 1778350] [NEW] Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2 navicrej
  2018-06-25 10:53 ` [Qemu-devel] [Bug 1778350] " navicrej
  2018-06-26  8:26 ` navicrej
@ 2018-06-26  9:13 ` navicrej
  2018-07-02 21:33   ` Michael S. Tsirkin
  2018-07-08 13:58 ` navicrej
  2020-08-12 12:46 ` Laszlo Ersek (Red Hat)
  4 siblings, 1 reply; 9+ messages in thread
From: navicrej @ 2018-06-26  9:13 UTC (permalink / raw)
  To: qemu-devel

Nevermind that, just found out how to run:

qemu-system-x86_64 -cdrom android-x86-4.4-r5.iso -m 1024 -global i440FX-
pcihost.x-pci-hole64-fix=off -global q35-pcihost.x-pci-hole64-fix=off

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1778350

Title:
  Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2

Status in QEMU:
  New

Bug description:
  Try to boot from the Android-x86 4.4-r5 ISO won't boot in QEMU after 2.11.0-rc2. The last known version it works is 2.11.0-rc1.
  It also works on the 2.10.x-line, even the 2.10.2 which was released after 2.11.0-rc2!

  How to reproduce:
  Download the ISO from
  http://www.android-x86.org/releases/releasenote-4-4-r5 or directly https://www.fosshub.com/Android-x86.html/android-x86-4.4-r5.iso

  Start QEMU with this command-line: qemu-system-x86_64 -cdrom
  android-x86-4.4-r5.iso -m 1024

  On 2.11.0-rc1 and 2.10.2 after selecting to boot from CD it shows the Android splash after a short while ...
  On 2.11.0-rc2 through the latest 2.12 line it goes to black screen shortly right after selecting to boot from CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1778350/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [Bug 1778350] Re: Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2
  2018-06-26  9:13 ` navicrej
@ 2018-07-02 21:33   ` Michael S. Tsirkin
  0 siblings, 0 replies; 9+ messages in thread
From: Michael S. Tsirkin @ 2018-07-02 21:33 UTC (permalink / raw)
  To: Bug 1778350; +Cc: qemu-devel

I looked at it and while I might be wrong, I suspect
it's a bug in ACPI parser in that version of Linux.
Is there a way for you to try a later Linux version?
Alternatively, I tried to build 4.4-rc2 on Fedora and couldn't.

On Tue, Jun 26, 2018 at 09:13:12AM -0000, navicrej wrote:
> Nevermind that, just found out how to run:
> 
> qemu-system-x86_64 -cdrom android-x86-4.4-r5.iso -m 1024 -global i440FX-
> pcihost.x-pci-hole64-fix=off -global q35-pcihost.x-pci-hole64-fix=off
> 
> -- 
> You received this bug notification because you are a member of qemu-
> devel-ml, which is subscribed to QEMU.
> https://bugs.launchpad.net/bugs/1778350
> 
> Title:
>   Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2
> 
> Status in QEMU:
>   New
> 
> Bug description:
>   Try to boot from the Android-x86 4.4-r5 ISO won't boot in QEMU after 2.11.0-rc2. The last known version it works is 2.11.0-rc1.
>   It also works on the 2.10.x-line, even the 2.10.2 which was released after 2.11.0-rc2!
> 
>   How to reproduce:
>   Download the ISO from
>   http://www.android-x86.org/releases/releasenote-4-4-r5 or directly https://www.fosshub.com/Android-x86.html/android-x86-4.4-r5.iso
> 
>   Start QEMU with this command-line: qemu-system-x86_64 -cdrom
>   android-x86-4.4-r5.iso -m 1024
> 
>   On 2.11.0-rc1 and 2.10.2 after selecting to boot from CD it shows the Android splash after a short while ...
>   On 2.11.0-rc2 through the latest 2.12 line it goes to black screen shortly right after selecting to boot from CD
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1778350/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1778350] Re: Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2
  2018-06-23 15:51 [Qemu-devel] [Bug 1778350] [NEW] Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2 navicrej
                   ` (2 preceding siblings ...)
  2018-06-26  9:13 ` navicrej
@ 2018-07-08 13:58 ` navicrej
  2020-08-12 12:46 ` Laszlo Ersek (Red Hat)
  4 siblings, 0 replies; 9+ messages in thread
From: navicrej @ 2018-07-08 13:58 UTC (permalink / raw)
  To: qemu-devel

I compiled the 4.4.4-r5 branch but I was not able to change the kernel
yet.

Furthermore I am not able to use any version of Android x86 6.x, 7.x,
8.x on current QEMU with or without the parameters.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1778350

Title:
  Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2

Status in QEMU:
  New

Bug description:
  Try to boot from the Android-x86 4.4-r5 ISO won't boot in QEMU after 2.11.0-rc2. The last known version it works is 2.11.0-rc1.
  It also works on the 2.10.x-line, even the 2.10.2 which was released after 2.11.0-rc2!

  How to reproduce:
  Download the ISO from
  http://www.android-x86.org/releases/releasenote-4-4-r5 or directly https://www.fosshub.com/Android-x86.html/android-x86-4.4-r5.iso

  Start QEMU with this command-line: qemu-system-x86_64 -cdrom
  android-x86-4.4-r5.iso -m 1024

  On 2.11.0-rc1 and 2.10.2 after selecting to boot from CD it shows the Android splash after a short while ...
  On 2.11.0-rc2 through the latest 2.12 line it goes to black screen shortly right after selecting to boot from CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1778350/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1778350] Re: Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2
  2018-06-23 15:51 [Qemu-devel] [Bug 1778350] [NEW] Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2 navicrej
                   ` (3 preceding siblings ...)
  2018-07-08 13:58 ` navicrej
@ 2020-08-12 12:46 ` Laszlo Ersek (Red Hat)
  4 siblings, 0 replies; 9+ messages in thread
From: Laszlo Ersek (Red Hat) @ 2020-08-12 12:46 UTC (permalink / raw)
  To: qemu-devel

No feedback for almost two years, closing.

** Changed in: qemu
       Status: New => Invalid

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1778350

Title:
  Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2

Status in QEMU:
  Invalid

Bug description:
  Try to boot from the Android-x86 4.4-r5 ISO won't boot in QEMU after 2.11.0-rc2. The last known version it works is 2.11.0-rc1.
  It also works on the 2.10.x-line, even the 2.10.2 which was released after 2.11.0-rc2!

  How to reproduce:
  Download the ISO from
  http://www.android-x86.org/releases/releasenote-4-4-r5 or directly https://www.fosshub.com/Android-x86.html/android-x86-4.4-r5.iso

  Start QEMU with this command-line: qemu-system-x86_64 -cdrom
  android-x86-4.4-r5.iso -m 1024

  On 2.11.0-rc1 and 2.10.2 after selecting to boot from CD it shows the Android splash after a short while ...
  On 2.11.0-rc2 through the latest 2.12 line it goes to black screen shortly right after selecting to boot from CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1778350/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-08-12 12:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-23 15:51 [Qemu-devel] [Bug 1778350] [NEW] Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2 navicrej
2018-06-25 10:53 ` [Qemu-devel] [Bug 1778350] " navicrej
2018-06-25 17:46   ` John Snow
2018-06-25 22:30     ` Michael S. Tsirkin
2018-06-26  8:26 ` navicrej
2018-06-26  9:13 ` navicrej
2018-07-02 21:33   ` Michael S. Tsirkin
2018-07-08 13:58 ` navicrej
2020-08-12 12:46 ` Laszlo Ersek (Red Hat)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.