Skip to content

Instantly share code, notes, and snippets.

@manuelgeek
Created November 24, 2019 12:20
Show Gist options
  • Save manuelgeek/9248e334b2112e7b5e62d03277fcc5fb to your computer and use it in GitHub Desktop.
Save manuelgeek/9248e334b2112e7b5e62d03277fcc5fb to your computer and use it in GitHub Desktop.
Ubuntu Force windows boot loader to point to ubuntu grub
You can now reboot your computer.
Please do not forget to make your BIOS boot on sda2/EFI/ubuntu/shimx64.efi file!
If your computer reboots directly into Windows, try to change the boot order in your BIOS.
If your BIOS does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment