On 07/04/2019 23:26, Frank Scheiner wrote: > On 4/7/19 15:23, David VANTYGHEM wrote: >> >> Le 07/04/2019 à 13:27, David VANTYGHEM a écrit : >>> Le 07/04/2019 à 13:26, Frank Scheiner a écrit : >>>> On 4/7/19 11:45, David VANTYGHEM wrote: >>>>> Le 06/04/2019 à 23:31, John Paul Adrian Glaubitz a écrit : >>>>>> On 4/6/19 10:41 PM, David VANTYGHEM wrote: >>>>>>>> Done: https://cdimage.debian.org/cdimage/ports/2019-04-06/ >>>>>>> I just tested this version on Qemu and I've got this error with Grub : >>>>>>> https://framapic.org/akOHeksS12oS/Da09AivOaCdX.png >>>>>> Could you run the installation in English, please? I unfortunately >>>>>> don't >>>>>> speak French so I have no idea what that error message says without >>>>>> asking a dictionary. >>>>>> >>>>>> >> My config : https://framapic.org/73u0wOljO2rC/CFmMiDh1UciP.png >> >> I have this error in /var/log/syslog : >> https://framapic.org/5YQveKvbJKps/3MKipDbxX4Yd.png > > I think this looks like the emulated powerpc machine is not identified > as powerpc/powermac_newworld. The changes to d-i/grub-installer are only > "active" for NewWorld Power Macs. > > What does `archdetect` say if you run it in a console in the installer > environment?
I'm actually AFK now for the next 2 weeks, but I suspect the issue here is that David is running the default QEMU PPC machine which is the G3 beige. If you want a New World Mac then you'll need to run either: qemu-system-ppc -M mac99 .... or: qemu-system-ppc -M mac99,via=pmu ... ATB, Mark.