Created
November 24, 2019 12:20
-
-
Save manuelgeek/9248e334b2112e7b5e62d03277fcc5fb to your computer and use it in GitHub Desktop.
Ubuntu Force windows boot loader to point to ubuntu grub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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