Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

daschmc

Members
  • Joined

  • Last visited

  1. This is my latest configuration. Manually added "pc-bios" folder from Qemu GitHub repository to "/usr/bin". But still no boot. "OpenBios" quotes "No valid state has been set by load or init-program". Tried it 1000x times with different configurations, read Libvirt references, used UTM configurations but I don't know what is missing 😕 (The image I'm using boots perfectly on Unraid when starting from shell) ./qemu-system-ppc -L /usr/bin/pc-bios -M mac99 -device VGA,edid=on -prom-env 'auto-boot?=true' -prom-env 'vga-ndrv?=true' -boot c -drive file=/mnt/user/isos/QEMUclean.img,format=qcow2,media=disk -drive file=/mnt/user/isos/Universal_Toolbox.toast,format=raw,media=cdrom -spice port=5900,addr=127.0.0.1,disable-ticketing <?xml version='1.0' encoding='UTF-8'?> <domain type='qemu' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>macosx10.0-ppc</name> <uuid>69d674e8-e498-469b-8a90-76bcf1c2a753</uuid> <memory unit='KiB'>65536</memory> <os> <type arch='ppc' machine='mac99'>hvm</type> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-ppc</emulator> <graphics type='spice' autoport='yes'> <listen type='address'/> <image compression='off'/> <gl enable='no'/> </graphics> <audio id='1' type='none'/> <video> <model type='virtio' heads='1' primary='yes'> <acceleration accel3d='no'/> </model> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-L'/> <qemu:arg value='/usr/bin/pc-bios'/> <qemu:arg value='-M'/> <qemu:arg value='mac99,via=cuda'/> <qemu:arg value='-m'/> <qemu:arg value='64'/> <qemu:arg value='-boot'/> <qemu:arg value='c'/> <qemu:arg value='-device'/> <qemu:arg value='ide-hd,bus=ide.0,drive=drive1,bootindex=0'/> <qemu:arg value='-drive'/> <qemu:arg value='if=none,media=disk,id=drive1,file=/mnt/user/YOURIMAGE.qcow2,discard=unmap,detect-zeroes=unmap'/> <qemu:arg value='-prom-env'/> <qemu:arg value='boot-device=hd:,\\:tbxi'/> <qemu:arg value='-device'/> <qemu:arg value='VGA,edid=on'/> <qemu:arg value='-prom-env'/> <qemu:arg value='auto-boot?=true'/> <qemu:arg value='-prom-env'/> <qemu:arg value='vga-ndrv?=true'/> <qemu:arg value='-accel'/> <qemu:arg value='tcg,tb-size=128'/> </qemu:commandline> <qemu:capabilities> <qemu:add capability='blockdev'/> <qemu:add capability='drive'/> </qemu:capabilities> </domain>
  2. They are at /usr/bin/qemu-system-ppc but im not able to figure out how to manage libvirt if i run ./qemu-system-ppc with args from cli it works
  3. Need help setting up qemu-system-ppc. Due to missing template I used virt-manager to setup this VM. Folder "pc-bios" was manually added by myself to /usr/bin/ VM fails to boot What am I missing? <?xml version='1.0' encoding='UTF-8'?> <domain type='qemu' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>PPCVM</name> <uuid>f9957e6d-1ad7-4b29-8d94-a05d828d402c</uuid> <title>PowerMAC</title> <memory unit='KiB'>131072</memory> <currentMemory unit='KiB'>131072</currentMemory> <vcpu placement='static'>1</vcpu> <os> <type arch='ppc' machine='mac99'>hvm</type> <loader type='rom'>/usr/bin/pc-bios/openbios-ppc</loader> <nvram>/etc/libvirt/qemu/nvram/ppcnvram.qcow2</nvram> <boot dev='cdrom'/> <bootmenu enable='no'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-ppc</emulator> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/MacOS904DE.iso'/> <target dev='sda' bus='scsi'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw'/> <source file='/mnt/disks/SecondCache/PPC/MacHD.img'/> <target dev='sdb' bus='scsi'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='scsi' index='0' model='virtio-scsi'> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:a7:f9:c8'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <graphics type='vnc' port='-1' autoport='yes' keymap='de'> <listen type='address'/> </graphics> <audio id='1' type='none'/> <video> <model type='virtio' heads='1' primary='yes'> <acceleration accel3d='no'/> </model> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <source> <address domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> </source> <rom file='/usr/bin/pc-bios/qemu_vga.ndrv'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-L'/> <qemu:arg value='/usr/bin/pc-bios/'/> <qemu:arg value='-M'/> <qemu:arg value='mac99,via=pmu'/> <qemu:arg value='-device'/> <qemu:arg value='VGA,edid=on'/> <qemu:arg value='-prom-env'/> <qemu:arg value='auto-boot?=true'/> <qemu:arg value='-prom-env'/> <qemu:arg value='vga-ndrv?=true'/> </qemu:commandline> </domain>
  4. 6.11.1 Linux 5.19.14-Unraid. root@Tower:~# /sbin# ls /usr/bin/qem* -bash: /sbin#: No such file or directory root@Tower:~#
  5. Did anyone tried it yet? cant get it to work because qemu-System-PPC is still missing 🤔

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.