| 1 | [[PageOutline]] |
| 2 | |
| 3 | * [http://baalzephon.dyndns.org/tech/index.php?Linux%2Fqemu-ppc Linux/qemu-ppc - PukiWiki Plus!] |
| 4 | |
| 5 | == Ubuntu 11.10 on VMware 7.1.4 == |
| 6 | * Ubuntu 11.10では不可な模様 |
| 7 | |
| 8 | * s0711489@viola-ubuntu:~$ uname -a |
| 9 | {{{ |
| 10 | Linux viola-ubuntu 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux |
| 11 | }}} |
| 12 | |
| 13 | * s0711489@viola-ubuntu:~$ sudo aptitude install qemu-system |
| 14 | {{{ |
| 15 | Version: 0.15.50-2011.08-0ubuntu4 |
| 16 | }}} |
| 17 | |
| 18 | * s0711489@viola-ubuntu:~/debian-ppc$ qemu-img create -f qcow2 debian-ppc.img 4G |
| 19 | {{{ |
| 20 | Formatting 'debian-ppc.img', fmt=qcow2 size=4294967296 encryption=off cluster_size=0 |
| 21 | }}} |
| 22 | * s0711489@viola-ubuntu:~/debian-ppc$ qemu-system-ppc -m 512 -k ja -hda debian-ppc.img -cdrom debian-6.0.3-powerpc-CD-1.iso -boot d |
| 23 | {{{ |
| 24 | qemu: hardware error: qemu: could not load PowerPC bios 'openbios-ppc' |
| 25 | }}} |
| 26 | |
| 27 | * [https://bugs.launchpad.net/debian/+source/qemu/+bug/60478 Bug #60478 in qemu (Debian): “Missing files for qemu-system-ppc”] |
| 28 | * s0711489@viola-ubuntu:~$ sudo aptitude install qemu-kvm-extras |
| 29 | * 解決せず |
| 30 | |
| 31 | * [https://lists.ubuntu.com/archives/ubuntu-users/2011-July/248391.html how to run a ppc kernel using qemu-system-ppc on ubuntu 11.04?] |
| 32 | > * http://pkgs.org/ubuntu-11.04/ubuntu-universe-amd64/qemu-system_0.14.50-2011.03-1-0ubuntu2_amd64.deb.html |
| 33 | > > * 2011-01-29 |
| 34 | > > * Don't depend on openbios-ppc, openbios-sparc, or openhackware; these are still needed for proper ppc/sparc system use, but these packages aren't available in Ubuntu so that would just make qemu-system uninstallable. |