Hi!
So there was a grub update and it is recommended to install grub again and then make the config.
In this thread
@dalto postet a grub hook to put it as grub.hook inside /etc/pacman.d/hooks/
[Trigger]
Operation = Upgrade
Type = Package
Target = grub
[Action]
Description = Re-install grub on update
When = PostTransaction
Depends = grub
Exec = sh -c "grub-install --no-nvram && grub-mkconfig -o /boot/grub/grub.cfg"
but it (sorry) doesn’t work for me.
By updating system (sudo pacman -Syu) I get an error message:
Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
means in english: Can’t call execv (File or Folder not found)
So what is going wrong?
Greetings,
Tariin