summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRegia König2021-08-06 13:47:34 +0200
committerRegia König2021-08-06 13:47:34 +0200
commit373e7e970eea88612852d3b5ac61dcbf1f46cdd6 (patch)
tree1e57f635459e88af4af9d62d622108484e78ef03
parentComment switch_to_main_stack (diff)
downloadmemtest86-373e7e970eea88612852d3b5ac61dcbf1f46cdd6.tar.gz
memtest86-373e7e970eea88612852d3b5ac61dcbf1f46cdd6.tar.xz
memtest86-373e7e970eea88612852d3b5ac61dcbf1f46cdd6.zip
Complete README
-rw-r--r--efi_memtest/README29
1 files changed, 25 insertions, 4 deletions
diff --git a/efi_memtest/README b/efi_memtest/README
index cf9e1d8..600b6f1 100644
--- a/efi_memtest/README
+++ b/efi_memtest/README
@@ -35,10 +35,30 @@ The build process is tested on
3) HOW TO RUN
==================
- a) via QEMU
+ a) via QEMU:
+ Open a Terminal, navigate into efi_memtest directory and execute
+
+ -- sudo make
+ to build and run in qemu
+
+
-- sudo make run
- b) USB
- c) PXE
+ to run in qemu
+
+ b) via USB:
+
+ - Rename MemtestEfi.efi to BOOTX64.efi
+ - Format USB drive to FAT32
+ - copy the efi file into /efi/boot/BOOTX64.efi
+ - If you want to use the logger, create a file "memtest_log" in efi/ directory
+
+ I had to disable the Networkstack in BIOS,
+ then enter the bootmenu via F12 during the boot process and choose the USB drive
+
+ c) via PXE:
+
+ Create a TFTP server, copy MemtestEfi.efi on this server
+ Enable Networkboot on the test computer
4) OPEN TASKS
==================
@@ -48,4 +68,5 @@ The build process is tested on
5) CONTACT
===============
- Regina König <koenig_regina@arcor.de> \ No newline at end of file
+ Regina König <koenig_regina@arcor.de>
+