I've created a persistent linux installation using the often suggested method with the help of mkusb and installing the final system using the before-created partitioning scheme (see e.g. here: https://askubuntu.com/a/1107334/1043714 by @C.S.Cameron).
I now have doubt, that grub is installed correctly. When I edit /etc/default/grub (with e.g. some change in the timeout) and update-grub, I don't see any effect after reboot.
I suspect, it should put grub.cfg somewhere into /dev/sdx3 (which to my understanding is the acutal boot partition) instead of /dev/sdx5 (which is my actual / ) - but I'm not sure and additionally don't know, how EFI would come into play at this moment...
Thanks a lot in advance for guiding, pheidrias