diff options
-rw-r--r-- | sos/plugins/boot.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sos/plugins/boot.py b/sos/plugins/boot.py index 8acf571f..68cb3c7e 100644 --- a/sos/plugins/boot.py +++ b/sos/plugins/boot.py @@ -40,6 +40,9 @@ class Boot(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "ls -lanR /boot", "lsinitrd" ]) + + self.add_cmd_output("efibootmgr") + if self.get_option("all-images"): for image in glob('/boot/initr*.img'): if image[-9:] == "kdump.img": |