Re: Grub failed

2023-11-27 Thread John Paul Adrian Glaubitz
On Mon, 2023-11-27 at 20:02 +0700, Jeroen Diederen wrote: > You have to be patient, it will take at least a minute. Nope, even after five minutes nothing. I assume a regression in QEMU. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75

Re: Grub failed

2023-11-27 Thread Jeroen Diederen
Hi Adrian, By the way, I am on qemu 6.2 (Ubuntu) https://launchpad.net/ubuntu/+source/qemu/1:6.2+dfsg-2ubuntu6.15 Regards Jeroen John Paul Adrian Glaubitz schreef op 2023-11-27 20:00: Hello! On Mon, 2023-11-27 at 19:40 +0700, Jeroen Diederen wrote: qemu-system-ppc \ -L pc-bios \ -boot

Re: Grub failed

2023-11-27 Thread Jeroen Diederen
You have to be patient, it will take at least a minute. John Paul Adrian Glaubitz schreef op 2023-11-27 20:00: Hello! On Mon, 2023-11-27 at 19:40 +0700, Jeroen Diederen wrote: qemu-system-ppc \ -L pc-bios \ -boot d \ -M mac99 \ -m 2048 \ -prom-env 'auto-boot?=true' \ -prom-en

Re: Grub failed

2023-11-27 Thread John Paul Adrian Glaubitz
Hello! On Mon, 2023-11-27 at 19:40 +0700, Jeroen Diederen wrote: > 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 > \ >

Re: Grub failed

2023-11-27 Thread Jeroen Diederen
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?=t

Re: Grub failed

2023-11-27 Thread John Paul Adrian Glaubitz
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 t

Re: Grub failed

2023-11-27 Thread Jeroen Diederen
Adrian, How are we going to solve the grub installation problem within debian-installer then? Jeroen John Paul Adrian Glaubitz schreef op 2023-11-26 14:10: On Sun, 2023-11-26 at 07:57 +0700, Jeroen Diederen wrote: Another thing that I now remember is that on one ppc64 machine after upgradin