Make Grub Menu Appear for Dual Boot Systems
Open the grub config file:
Change the lines:
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
to
Exit the file, then run the command
So that the changes can be registered. If you have a drive with another OS on it, it should be detected and displayed in the grub menu the next time you boot up. Good luck!