Hi,
I always do it like this. Download this image:
https://cdimage.debian.org/cdimage/ports/snapshots/2023-06-18/debian-12.0.0-powerpc-NETINST-1.iso
Create a 10G qcow2 disk image debian12.qcow2 then:
qemu-system-ppc \
-L pc-bios \
-boot d \
-M mac99 \
-m 2048 \
-prom-env 'auto-boot?=true' \
-prom-env 'boot-args=-v' \
-drive file=debian-12.0.0-powerpc-NETINST-1.iso,format=raw,media=cdrom
\
-drive file=debian12.qcow2,format=qcow2,media=disk \
-net nic,model=sungem \
-net user
It will work, I did it many times before.
Jeroen
John Paul Adrian Glaubitz schreef op 2023-11-27 16:04:
Hello!
On Mon, 2023-11-27 at 15:58 +0700, Jeroen Diederen wrote:
How are we going to solve the grub installation problem within
debian-installer then?
I will have to verify the issue myself. I did a quick test with
qemu-ppc
but the kernel didn't boot for me. I will try on my iBook G4 later this
week and commit a fix if there is a bug.
Adrian