Actions
Feature #15297
closedAdd EFI boot information to ``status.php``
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
24.03
Release Notes:
Default
Description
To help diagnose EFI boot issues it would help to have the output of both the regular and verbose output of efibootmgr
in the status.php
output.
The non-verbose output of efibootmgr
is brief, easy to read, and only includes active entries as well as some status info.
The verbose output (efibootmgr -v
) includes a device paths which make the output a lot harder to read, but may also be helpful to have separately.
Updated by Jim Pingle 9 months ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 36ab2068780232607b860196359e2a502a585878.
Updated by Jim Pingle 9 months ago
- Status changed from Feedback to Resolved
Both commands are in output as expected now.
Actions