From 56b62860d0e2bb56a8124d084b990b00b6a8f3de Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Tue, 14 Apr 2020 21:40:39 +0200 Subject: [PATCH] Tue, Apr 14, 2020 9:40:39 PM --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92270d9..c50f952 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +``` +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