* [Qemu-devel] [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1
[not found] <20080907193228.21813.98756.malonedeb@gangotri.canonical.com>
@ 2010-05-20 9:44 ` Andre Przywara
2010-05-20 10:36 ` Mohammed Gamal
2010-06-02 13:03 ` Andre Przywara
` (2 subsequent siblings)
3 siblings, 1 reply; 7+ messages in thread
From: Andre Przywara @ 2010-05-20 9:44 UTC (permalink / raw)
To: qemu-devel
Is that still a problem? What was the exact error?
I quickly tried the 3.1.2a on qemu 0.12.4 (with and without KVM) and I could easily login.
** Changed in: qemu
Status: New => Incomplete
--
MINIX 3 won't boot in qemu 0.9.1
https://bugs.launchpad.net/bugs/267542
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Incomplete
Bug description:
CD Image 3.1.2a was downloaded from http://www.minix3.org/download/
It booted with previous version of qemu but hangs at startup with 0.9.1.
Hardware acceleration is disabled.
Please ask if there is other information I can give you.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1
2010-05-20 9:44 ` [Qemu-devel] [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1 Andre Przywara
@ 2010-05-20 10:36 ` Mohammed Gamal
0 siblings, 0 replies; 7+ messages in thread
From: Mohammed Gamal @ 2010-05-20 10:36 UTC (permalink / raw)
To: Bug 267542; +Cc: qemu-devel
On Thu, May 20, 2010 at 12:44 PM, Andre Przywara <andre.przywara@amd.com> wrote:
> Is that still a problem? What was the exact error?
> I quickly tried the 3.1.2a on qemu 0.12.4 (with and without KVM) and I could easily login.
This happens with MINIX 3.1.6, during boot it briefly goes into an
invalid state while switching to protected mode IIRC.
>
>
> ** Changed in: qemu
> Status: New => Incomplete
>
> --
> MINIX 3 won't boot in qemu 0.9.1
> https://bugs.launchpad.net/bugs/267542
> You received this bug notification because you are a member of qemu-
> devel-ml, which is subscribed to QEMU.
>
> Status in QEMU: Incomplete
>
> Bug description:
> CD Image 3.1.2a was downloaded from http://www.minix3.org/download/
>
> It booted with previous version of qemu but hangs at startup with 0.9.1.
>
> Hardware acceleration is disabled.
>
> Please ask if there is other information I can give you.
>
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1
[not found] <20080907193228.21813.98756.malonedeb@gangotri.canonical.com>
2010-05-20 9:44 ` [Qemu-devel] [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1 Andre Przywara
@ 2010-06-02 13:03 ` Andre Przywara
2010-06-02 14:05 ` [Qemu-devel] " Paolo Bonzini
2010-06-03 19:18 ` [Qemu-devel] " Sylvain Nahas
2010-06-03 19:26 ` Sylvain Nahas
3 siblings, 1 reply; 7+ messages in thread
From: Andre Przywara @ 2010-06-02 13:03 UTC (permalink / raw)
To: qemu-devel
Can you give more hints on how to reproduce this?
$ qemu-system-x86_64 -cdrom minix_R3.1.6-r6084.iso
works fine for me (I get to the prompt), both with --enable-kvm and without and also with qemu-kvm. My qemu version is 0.12.4.
Do I need to install it and run it from the harddisk?
--
MINIX 3 won't boot in qemu 0.9.1
https://bugs.launchpad.net/bugs/267542
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Incomplete
Bug description:
CD Image 3.1.2a was downloaded from http://www.minix3.org/download/
It booted with previous version of qemu but hangs at startup with 0.9.1.
Hardware acceleration is disabled.
Please ask if there is other information I can give you.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] Re: [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1
2010-06-02 13:03 ` Andre Przywara
@ 2010-06-02 14:05 ` Paolo Bonzini
2010-06-02 14:30 ` Erik van der Kouwe
0 siblings, 1 reply; 7+ messages in thread
From: Paolo Bonzini @ 2010-06-02 14:05 UTC (permalink / raw)
To: Bug 267542; +Cc: Andre Przywara, qemu-devel
On 06/02/2010 03:03 PM, Andre Przywara wrote:
> Can you give more hints on how to reproduce this?
> $ qemu-system-x86_64 -cdrom minix_R3.1.6-r6084.iso
> works fine for me (I get to the prompt), both with --enable-kvm and without and also with qemu-kvm. My qemu version is 0.12.4.
> Do I need to install it and run it from the harddisk?
As of last March, the bug was found to be in SeaBIOS:
http://www.seabios.org/pipermail/seabios/2010-March/000419.html
Since Bochs BIOS didn't have the problem in this thread, it is
reasonable to assume that any QEMU issues that existed in 0.9.1 are
fixed by now.
Paolo
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Re: [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1
2010-06-02 14:05 ` [Qemu-devel] " Paolo Bonzini
@ 2010-06-02 14:30 ` Erik van der Kouwe
0 siblings, 0 replies; 7+ messages in thread
From: Erik van der Kouwe @ 2010-06-02 14:30 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: Andre Przywara, qemu-devel, Bug 267542
Hi,
> As of last March, the bug was found to be in SeaBIOS:
>
> http://www.seabios.org/pipermail/seabios/2010-March/000419.html
>
> Since Bochs BIOS didn't have the problem in this thread, it is
> reasonable to assume that any QEMU issues that existed in 0.9.1 are
> fixed by now.
This has also been fixed in recent versions of MINIX, so upgrading
either your SeaBIOS or your MINIX should work. Please note that both
QEMU 0.9.1 and MINIX 3.1.2a are absolutely ancient.
With kind regards,
Erik
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1
[not found] <20080907193228.21813.98756.malonedeb@gangotri.canonical.com>
2010-05-20 9:44 ` [Qemu-devel] [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1 Andre Przywara
2010-06-02 13:03 ` Andre Przywara
@ 2010-06-03 19:18 ` Sylvain Nahas
2010-06-03 19:26 ` Sylvain Nahas
3 siblings, 0 replies; 7+ messages in thread
From: Sylvain Nahas @ 2010-06-03 19:18 UTC (permalink / raw)
To: qemu-devel
Hi,
I have retried with qemu 0.12.3 on the same binaries, and it works fine.
For me, this report can be closed.
Thanks,
Sylvain
** Changed in: qemu
Status: Incomplete => Fix Released
--
MINIX 3 won't boot in qemu 0.9.1
https://bugs.launchpad.net/bugs/267542
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Fix Released
Bug description:
CD Image 3.1.2a was downloaded from http://www.minix3.org/download/
It booted with previous version of qemu but hangs at startup with 0.9.1.
Hardware acceleration is disabled.
Please ask if there is other information I can give you.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1
[not found] <20080907193228.21813.98756.malonedeb@gangotri.canonical.com>
` (2 preceding siblings ...)
2010-06-03 19:18 ` [Qemu-devel] " Sylvain Nahas
@ 2010-06-03 19:26 ` Sylvain Nahas
3 siblings, 0 replies; 7+ messages in thread
From: Sylvain Nahas @ 2010-06-03 19:26 UTC (permalink / raw)
To: qemu-devel
Hi,
I have switched the status to "Fix Released". Was it the right thing to do?
Sylvain
--
MINIX 3 won't boot in qemu 0.9.1
https://bugs.launchpad.net/bugs/267542
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Fix Released
Bug description:
CD Image 3.1.2a was downloaded from http://www.minix3.org/download/
It booted with previous version of qemu but hangs at startup with 0.9.1.
Hardware acceleration is disabled.
Please ask if there is other information I can give you.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-06-03 19:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20080907193228.21813.98756.malonedeb@gangotri.canonical.com>
2010-05-20 9:44 ` [Qemu-devel] [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1 Andre Przywara
2010-05-20 10:36 ` Mohammed Gamal
2010-06-02 13:03 ` Andre Przywara
2010-06-02 14:05 ` [Qemu-devel] " Paolo Bonzini
2010-06-02 14:30 ` Erik van der Kouwe
2010-06-03 19:18 ` [Qemu-devel] " Sylvain Nahas
2010-06-03 19:26 ` Sylvain Nahas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).