summaryrefslogtreecommitdiffstats
path: root/admin/memtest86plus/files/memtestplus.efi
blob: eef58bc5f59619ca4a05d1884c4e6a07a21d21ae (plain)
1
2
3
4
5
6
7
8

menuentry 'Memory Tester (memtest86+) for EFI' {
	insmod part_gpt
	insmod part_msdos
	insmod fat
	insmod chain
	chainloader /boot/memtest86+/memtest.efi
}