On 4/10/19 4:53 AM, Dennis Clarke wrote: > /usr/lib/grub-installer/mkhfs-bootstrap.sh: Permission denied
Frank, I suggest invoking your script with "sh -c", could you test this patch? --- grub-installer~ 2019-04-06 00:03:33.153827119 +0300 +++ grub-installer 2019-04-10 09:48:57.414750733 +0300 @@ -249,7 +249,7 @@ ppc64/chrp|ppc64/chrp_rs6k|ppc64/chrp_ibm|ppc64/cell) ;; powerpc/powermac_newworld|ppc64/powermac_newworld) - /usr/lib/grub-installer/mkhfs-bootstrap.sh || exit 1 + sh -c '/usr/lib/grub-installer/mkhfs-bootstrap.sh' || exit 1 offs=$(findfs /boot/grub) [ -n "$offs" ] || error "GRUB requires that the OF partition is mounted in /boot/grub" 1>&2 ;; Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913