Changes between Version 1 and Version 2 of RestoreUefi
- Timestamp:
- 03/04/17 20:43:10 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RestoreUefi
v1 v2 1 1 = Restore Uefi = 2 2 3 Every time windows 10 installs a service pack, the linux UEFI entries are made unavailable. Use this command to restore them.3 Every 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. 4 4 5 5 == Ubuntu == 6 open a CMD as admin and run: 6 If Grub is managed by Ubuntu. 7 8 Open a CMD as admin and run: 7 9 {{{ 8 10 bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi 9 11 }}} 12 This 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 == 14 If Grub is managed by Fedora use the following: 15 {{{ 16 bcdedit /set {bootmgr} path \EFI\fedora\shim.efi 17 }}}