qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1887641] [NEW] PCI bus not available for hda
@ 2020-07-15  9:04 InfoLibre
  2020-07-15  9:07 ` [Bug 1887641] " InfoLibre
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: InfoLibre @ 2020-07-15  9:04 UTC (permalink / raw)
  To: qemu-devel

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

** 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/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 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1887641/+subscriptions


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1887641] Re: PCI bus not available for hda
  2020-07-15  9:04 [Bug 1887641] [NEW] PCI bus not available for hda InfoLibre
@ 2020-07-15  9:07 ` InfoLibre
  2020-07-15 10:59 ` [Bug 1887641] [NEW] " BALATON Zoltan
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: InfoLibre @ 2020-07-15  9:07 UTC (permalink / raw)
  To: qemu-devel

MLas OS 9.2.2 ISO is here if you need to test :
https://infolib.re/tests/OS9General.iso

-- 
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 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1887641/+subscriptions


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Bug 1887641] [NEW] PCI bus not available for hda
  2020-07-15  9:04 [Bug 1887641] [NEW] PCI bus not available for hda InfoLibre
  2020-07-15  9:07 ` [Bug 1887641] " InfoLibre
@ 2020-07-15 10:59 ` BALATON Zoltan
  2020-07-15 10:59   ` BALATON Zoltan
  2020-07-15 11:15 ` [Bug 1887641] " InfoLibre
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 7+ messages in thread
From: BALATON Zoltan @ 2020-07-15 10:59 UTC (permalink / raw)
  To: InfoLibre; +Cc: Mark Cave-Ayland, qemu-devel, Howard Spoelstra

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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Bug 1887641] [NEW] PCI bus not available for hda
  2020-07-15 10:59 ` [Bug 1887641] [NEW] " BALATON Zoltan
@ 2020-07-15 10:59   ` BALATON Zoltan
  0 siblings, 0 replies; 7+ messages in thread
From: BALATON Zoltan @ 2020-07-15 10:59 UTC (permalink / raw)
  To: 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.

-- 
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 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1887641/+subscriptions


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1887641] Re: PCI bus not available for hda
  2020-07-15  9:04 [Bug 1887641] [NEW] PCI bus not available for hda InfoLibre
  2020-07-15  9:07 ` [Bug 1887641] " InfoLibre
  2020-07-15 10:59 ` [Bug 1887641] [NEW] " BALATON Zoltan
@ 2020-07-15 11:15 ` InfoLibre
  2020-07-15 11:16 ` InfoLibre
  2020-07-15 12:00 ` Laurent Vivier
  4 siblings, 0 replies; 7+ messages in thread
From: InfoLibre @ 2020-07-15 11:15 UTC (permalink / raw)
  To: qemu-devel

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.

-- 
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 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1887641/+subscriptions


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1887641] Re: PCI bus not available for hda
  2020-07-15  9:04 [Bug 1887641] [NEW] PCI bus not available for hda InfoLibre
                   ` (2 preceding siblings ...)
  2020-07-15 11:15 ` [Bug 1887641] " InfoLibre
@ 2020-07-15 11:16 ` InfoLibre
  2020-07-15 12:00 ` Laurent Vivier
  4 siblings, 0 replies; 7+ messages in thread
From: InfoLibre @ 2020-07-15 11:16 UTC (permalink / raw)
  To: qemu-devel

How to close this bug report ???

-- 
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 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1887641/+subscriptions


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1887641] Re: PCI bus not available for hda
  2020-07-15  9:04 [Bug 1887641] [NEW] PCI bus not available for hda InfoLibre
                   ` (3 preceding siblings ...)
  2020-07-15 11:16 ` InfoLibre
@ 2020-07-15 12:00 ` Laurent Vivier
  4 siblings, 0 replies; 7+ messages in thread
From: Laurent Vivier @ 2020-07-15 12:00 UTC (permalink / raw)
  To: qemu-devel

** 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/1887641

Title:
  PCI bus not available for hda

Status in QEMU:
  Invalid

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 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1887641/+subscriptions


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-15 12:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15  9:04 [Bug 1887641] [NEW] PCI bus not available for hda InfoLibre
2020-07-15  9:07 ` [Bug 1887641] " InfoLibre
2020-07-15 10:59 ` [Bug 1887641] [NEW] " BALATON Zoltan
2020-07-15 10:59   ` BALATON Zoltan
2020-07-15 11:15 ` [Bug 1887641] " InfoLibre
2020-07-15 11:16 ` InfoLibre
2020-07-15 12:00 ` Laurent Vivier

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).