i did some edit on Ubuntu 24.10 following this question and this question
I edited grub with sudo nano /etc/default/grub
following by the command sudo update-grub
The edit was:
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || ec>
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
After I rebooted the system the boot menu or grub menu didn't appear and it went straight to Ubuntu 24.10. Now I cannot log in to my other operating system. I don't know what I did wrong. What can I do so that the grub boot menu appears again from which I can choose the operating system that I want to use?