Linux command
efibootdump 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
efibootdump -f [/sys/firmware/efi/efivars/Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c]
说明
efibootdump dumps EFI boot entries from a variable or file. It decodes and displays the contents of UEFI boot variables in human-readable format. Useful for debugging UEFI boot configuration.
参数
- -f, --file _file_
- Read boot entry from file
FAQ
What is the efibootdump command used for?
efibootdump dumps EFI boot entries from a variable or file. It decodes and displays the contents of UEFI boot variables in human-readable format. Useful for debugging UEFI boot configuration.
How do I run a basic efibootdump example?
Run `efibootdump -f [/sys/firmware/efi/efivars/Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f, --file _file_ do in efibootdump?
Read boot entry from file