UEFI-BIOS-Development

Docs

View on GitHub

Back to Index

Useful EFI Shell Commands:

1. dmpstore   - Manages all UEFI variables  
2. smbiosview - Displays SMBIOS information  
3. reset      - Resets the system
4. pci        - Displays a PCI device list or PCI function configuration space information
5. drivers    - Displays a list of information for drivers that follow the UEFI Driver Model
6. devices    - Displays a list of devices managed by UEFI drivers

Back to Index