Tue, Apr 14, 2020 9:33:13 PM

This commit is contained in:
Samuel Tulach
2020-04-14 21:33:13 +02:00
parent 708e983bbf
commit a685f82256

View File

@@ -36,10 +36,11 @@ In order to use the efi-memory driver, you need to load it. First, obtain a copy
1. Extract downloaded efi shell and rename file Shell.efi (should be in folder UefiShell/X64) to bootx64.efi 1. Extract downloaded efi shell and rename file Shell.efi (should be in folder UefiShell/X64) to bootx64.efi
2. Format some USB driver to FAT32 2. Format some USB driver to FAT32
3. Create following folder structure: 3. Create following folder structure:
`
USB:. USB:.
│ memory.efi │ memory.efi
└───EFI └───EFI
└───Boot └───Boot
bootx64.efi bootx64.efi
`