diff --git a/bin/proxmox-boot-tool b/bin/proxmox-boot-tool index 079fa26..1e984d6 100755 --- a/bin/proxmox-boot-tool +++ b/bin/proxmox-boot-tool @@ -381,6 +381,11 @@ status() { exit 2 fi if [ -z "$quiet" ]; then + if [ -d /sys/firmware/efi ]; then + echo "System currently booted with uefi" + else + echo "System currently booted with legacy bios" + fi loop_esp_list _status_detail fi }