Hello,
I have set up a bootable USB drive on Linux, and I want to load a custom configuration file. The instructions indicate that it should be placed in the EFI/BOOT directory, but when I mount the USB, no such directory exists. For reference, I have created the bootable USB via the command:
A followup question:
I have configured the tests to start automatically (AUTOMODE) and reboot on completion (EXITMODE). Will the test run continually each time it is rebooted until I interrupt it? Will each power cycle have its own result output? How do I access these from the USB?
Thanks in advance for any help you can provide.
I have set up a bootable USB drive on Linux, and I want to load a custom configuration file. The instructions indicate that it should be placed in the EFI/BOOT directory, but when I mount the USB, no such directory exists. For reference, I have created the bootable USB via the command:
Code:
dd if=memtest86-pro-usb.img of=/dev/sdc
I have configured the tests to start automatically (AUTOMODE) and reboot on completion (EXITMODE). Will the test run continually each time it is rebooted until I interrupt it? Will each power cycle have its own result output? How do I access these from the USB?
Thanks in advance for any help you can provide.
Comment