I used this command:

        

qemu-system-ppc \

-monitor stdio \

-k fr \

-machine accel=tcg \

-m 512 \

-drive file="/home/david/Documents/Informatique/Documentation/Macintosh/debian-11.0.0-powerpc-NETINST-1.iso",if=ide,media=disk \

-drive file="/home/david/Documents/Informatique/Documentation/Macintosh/Debian + LXDE sur iMac G3.vmdk",if=ide,media=disk \

-boot once=c,menu=on \

-net nic,macaddr=00:e0:4c:2c:09:45,model=rtl8139 \

-net user \

-rtc base=localtime \

-name "Debian + LXDE sur iMac G3" \

-M g3beige

Le 23/01/2023 à 09:35, Dan Whitehouse a écrit :
What command did you use to attempt the install?

I used something like this:

#!/bin/bash

qemu-system-ppc \
   -L pc-bios \
   -boot d \
   -M mac99 \
   -m 2048 \
   -prom-env 'auto-boot?=true' \
   -prom-env 'boot-args=-v' \
   -prom-env 'vga-ndrv?=true' \
   -drive 
file=/var/lib/libvirt/images/debian-11.0.0-powerpc-NETINST-1.iso,format=raw,media=cdrom
 \
   -drive 
file=/var/lib/libvirt/images/debian_32bit.qcow2,format=qcow2,media=disk \
   -netdev user,id=mynet0,net=192.168.76.0/24,dhcpstart=192.168.76.10 \
   -device sungem,netdev=mynet0 \
   -monitor stdio

I haven’t tried your specific snapshot but the above got me a working install 
on Qemu. It’s extremely slow though and I have no luck getting KVM to work.
My installer is:

Debian GNU/Linux 11.0.0 "Sid" - Unofficial powerpc NETINST with
                            firmware 20220323-11:37

Thanks,

Dan


--
Passez à Linux :https://infolib.re

    .--.
   |o_o |
   ||_/ |
  //    \\    Envoyé depuis mon Linux
 (|      |)
/ \_   _/ \
\___)=(___/

Reply via email to