Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-06-2011, 09:34 AM
|
#1
|
Senior Member
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,796
Rep:
|
qemu: hardware error: qemu: could not load PowerPC bios 'openbios-ppc'
Seems to be AWOL from the Ubuntu package in 10.10. Discussion of this is on Launchpad, with claimed fix, but maybe it is regressed. Anyone know where to get a copy of the openbios-ppc.bin file?
|
|
|
06-06-2011, 03:38 PM
|
#2
|
Moderator
Registered: Mar 2008
Posts: 22,129
|
Wonder if the windows version would be the same file?
|
|
0 members found this post helpful.
|
06-06-2011, 04:25 PM
|
#3
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by jefro
Wonder if the windows version would be the same file?
|
A Windows file for the PowerPC architecture? The OP is wanting a BIOS file for the emulation of a PowerPC machine. Has nothing to do with the OS at all. Useless post, pulling the OP of the zero reply list.
@Skaperen: You can build it yourself, instructions here.
|
|
|
06-06-2011, 09:32 PM
|
#4
|
Moderator
Registered: Mar 2008
Posts: 22,129
|
See if this helps.
http://pastebin.com/cm03Kv9Z
The file should be the same no matter the host OS. A bios file in Qemu is simply a file not an executable or any OS dependent file.
I'd also doubt the ppc bios bin file has changed in 5 years. Bet it is still a 2007 file.
From Ubuntu site bugs.
"Dustin Kirkland wrote on 2010-03-19: #14
Reopening this bug, as I have to revert the change that fixed this, because the qemu-kvm source tarball does not include the source to the openbios binary blobs. Thus, we can't distribute them without source.
"
Also this post.
./qemu-kvm-0.12.3/pc-bios/openbios-ppc
./qemu-kvm-0.12.3/pc-bios/ppc_rom.bin
Last edited by jefro; 06-06-2011 at 10:01 PM.
|
|
|
06-07-2011, 12:04 PM
|
#5
|
Senior Member
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,796
Original Poster
Rep:
|
Quote:
Originally Posted by jefro
|
That suggests a couple openbios packages. But they are not in the Ubuntu repository.
Quote:
Originally Posted by jefro
The file should be the same no matter the host OS. A bios file in Qemu is simply a file not an executable or any OS dependent file.
|
Right. It's just a bunch of bits. It means something to a PPC processor, and therefore to qemu-system-ppc. But as a packaged file, it's bits to anything else.
Quote:
Originally Posted by jefro
I'd also doubt the ppc bios bin file has changed in 5 years. Bet it is still a 2007 file.
|
I'd agree. With little to do, there's little to change or worry about.
Quote:
Originally Posted by jefro
From Ubuntu site bugs.
"Dustin Kirkland wrote on 2010-03-19: #14
Reopening this bug, as I have to revert the change that fixed this, because the qemu-kvm source tarball does not include the source to the openbios binary blobs. Thus, we can't distribute them without source.
"
|
Seems silly. If they can't package it without its own source (per their packaging philosophy/policy) then why not include the source from whence it came, or make a "non-free" version of the package to get around the issue?
Also this post.
Quote:
Originally Posted by jefro
./qemu-kvm-0.12.3/pc-bios/openbios-ppc
./qemu-kvm-0.12.3/pc-bios/ppc_rom.bin
|
I don't know what to do with the above.
Are the openbios packages simply in older Ubuntu packages? Maybe Linuxmint?
Last edited by Skaperen; 06-07-2011 at 12:25 PM.
Reason: sp
|
|
|
06-07-2011, 02:59 PM
|
#6
|
Moderator
Registered: Mar 2008
Posts: 22,129
|
That was part of the post that led me to the issue. I'd think that you can get those two files from almost any source if somewhat similar or better still exact level as your qemu.
One of the posts did suggest that you get the qemu common file but to comply with source code included, they seem to keep pulling it out.
I guess you could try compile it from source.
I'd see if you can run some other file from anyplace. qemu-manager has ppc-rom.bin and openbios. Just for grins, you could try it.
Might have to change script to run.
I would think that making openbios as posted above to a .bin file may indeed work. Never tried it that way.
Last edited by jefro; 06-07-2011 at 03:03 PM.
|
|
|
06-08-2011, 12:39 PM
|
#7
|
Senior Member
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,796
Original Poster
Rep:
|
Source is available. It's just not in the qemu source package. So if Ubuntu's package building system can't make a package from 2 or more sources, then they should just make a package of openbios, from openbios, mark that as a "suggest" for qemu (or as a dependency if they ever choose to split qemu by guest platform architecture). That, I think, would make it all work (maybe with a symlink added to reference files).
|
|
|
06-08-2011, 02:53 PM
|
#8
|
Moderator
Registered: Mar 2008
Posts: 22,129
|
Seems odd I agree. Why have a package that doesn't work or even tell you it needs more?
Let us know if you get it working.
|
|
|
06-09-2011, 07:15 AM
|
#9
|
Senior Member
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,796
Original Poster
Rep:
|
Quote:
Originally Posted by jefro
Seems odd I agree. Why have a package that doesn't work or even tell you it needs more?
Let us know if you get it working.
|
It works for the other platforms, including the popular x86 and x86_64. I guess that was "good enough". Why they included the sparc and ppc engines, but without the needed firmware image (somewhere, doesn't need to be in the same package AFAIC), is that issue. If they split qemu up by platform, they could even make the platforms that need a firmware image depend on the package that has it (well, they can even without splitting, but maybe some people don't want all that all in one).
|
|
|
All times are GMT -5. The time now is 04:57 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|