source: MondoRescue/branches/3.2/mindi/README.uefi@ 3537

Last change on this file since 3537 was 3537, checked in by Bruno Cornec, 8 years ago
  • First version allowing UEFI boot with RHEL 7 of mindi
  • Improves README.uefi
File size: 1.4 KB
Line 
1README for mondo/mindi usage on UEFI based systems
2
3A new replacement of the BIOS has emerged called UEFI.
4
5Depending on the boot mode you use (UEFI or BIOS), mondo and mindi will have te behave accordingly.
6Depending 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
8If 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:
9
10Shell> FS0:
11FS0:\> CD EFI
12FS0:\EFI\> CD BOOT
13FS0:\EFI\BOOT\> grub
14
15This supposes that your D is seen as first media, which can be confirmed using the map command at UEFI shell prompt.
16
17Then you'll be at the standard boot menu to restore your system with the choice of options.
18You'll have to respect the case used in the example upper.
19
20For now, MondoRescue doesn't invoke efibootmgr to recreate menu entries, so you'll have to recreate them manually for now.
21We also do not support Secure Boot yet. So you'll have to boot the MondoRescue media with it disabled.
22
23Useful links:
24https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
25https://wiki.debian.org/UEFI
26
27Useful commands:
28Shell> bcfg boot dump -v -b
29
30Please report any problem around that tool to bruno@mondorescue.org
31Bruno.
32
332016-03-21 Make instructions more generic
342015-08-28 Initial file
Note: See TracBrowser for help on using the repository browser.