I am trying to setup my PC with Windows 10 and Ubuntu (minimal installation option) on different partitions.
I started off by wiping the disk completely and installing Windows 10, which was succesful.
After this, I reorganized the partitions and installed Ubuntu from a bootable USB (Windows and Ubuntu on separate partitions)
Current partition organization is then:
- WIN: the Windows OS partition
- UBU: the Ubuntu OS partition
- DAT: the personal data partition
- some other smaller partitions wherefrom I do not know the origin.
After the installation is completed, GRUB does not appear and my PC boots straight into Windows 10. However I can get into Ubuntu from Windows' Advanced Startup option (reboot from 'ubuntu device').
What I want to achieve best-case would be: GRUB showing on startup with the option to choose between booting into Ubuntu (as a primary option) or booting into Windows 10 (as a secondary option). Also both OS's installed on a different partition would be preferable.
I have already tried to fix this issue by using the boot-repair tool and by changing the boot order (which was initially set correctly in my opinion) with efibootmgr. But none of those attempts were succesful.
The result from the efibootmgr was:
sudo efibootmgr
BootCurrent: 0003
Timeout: 2 seconds
BootOrder: 0003,0000,2003,2001,2002
Boot0000* Windows Boot Manager
Boot0001* UEFI: Network Card
Boot0002* UEFI: Network Card
Boot0003* ubuntu
Boot0004* UEFI: Network Card
Boot0005* UEFI: Network Card
Boot2001* EFI USB Device
Boot2002* EFI DVD/CDROM
Boot2003* EFI Network
Should I change the installation order (first Ubuntu, then Windows)?
Should I give up and install them with the 'alongside each other' option?
Help with this issue would be greatly appreciated!