summary refs log tree commit diff stats
path: root/results/classifier/118/review/1887641
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/review/1887641')
-rw-r--r--results/classifier/118/review/1887641103
1 files changed, 103 insertions, 0 deletions
diff --git a/results/classifier/118/review/1887641 b/results/classifier/118/review/1887641
new file mode 100644
index 000000000..715dbedfe
--- /dev/null
+++ b/results/classifier/118/review/1887641
@@ -0,0 +1,103 @@
+user-level: 0.931
+architecture: 0.919
+boot: 0.905
+register: 0.895
+device: 0.895
+PID: 0.894
+arm: 0.887
+risc-v: 0.885
+permissions: 0.885
+graphic: 0.880
+socket: 0.874
+performance: 0.862
+ppc: 0.859
+assembly: 0.855
+semantic: 0.847
+hypervisor: 0.844
+peripherals: 0.842
+files: 0.837
+debug: 0.820
+network: 0.810
+vnc: 0.806
+TCG: 0.805
+KVM: 0.802
+kernel: 0.790
+VMM: 0.789
+mistranslation: 0.788
+virtual: 0.736
+x86: 0.703
+i386: 0.634
+--------------------
+virtual: 0.918
+boot: 0.790
+ppc: 0.783
+user-level: 0.776
+TCG: 0.587
+hypervisor: 0.410
+register: 0.254
+PID: 0.219
+debug: 0.201
+device: 0.168
+kernel: 0.168
+socket: 0.161
+files: 0.149
+x86: 0.098
+semantic: 0.093
+VMM: 0.052
+peripherals: 0.037
+network: 0.032
+architecture: 0.022
+performance: 0.022
+vnc: 0.019
+risc-v: 0.015
+permissions: 0.011
+assembly: 0.008
+graphic: 0.008
+i386: 0.003
+KVM: 0.003
+mistranslation: 0.002
+arm: 0.001
+
+PCI bus not available for hda
+
+I'm trying to boot Mac OS 9.2.2 image in order to install it on a qcow disk image. I'm using Linux Mint MATE 20 and QEMU emulator version 4.2.0 (Debian 1:4.2-3ubuntu6.3). When I boot, I've got this error message and boot fails :
+
+$ /usr/bin/qemu-system-ppc -monitor stdio -soundhw hda -k fr -machine accel=tcg -m 512 -cdrom /home/david/Bureau/debian-10.0.0-powerpc-NETINST-1.iso -drive file="/home/david/.aqemu/iMacG3_hard_disk_HDA.img",if=ide,index=0 -virtfs local,id=shared_folder_dev_0,path=/home/david/Bureau,security_model=none,mount_tag=shared0 -boot order=dc,menu=on -net nic,macaddr=00:a2:6d:80:10:8f,model=rtl8139 -net user -net user,smb=/home/david/Bureau -rtc base=localtime -name "Debian + LXDE sur iMac G3" -M mac99
+QEMU 4.2.0 monitor - type 'help' for more information
+(qemu) qemu-system-ppc: PCI bus not available for hda
+
+MLas OS 9.2.2 ISO is here if you need to test : https://infolib.re/tests/OS9General.iso
+
+On Wed, 15 Jul 2020, InfoLibre wrote:
+> Public bug reported:
+>
+> I'm trying to boot Mac OS 9.2.2 image in order to install it on a qcow
+> disk image. I'm using Linux Mint MATE 20 and QEMU emulator version 4.2.0
+> (Debian 1:4.2-3ubuntu6.3). When I boot, I've got this error message and
+> boot fails :
+>
+> $ /usr/bin/qemu-system-ppc -monitor stdio -soundhw hda -k fr -machine 
+> accel=tcg -m 512 -cdrom 
+> /home/david/Bureau/debian-10.0.0-powerpc-NETINST-1.iso -drive 
+> file="/home/david/.aqemu/iMacG3_hard_disk_HDA.img",if=ide,index=0 
+> -virtfs 
+> local,id=shared_folder_dev_0,path=/home/david/Bureau,security_model=none,mount_tag=shared0 
+> -boot order=dc,menu=on -net nic,macaddr=00:a2:6d:80:10:8f,model=rtl8139 
+> -net user -net user,smb=/home/david/Bureau -rtc base=localtime -name 
+> "Debian + LXDE sur iMac G3" -M mac99
+> QEMU 4.2.0 monitor - type 'help' for more information
+> (qemu) qemu-system-ppc: PCI bus not available for hda
+
+You have several problems in your command line. For one you have -cdrom 
+debian-10.0.0-powerpc-NETINST-1.iso insead of MacOS-9.2.2.iso but your 
+problem is the -soundhw hda option. Just remove this as it does not make 
+sense to add Intel HDA audio to a Macintosh and it won't work. Sound is 
+not currently supported in QEMU for MacOS guest yet, if you want 
+experimental build with sound support for running MacOS see forum at 
+emaculation.com.
+
+
+Sorry, I made a mistake, I'm trying to boot PowerPC Debian edition, not Mac OS 9.2.2. I removed the sound card and it boots now. Thank uou very much for your help.
+
+How to close this bug report ???
+