Skip to content

Instantly share code, notes, and snippets.

@etigui
Last active March 8, 2019 11:51
Show Gist options
  • Select an option

  • Save etigui/3cd484b5845803360303ae416c43b9a0 to your computer and use it in GitHub Desktop.

Select an option

Save etigui/3cd484b5845803360303ae416c43b9a0 to your computer and use it in GitHub Desktop.
Grub does not load after BIOS update (Ubuntu/Windows)

Fix

  1. Run the Windows command prompt (cmd.exe) with Administrator privileges.

  2. Run this commands to make Grub as the default boot manager:

    bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi 
    
  3. Restart the computer, then you should see again the Grub menu with both Windows and Ubuntu.

Ref

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment