Thanks !Try to edit
/etc/default/grub
and change to
GRUB_DISABLE_OS_PROBER=false
To have Debian visible in the boot picker, you can make a CHRP file (template here: https://wiki.gentoo.org/wiki/GRUB_on_Open_Firmware_(PowerPC)#CHRP_boot_script) and change the boot line to yours (
boot hd:9,\grub). You then need to copy it to your boot partition (presumably sda9 or hda9) which already looks to have your grub and grub.cfg file.
Make sure you set the attributes correctly after copying, using e.g.
Code:hattrib -t tbxi :ofboot.b
Cheers,
GRUB_DISABLE_OS_PROBER=false
doesn't seem to work tho... Grub still shows only Debian.
Anyway I've
setenv boot-device hd:9,\grub
in OF, so to boot into grub by default. If I want to boot the other two systems I just press alt and they show.
Also, this running on a SSD, there seems to be a problem with sleep. After some time of inactivity, the system freezes , so I think sleep/suspend/hybernate is activated by default, but it doesn't like waking up a SSD or a PCC...
So I disactivated all :
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
So far, so good. no big deal anyway, as sleep is broken on PowerPC Debian since Jessie.