UEFI Shell Commands: key points
Quick note explaining UEFI Shell Commands for BIOS/UEFI and embedded firmware readers.
UEFI Shell Commands: key points
UEFI Shell commands are built-in tools used to inspect drivers, devices, variables, memory maps, and filesystems before OS boot.
Why it matters
- Provides a quick way to classify firmware-debug information.
- Helps narrow down whether the problem is in PEI, DXE, BDS, SMM, or OS handoff.
- Useful when reading logs, shell output, or status codes.
Practical example
Example: when boot fails, first identify the last visible phase in the log—PEI, DXE, BDS, or OS loader—before debugging individual modules.
Quick checklist
- Which phase is the last confirmed point in the log?
- Is there enough context around the failure?
- Can UEFI Shell output confirm the same state?
Quick takeaway
UEFI Shell Commands is a small concept, but it often becomes important when reading logs or debugging real firmware.
Related notes
- What is dmpstore?
- What is memmap command?
- What is drivers command?
- What is devtree command?
- What is Supported() in UEFI Driver Model?
Public references
Found this useful?
Save it or share it with someone learning firmware, BIOS/UEFI, and embedded systems.
Nội dung liên quan
Một số bài viết, ghi chú hoặc project có liên quan đến nội dung bạn vừa đọc.
What is dh command?
Quick note explaining dh command for BIOS/UEFI and embedded firmware readers.
What is drivers command?
Quick note explaining drivers command for BIOS/UEFI and embedded firmware readers.
What is dmpstore?
Quick note explaining dmpstore for BIOS/UEFI and embedded firmware readers.
Biến note thành bài viết hoàn chỉnh
Notes là nơi ghi nhanh khái niệm.