Tue, Apr 14, 2020 9:40:39 PM

This commit is contained in:
Samuel Tulach
2020-04-14 21:40:39 +02:00
parent 60f953a6d4
commit 56b62860d0

View File

@@ -43,4 +43,15 @@ In order to use the efi-memory driver, you need to load it. First, obtain a copy
└───EFI
└───Boot
bootx64.efi
```
```
4. Boot from the USB driver
5. An UEFI shell should start, change directory to your USB (FS0 should be the USB since we are booting from it) and list files:
FS0:
ls
6. You should see file memory.efi, if you do, load it:
load memory.efi
7. Now there should be a nice efi-memory anscii logo printed in your UEFI shell. If there is, the driver was loaded successfuly. If that is the case, type `exit` to start standard boot procedure