Changes between Version 1 and Version 2 of RestoreUefi


Ignore:
Timestamp:
03/04/17 20:43:10 (7 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RestoreUefi

    v1 v2  
    11= Restore Uefi =
    22
    3 Every time windows 10 installs a service pack, the linux UEFI entries are made unavailable. Use this command to restore them.
     3Every time windows 10 installs a service pack, grub is removed as the default boot option.. In this page you can read how to resolve it.
    44
    55== Ubuntu ==
    6 open a CMD as admin and run:
     6If Grub is managed by Ubuntu.
     7
     8Open a CMD as admin and run:
    79{{{
    810bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi
    911}}}
     12This will replace the Windows boot entry in UEFI, with one that boots into GRUB. Assuming your GRUB menu then includes a working entry for Windows, you now have working dual-boot
     13== Fedora ==
     14If Grub is managed by Fedora use the following:
     15{{{
     16bcdedit /set {bootmgr} path \EFI\fedora\shim.efi
     17}}}