- Timestamp:
- Mar 21, 2016, 6:47:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/README.uefi
r3442 r3537 6 6 Depending of your choice, software configuration, you may also use GPT or MBR as a file table format. Refer to README.ia64 for more details on how mondo and mindi deal with that. 7 7 8 When booting in UEFI mode on a RHEL6/CentOS6 system, the current media made doesn't boot automatically yet. 9 In order to restore your system, you'll have to go on the UEFI sheel and do the following: 8 If when booting in UEFI mode on a system, the current media made doesn't boot automatically, in order to restore your system, you'll have to go on the UEFI shell and do something like the following: 10 9 11 10 Shell> FS0: … … 14 13 FS0:\EFI\BOOT\> grub 15 14 15 This supposes that your D is seen as first media, which can be confirmed using the map command at UEFI shell prompt. 16 16 17 Then you'll be at the standard boot menu to restore your system with the choice of options. 17 You'll have to respect the case used in the example upper.18 You'll have to respect the case used in the example upper. 18 19 19 20 For now, MondoRescue doesn't invoke efibootmgr to recreate menu entries, so you'll have to recreate them manually for now. 21 We also do not support Secure Boot yet. So you'll have to boot the MondoRescue media with it disabled. 22 23 Useful links: 24 https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/ 25 https://wiki.debian.org/UEFI 26 27 Useful commands: 28 Shell> bcfg boot dump -v -b 20 29 21 30 Please report any problem around that tool to bruno@mondorescue.org 22 31 Bruno. 23 32 33 2016-03-21 Make instructions more generic 24 34 2015-08-28 Initial file
Note:
See TracChangeset
for help on using the changeset viewer.