From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17DB2C433E1 for ; Wed, 15 Jul 2020 11:00:30 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DE07B206E9 for ; Wed, 15 Jul 2020 11:00:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DE07B206E9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=eik.bme.hu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:40750 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jvf9J-0007Xa-6X for qemu-devel@archiver.kernel.org; Wed, 15 Jul 2020 07:00:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60198) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvf8Y-00077w-C2 for qemu-devel@nongnu.org; Wed, 15 Jul 2020 06:59:42 -0400 Received: from zero.eik.bme.hu ([2001:738:2001:2001::2001]:62128) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvf8T-0008P6-Gd for qemu-devel@nongnu.org; Wed, 15 Jul 2020 06:59:41 -0400 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id 9EF5F74637E; Wed, 15 Jul 2020 12:59:22 +0200 (CEST) Received: by zero.eik.bme.hu (Postfix, from userid 432) id 7020874633D; Wed, 15 Jul 2020 12:59:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zero.eik.bme.hu (Postfix) with ESMTP id 6EB7A746335; Wed, 15 Jul 2020 12:59:22 +0200 (CEST) Date: Wed, 15 Jul 2020 12:59:22 +0200 (CEST) From: BALATON Zoltan To: InfoLibre <1887641@bugs.launchpad.net> Subject: Re: [Bug 1887641] [NEW] PCI bus not available for hda In-Reply-To: <159480389351.19763.4894026633511253778.malonedeb@chaenomeles.canonical.com> Message-ID: References: <159480389351.19763.4894026633511253778.malonedeb@chaenomeles.canonical.com> User-Agent: Alpine 2.22 (BSF 395 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Received-SPF: pass client-ip=2001:738:2001:2001::2001; envelope-from=balaton@eik.bme.hu; helo=zero.eik.bme.hu X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Cave-Ayland , qemu-devel@nongnu.org, Howard Spoelstra Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1990BC4346B for ; Wed, 15 Jul 2020 11:11:38 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E82252063A for ; Wed, 15 Jul 2020 11:11:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E82252063A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bugs.launchpad.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:50496 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jvfK5-0003oS-8Q for qemu-devel@archiver.kernel.org; Wed, 15 Jul 2020 07:11:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35426) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvfJT-00032Z-06 for qemu-devel@nongnu.org; Wed, 15 Jul 2020 07:10:59 -0400 Received: from indium.canonical.com ([91.189.90.7]:41222) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jvfJQ-0002YT-Qf for qemu-devel@nongnu.org; Wed, 15 Jul 2020 07:10:58 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.86_2 #2 (Debian)) id 1jvfJP-0007OI-0O for ; Wed, 15 Jul 2020 11:10:55 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 001FD2E8025 for ; Wed, 15 Jul 2020 11:10:55 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 15 Jul 2020 10:59:22 -0000 From: BALATON Zoltan <1887641@bugs.launchpad.net> To: qemu-devel@nongnu.org X-Launchpad-Notification-Type: bug X-Launchpad-Bug: product=qemu; status=New; importance=Undecided; assignee=None; X-Launchpad-Bug-Information-Type: Public X-Launchpad-Bug-Private: no X-Launchpad-Bug-Security-Vulnerability: no X-Launchpad-Bug-Commenters: balaton-4 david-vantyghem X-Launchpad-Bug-Reporter: InfoLibre (david-vantyghem) X-Launchpad-Bug-Modifier: BALATON Zoltan (balaton-4) References: <159480389351.19763.4894026633511253778.malonedeb@chaenomeles.canonical.com> Message-ID: Subject: Re: [Bug 1887641] [NEW] PCI bus not available for hda X-Launchpad-Message-Rationale: Subscriber (QEMU) @qemu-devel-ml X-Launchpad-Message-For: qemu-devel-ml Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="4809fcb62f445aaa3ae919f7f6c3cc7d156ea57a"; Instance="production-secrets-lazr.conf" X-Launchpad-Hash: ebbadf2c2f21471b22007061ac62f06e4a9ec29e Received-SPF: none client-ip=91.189.90.7; envelope-from=bounces@canonical.com; helo=indium.canonical.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/15 02:50:56 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -58 X-Spam_score: -5.9 X-Spam_bar: ----- X-Spam_report: (-5.9 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Bug 1887641 <1887641@bugs.launchpad.net> Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Message-ID: <20200715105922.B9_8rIn98sJXciHfE0NcuToXAkFDDLrCbUgQ9ZbQN84@z> 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=3Dtcg -m 512 -cdrom = > /home/david/Bureau/debian-10.0.0-powerpc-NETINST-1.iso -drive = > file=3D"/home/david/.aqemu/iMacG3_hard_disk_HDA.img",if=3Dide,index=3D0 = > -virtfs = > local,id=3Dshared_folder_dev_0,path=3D/home/david/Bureau,security_model= =3Dnone,mount_tag=3Dshared0 = > -boot order=3Ddc,menu=3Don -net nic,macaddr=3D00:a2:6d:80:10:8f,model=3Dr= tl8139 = > -net user -net user,smb=3D/home/david/Bureau -rtc base=3Dlocaltime -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. -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1887641 Title: PCI bus not available for hda Status in QEMU: New Bug description: 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 acc= el=3Dtcg -m 512 -cdrom /home/david/Bureau/debian-10.0.0-powerpc-NETINST-1.i= so -drive file=3D"/home/david/.aqemu/iMacG3_hard_disk_HDA.img",if=3Dide,ind= ex=3D0 -virtfs local,id=3Dshared_folder_dev_0,path=3D/home/david/Bureau,sec= urity_model=3Dnone,mount_tag=3Dshared0 -boot order=3Ddc,menu=3Don -net nic,= macaddr=3D00:a2:6d:80:10:8f,model=3Drtl8139 -net user -net user,smb=3D/home= /david/Bureau -rtc base=3Dlocaltime -name "Debian + LXDE sur iMac G3" -M ma= c99 QEMU 4.2.0 monitor - type 'help' for more information (qemu) qemu-system-ppc: PCI bus not available for hda To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1887641/+subscriptions