Changes between Initial Version and Version 1 of RestoreUefi
- Timestamp:
- 03/04/17 20:37:40 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RestoreUefi
v1 v1 1 = Restore Uefi = 2 3 Every time windows 10 installs a service pack, the linux UEFI entries are made unavailable. Use this command to restore them. 4 5 == Ubuntu == 6 open a CMD as admin and run: 7 {{{ 8 bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi 9 }}}