Le 24/02/2022 à 16:14, John Griessen a écrit :
During boot, when the grub menu usually would come up, I see
error: can't find command 'exec' .
https://www.cibolo.com/docs/grub.cfg.txt
### BEGIN /etc/grub.d/04_custom ###
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
Something must be wrong in /etc/grub.d/04_custom. Isn't there an extra
line before the exec command (besides #!/bin/sh) ?