X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=bin%2Fproxmox-boot-tool;fp=bin%2Fproxmox-boot-tool;h=1e984d6c8c41e36f3b522f0b716bc1251470817c;hb=8f256d2772b44e81bcd4a376e0ce61845024641c;hp=079fa266ede6ff38621ea3400f3f1506fb98fb3b;hpb=3a982230c16bd722768f95dcc2992af9f8be4414;p=pve-kernel-meta.git 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 }