Created
January 17, 2025 08:44
-
-
Save xypron/83c27e97d2d5dfe531702a7aa79cffe5 to your computer and use it in GitHub Desktop.
MemTest86 EFI GUIDs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following GUIDs are present in /EFI/BOOT/BOOTAA64.efi of memtest86-usb.zip | |
(https://www.memtest86.com/downloads/memtest86-usb.zip) | |
D2 E8 A4 EB 58 38 EC 41 A2 81 26 47 BA 96 60 D0 | |
#define EFI_DEBUGPORT_PROTOCOL_GUID \ | |
{0xEBA4E8D2,0x3858,0x41EC,\ | |
{0xA2,0x81,0x26,0x47,0xBA,0x96,0x60,0xD0}} | |
DE A9 42 90 DC 23 38 4A 96 FB 7A DE D0 80 51 6A | |
#define EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID \ | |
{0x9042a9de,0x23dc,0x4a38,\ | |
{0x96,0xfb,0x7a,0xde,0xd0,0x80,0x51,0x6a}} | |
05 A6 DD 3F 6E A7 46 4F AD 29 12 F4 53 1B 3D 08 | |
define EFI_MP_SERVICES_PROTOCOL_GUID \ | |
{0x3fdda605,0xa76e,0x4f46,{0xad,0x29,0x12,0xf4,\ | |
0x53,0x1b,0x3d,0x08}} | |
53 47 C1 E0 BE F9 D2 11 9A 0C 00 90 27 3F C1 4D | |
#define EFI_PC_ANSI_GUID\ | |
{0xe0c14753,0xf9be,0x11d2,{0x9a,0x0c,0x00,0x90,0x27,0x3f,0xc1,0x4d}} | |
88 81 01 08 CD 42 48 BB 10 0F 53 87 D5 3D ED 3D | |
#define EFI_PERSISTENT_VIRTUAL_CD_GUID \ | |
{ 0x08018188,0x42CD,0xBB48,\ | |
{0x10,0x0F,0x53,0x87,0xD5,0x3D,0xED,0x3D }} | |
C9 02 EA 5C 07 4D D3 69 26 9F 44 96 FB E0 96 F9 | |
#define EFI_PERSISTENT_VIRTUAL_DISK_GUID \ | |
{ 0x5CEA02C9,0x4D07,0x69D3,\ | |
{0x26,0x9F,0x44,0x96,0xFB,0xE0,0x96,0xF9 }} | |
B4 DD 87 D4 8B 00 D9 11 AF DC 00 10 83 FF CA 4D | |
gEfiSasDevicePathGuid | |
{ 0xd487ddb4, 0x008b, 0x11d9, | |
{ 0xaf, 0xdc, 0x00, 0x10, 0x83, 0xff, 0xca, 0x4d }} | |
9D 9A 49 37 2F 54 89 4C A0 26 35 DA 14 20 94 E4 | |
#define DEVICE_PATH_MESSAGING_UART_FLOW_CONTROL \ | |
{0x37499a9d,0x542f,0x4c89, | |
{0xa0,0x26,0x35,0xda,0x14,0x20,0x94,0xe4}} | |
8B 29 2C 98 FA F4 CB 41 B8 38 77 AA 68 8F B8 39 | |
gEfiUgaDrawProtocolGuid | |
{ 0x982C298B, 0xF4FA, 0x41CB, | |
{ 0xB8, 0x38, 0x77, 0xAA, 0x68, 0x8F, 0xB8, 0x39 }} | |
65 60 A6 DF 19 B4 D3 11 9A 2D 00 90 27 3F C1 4D | |
#define EFI_VT_100_GUID\ | |
{0xdfa66065,0xb419,0x11d3, | |
{0x9a,0x2d,0x00,0x90,0x27,0x3f,0xc1,0x4d} | |
0B C7 AE 7B E0 57 76 4C 8E 87 2F 9E 28 08 83 43 | |
#define EFI_VT_100_PLUS_GUID\ | |
{0x7baec70b,0x57e0,0x4c76, | |
{0x8e,0x87,0x2f,0x9e,0x28,0x08,0x83,0x43}} | |
D6 A0 15 AD EC 8B CF 4A A0 73 D0 1D E7 7E 2D 88 | |
#define EFI_VT_UTF8_GUID\ | |
{0xad15a0d6,0x8bec,0x4acf, | |
{0xa0,0x73,0xd0,0x1d,0xe7,0x7e,0x2d,0x88}} | |
30 BD 5A 3D 75 41 CE 87 6D 64 D2 AD E5 23 C4 BB | |
#define EFI_VIRTUAL_CD_GUID \ | |
{ 0x3D5ABD30,0x4175,0x87CE,\ | |
{0x6D,0x64,0xD2,0xAD,0xE5,0x23,0xC4,0xBB }} | |
5A 53 AB 77 FC 45 4B 62 55 60 F7 B2 81 D1 F9 6E | |
#define EFI_VIRTUAL_DISK_GUID \ | |
{ 0x77AB535A,0x45FC,0x624B,\ | |
{0x55,0x60,0xF7,0xB2,0x81,0xD1,0xF9,0x6E }} | |
42 B6 88 31 60 20 5A 4F A7 4D 84 D6 1E B3 E9 02 | |
90 16 E1 C4 3C B1 9F 49 AB 33 19 58 4C 09 B8 40 | |
8B 5D 19 D8 7B 74 EE 44 BD 57 98 E7 CE 00 03 51 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment