FollowThe problem seems to be that as you installed Windows first, it's boot entry is above the Linux boot entry, which needs to be loaded for GRUB to show up. To fix this order, try following these steps:
- Go into your boot settings, accessible by pressing a specific key during boot (check your laptop's manual)
- Find the option to change the OS boot order (Most likely accessible by pressing enter on the OS boot loader entry in the boot order list).
- Move the linuxLinux entry above windowsWindows.
- Press the key for
save & exitand reboot.
This will make linuxLinux boot by default, and grubGRUB should show up, with an option to boot into windows.