@raharper - I was able to reproduce on a second system of the same model/firmware, and the debug log is attached, with the following change:
Index: curtin-20.1-29-g81144052/curtin/util.py =================================================================== --- curtin-20.1-29-g81144052.orig/curtin/util.py +++ curtin-20.1-29-g81144052/curtin/util.py @@ -886,6 +886,7 @@ def get_efibootmgr(target=None): """ with ChrootableTarget(target=target) as in_chroot: stdout, _ = in_chroot.subp(['efibootmgr', '-v'], capture=True) + LOG.info("DANNF:\n%s", stdout) output = parse_efibootmgr(stdout) return output
@raharper - I was able to reproduce on a second system of the same model/firmware, and the debug log is attached, with the following change:
Index: curtin- 20.1-29- g81144052/ curtin/ util.py ======= ======= ======= ======= ======= ======= ======= ======= ==== 20.1-29- g81144052. orig/curtin/ util.py 20.1-29- g81144052/ curtin/ util.py target= None): t(target= target) as in_chroot: subp([' efibootmgr' , '-v'], capture=True) "DANNF: \n%s", stdout) r(stdout)
=======
--- curtin-
+++ curtin-
@@ -886,6 +886,7 @@ def get_efibootmgr(
"""
with ChrootableTarge
stdout, _ = in_chroot.
+ LOG.info(
output = parse_efibootmg
return output