Provide output of `efibootmgr -v` in file efibootmgr
authorMichael Prokop <mika@grml.org>
Wed, 31 Oct 2018 09:17:48 +0000 (10:17 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 31 Oct 2018 09:17:48 +0000 (10:17 +0100)
This is useful for documenting the present EFI boot entries.

Thanks: Ralf Moll for the suggestion

grml-hwinfo

index fc5c8b4..0070f83 100755 (executable)
@@ -219,6 +219,9 @@ cd "${OUTDIR}" || exit 1
   exectest x86info  && x86info > ./x86info 2>./x86info.error
   exectest lscpu    && lscpu > ./lscpu
 
+  # EFI
+  exectest efibootmgr && efibootmgr -v > efibootmgr
+
   # net stuff, net-tools:
   exectest ifconfig && ifconfig -v -a > ./ifconfig
   exectest route    && route -n       > ./route