- Intel i3 10105F
- AMD Sapphire RX 5600 XT ( Navi 10 )
-
MSI H510M-A PRO
- m-ATX size
- Audio: Realtek® ALC892/ ALC897 Codec
- Socket: LGA 1200 (for Intel 10th and 11th Generation)
- 2x Dual-Channel DDR4 RAM (3200MHz max bus)
- 1 PCI-E x16
- 1 PCI-E x1
- 2 M.2 Slots
- PCI-E Generation: 4.0 ( but currently running on 3.0 because the CPU lol )
- 4 SATA Slots
- 2x Kingston Fury Beast 8GB (3200MHz but only runs at 2666MHz 💔)
- Intel WiFi-6 AX 200
- Fast boot
- Serial/COM Port
- Parallel Port
- Compatibility Support Module (CSM)
- CFG Lock
- Intel SGX
- Secure Boot, following these guides from perez987 and profzei
- Hyper-Threading
- AHCI SATA mode (always by default)
- VT-x, VT-d
- Execute Disable Bit
├── Boot/
│ ├── drivers_x64/
│ ├── icons/
│ ├── keys/
│ ├── themes/
│ ├── vars/
│ ├── BOOTx64.efi
│ ├── refind.conf
│ └── refind.conf-sample
├── Microsoft/
│ ├── Boot/
│ └── Recovery/
├── OC/
│ ├── ACPI/
│ ├── Drivers/
│ ├── Kexts/
│ ├── Resources/
│ ├── Tools/
│ ├── OpenCore.efi
│ └── config.plist
├── images/
│ ├── cpu.png
│ ├── mainboard.png
│ ├── ram.png
│ ├── screenshot.png
│ ├── vga.png
│ └── wifi_card.png
├── secure_boot_certs/
│ ├── KEK.auth
│ ├── PK.auth
│ └── db.auth
├── tools
│ └── shellx64.efi
└── README.md
- BOOTx64.efi : rEFInd EFI boot binary
- drivers_x64/ : rEFInd filesystem drivers
- icons/ : default icons
- vars/ : rEFInd boot variables
- themes/: rEFInd theme folder, currently contains rEFInd-minimal and refind-theme-regular ( I'm using this )
- refind.conf & refind.conf-sample : rEFInd configuration file
- BOOT/ : Windows Boot Manager location
- Recovery/ : Windows Recovery folder
- ACPI/ : OpenCore ACPI, contained in
OpenCorePkgpackage - Drivers/ : OpenCore drivers, also inside
OpenCorePkgpackage - Resources/ : OpenCore graphic boot resources (images,audios,fonts,...), currently I'm using BlackOSX M1
- Kexts/ : Kernel extensions:
- Tools/: OpenCore tools, already inside
OpenCorePkgpackage - config.plist: OpenCore configuration file
- SMBIOS: iMac 20,1
- Secure Boot Model: j185
- OpenCore.efi: OpenCore EFI binary boot file
- Generated secure boot files:
db.authKEK.authandPK.auth - Instructions already mentioned in UEFI Settings
- Only consists rEFInd UEFI Shell ( shellx64.efi )
Well the named told it all, it just contains images for this markdown : )






