Message from grub-tools

Hi there,

yesterdays update brought this message:

grub-tools / grub-fix-initrd-generation:
/etc/grub.d/30_os-prober not changed.
Changes for /usr/lib/linux-boot-probes/mounted/40grub2:
81c81
< 				shift; initrd="$(echo "$@" | sed 's/(.*)//')"
---
> 				initrd="$(echo "$2" | sed 's/(.*)//')"
84c84
< 					initrd=($initrd); initrd=${initrd[@]/#//boot}
---
> 					initrd="/boot$initrd"
Backup to /usr/lib/linux-boot-probes/mounted/40grub2.bak.

Is this just information, or do I have to intervene here somehow?

Thanks in advance,

Christoph

It is just information of the change program grub-fix-initrd-generation did.

The change is supposed to fix package os-prober (and there’s a similar fix for package grub) in order to make the generated /boot/grub/grub.cfg able to boot also other Arch based distros in multi-booting scenarios.
The upstream packages grub and os-prober have a problem with this.

2 Likes

Thanks for your quick answer!

2 Likes