* [Qemu-devel] [Bug 760956] [NEW] Open Solaris 2009 Doesn't Boot
@ 2011-04-14 17:49 Nigel Horne
2011-04-14 18:21 ` [Qemu-devel] [Bug 760956] " Stefan Weil
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Nigel Horne @ 2011-04-14 17:49 UTC (permalink / raw)
To: qemu-devel
Public bug reported:
The latest git version of qemu (commit
420b6c317de87890e06225de6e2f8af7bf714df0) fails to boot the OpenSolaris
image from http://dlc.sun.com/osol/opensolaris/2009/06/osol-0906-ai-
sparc.iso.
qemu-img create opensolaris 3G
qemu-system-sparc -hda opensolaris -cdrom osol-0906-ai-sparc.iso -boot d -redir tcp:2232::22 -k en-us -m 192
gives:
...
Trying cdrom:d
File not found
Trying cdrom...
Not a bootable ELF image
Not a bootable a.out image
No valid state has been set by load or init_program
Host: Linux/x86_64
gcc4.5
./configure --enable-linux-aio --enable-io-thread --enable-kvm
** 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/760956
Title:
Open Solaris 2009 Doesn't Boot
Status in QEMU:
New
Bug description:
The latest git version of qemu (commit
420b6c317de87890e06225de6e2f8af7bf714df0) fails to boot the
OpenSolaris image from
http://dlc.sun.com/osol/opensolaris/2009/06/osol-0906-ai-sparc.iso.
qemu-img create opensolaris 3G
qemu-system-sparc -hda opensolaris -cdrom osol-0906-ai-sparc.iso -boot d -redir tcp:2232::22 -k en-us -m 192
gives:
...
Trying cdrom:d
File not found
Trying cdrom...
Not a bootable ELF image
Not a bootable a.out image
No valid state has been set by load or init_program
Host: Linux/x86_64
gcc4.5
./configure --enable-linux-aio --enable-io-thread --enable-kvm
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] [Bug 760956] Re: Open Solaris 2009 Doesn't Boot
2011-04-14 17:49 [Qemu-devel] [Bug 760956] [NEW] Open Solaris 2009 Doesn't Boot Nigel Horne
@ 2011-04-14 18:21 ` Stefan Weil
2011-04-14 19:55 ` [Qemu-devel] [Bug 760956] [NEW] " Artyom Tarasenko
2017-02-14 19:29 ` [Qemu-devel] [Bug 760956] " Thomas Huth
2 siblings, 0 replies; 4+ messages in thread
From: Stefan Weil @ 2011-04-14 18:21 UTC (permalink / raw)
To: qemu-devel
Are you sure that it boots on real hardware? From the information given in
http://dlc.sun.com.edgesuite.net/osol/opensolaris/2009/06/README.osol-repo
I'd expect that this image is not bootable from CD-ROM.
A Debian CD-ROM boots without any problem.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/760956
Title:
Open Solaris 2009 Doesn't Boot
Status in QEMU:
New
Bug description:
The latest git version of qemu (commit
420b6c317de87890e06225de6e2f8af7bf714df0) fails to boot the
OpenSolaris image from
http://dlc.sun.com/osol/opensolaris/2009/06/osol-0906-ai-sparc.iso.
qemu-img create opensolaris 3G
qemu-system-sparc -hda opensolaris -cdrom osol-0906-ai-sparc.iso -boot d -redir tcp:2232::22 -k en-us -m 192
gives:
...
Trying cdrom:d
File not found
Trying cdrom...
Not a bootable ELF image
Not a bootable a.out image
No valid state has been set by load or init_program
Host: Linux/x86_64
gcc4.5
./configure --enable-linux-aio --enable-io-thread --enable-kvm
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [Bug 760956] [NEW] Open Solaris 2009 Doesn't Boot
2011-04-14 17:49 [Qemu-devel] [Bug 760956] [NEW] Open Solaris 2009 Doesn't Boot Nigel Horne
2011-04-14 18:21 ` [Qemu-devel] [Bug 760956] " Stefan Weil
@ 2011-04-14 19:55 ` Artyom Tarasenko
2017-02-14 19:29 ` [Qemu-devel] [Bug 760956] " Thomas Huth
2 siblings, 0 replies; 4+ messages in thread
From: Artyom Tarasenko @ 2011-04-14 19:55 UTC (permalink / raw)
To: Bug 760956; +Cc: qemu-devel
As already mentioned in the Bug 760060,
OpenSolaris doesn't support 32 bit SPARC machines, so you should use a
qemu-system-sparc64 and not qemu-system-sparc.
(Although booting [Open]Solaris to the command prompt is not possible
with qemu-system-sparc64 yet)
Also --enable-kvm makes no effect when host arch <> guest arch. And
there is no kvm
support for SPARC.
On Thu, Apr 14, 2011 at 7:49 PM, Nigel Horne <760956@bugs.launchpad.net> wrote:
> Public bug reported:
>
> The latest git version of qemu (commit
> 420b6c317de87890e06225de6e2f8af7bf714df0) fails to boot the OpenSolaris
> image from http://dlc.sun.com/osol/opensolaris/2009/06/osol-0906-ai-
> sparc.iso.
>
> qemu-img create opensolaris 3G
> qemu-system-sparc -hda opensolaris -cdrom osol-0906-ai-sparc.iso -boot d -redir tcp:2232::22 -k en-us -m 192
>
> gives:
>
> ...
> Trying cdrom:d
> File not found
> Trying cdrom...
> Not a bootable ELF image
> Not a bootable a.out image
> No valid state has been set by load or init_program
>
> Host: Linux/x86_64
> gcc4.5
> ./configure --enable-linux-aio --enable-io-thread --enable-kvm
>
> ** 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/760956
>
> Title:
> Open Solaris 2009 Doesn't Boot
>
> Status in QEMU:
> New
>
> Bug description:
> The latest git version of qemu (commit
> 420b6c317de87890e06225de6e2f8af7bf714df0) fails to boot the
> OpenSolaris image from
> http://dlc.sun.com/osol/opensolaris/2009/06/osol-0906-ai-sparc.iso.
>
> qemu-img create opensolaris 3G
> qemu-system-sparc -hda opensolaris -cdrom osol-0906-ai-sparc.iso -boot d -redir tcp:2232::22 -k en-us -m 192
>
> gives:
>
> ...
> Trying cdrom:d
> File not found
> Trying cdrom...
> Not a bootable ELF image
> Not a bootable a.out image
> No valid state has been set by load or init_program
>
> Host: Linux/x86_64
> gcc4.5
> ./configure --enable-linux-aio --enable-io-thread --enable-kvm
>
>
--
Regards,
Artyom Tarasenko
solaris/sparc under qemu blog: http://tyom.blogspot.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] [Bug 760956] Re: Open Solaris 2009 Doesn't Boot
2011-04-14 17:49 [Qemu-devel] [Bug 760956] [NEW] Open Solaris 2009 Doesn't Boot Nigel Horne
2011-04-14 18:21 ` [Qemu-devel] [Bug 760956] " Stefan Weil
2011-04-14 19:55 ` [Qemu-devel] [Bug 760956] [NEW] " Artyom Tarasenko
@ 2017-02-14 19:29 ` Thomas Huth
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2017-02-14 19:29 UTC (permalink / raw)
To: qemu-devel
The URLs don't work any more, and according to Stefan's comment, this
was likely not a bug, so I'm closing this ticket now (feel free to open
it again if you don't agree).
** 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/760956
Title:
Open Solaris 2009 Doesn't Boot
Status in QEMU:
Invalid
Bug description:
The latest git version of qemu (commit
420b6c317de87890e06225de6e2f8af7bf714df0) fails to boot the
OpenSolaris image from
http://dlc.sun.com/osol/opensolaris/2009/06/osol-0906-ai-sparc.iso.
qemu-img create opensolaris 3G
qemu-system-sparc -hda opensolaris -cdrom osol-0906-ai-sparc.iso -boot d -redir tcp:2232::22 -k en-us -m 192
gives:
...
Trying cdrom:d
File not found
Trying cdrom...
Not a bootable ELF image
Not a bootable a.out image
No valid state has been set by load or init_program
Host: Linux/x86_64
gcc4.5
./configure --enable-linux-aio --enable-io-thread --enable-kvm
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/760956/+subscriptions
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-14 19:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-14 17:49 [Qemu-devel] [Bug 760956] [NEW] Open Solaris 2009 Doesn't Boot Nigel Horne
2011-04-14 18:21 ` [Qemu-devel] [Bug 760956] " Stefan Weil
2011-04-14 19:55 ` [Qemu-devel] [Bug 760956] [NEW] " Artyom Tarasenko
2017-02-14 19:29 ` [Qemu-devel] [Bug 760956] " Thomas Huth
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).