I had to do one step more before sudo-update grub, because I've got this message:
Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Check GRUB_DISABLE_OS_PROBER documentation entry. Adding boot menu entry for UEFI Firmware Settings ...
Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Check GRUB_DISABLE_OS_PROBER documentation entry. Adding boot menu entry for UEFI Firmware Settings ... theThe solution was add the line GRUB_DISABLE_OS_PROBER=false
GRUB_DISABLE_OS_PROBER=false after the last entry of /etc/default/grub
/etc/default/grub (sudo nanoe.g. using /etc/default/grub and add the line after the existing entriessudo nano /etc/default/grub)