Quando o Ubuntu foi instalado, um segundo gerenciador de inicialização (GRUB) deveria ter sido instalado. Pelo que você está descrevendo, parece que o Gerenciador de Inicialização do Windows padrão está sendo usado em vez do GRUB. Eu tentaria as etapas sugeridas aqui :
- Boot to Windows.
- Open an Administrator Command Prompt window by right-clicking the Command Prompt icon and selecting the option to run it as Administrator
- Verify the existence of the Ubuntu boot manager:
dir \EFI\ubuntu
and make sure you can see "shimx64.efi"- Type
bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi
- Reboot
- If you boot into Ubuntu but GRUB did not give you a menu or if that menu did not include Windows, type
sudo update-grub
in a Terminal