Open richardebeling opened 1 year ago
I also experienced this problem. The USB stick created by the Memtest86+ installer is not bootable from my UEFI computer. The stick does not show up in the boot drives whether secure boot is enabled or disabled.
What's the model and BIOS version of your motherboard?
I don't know the motherboard model. It's a HP Spectre x360 16-f200 laptop. The BIOS lists: System Board ID: 891F BIOS Vendor: Insyde BIOS version: F.11
Initial state of the USB stick:
I run the windows installer on this drive with "Check this box if you want to format the Drive" checked. Afterwards, the USB stick does not show up in my UEFI boot device list (mainboard: MSI B550-A PRO on UEFI version
7C56vAE1
from 2023-06-09).Windows lists the partition on the stick as
FAT32 (Active, Primary Partition)
.fdisk -l
shows it as typeW95 FAT32 (LBA)
with id=c
and the boot asterisk set.If I run
fdisk /dev/sdb
and change type (t
) toef
(->Changed type of partition '95 FAT (LBA)' to 'EFI (FAT-12/16/32)'
),fdisk
shows it as such, Windows shows it asActive, EFI System Partition
.Now, it shows up in the UEFI as a bootable drive and I can boot from it.
If I use the
.iso
file with rufus (3.22), the partition created by rufus has this type (ef
).On memtest86plus/memtest86plus#35, this comment indicated that recoverability of the USB drive after using it for memtest86+ is a concern. After changing the partition type to
ef
, I can no longer reset the device to a single FAT32 partition on windows as it doesn't allow changing/deleting theEFI System Partition
in "Disk Management" (diskmgmt.msc).Installer log: