[virt-manager PATCH] details: Show users a clue about where to map UEFI/OVMF path in libvirtd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Lin Ma <lma@xxxxxxxx>
---
 virtManager/details.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/virtManager/details.py b/virtManager/details.py
index 0c369a4..0ac0549 100644
--- a/virtManager/details.py
+++ b/virtManager/details.py
@@ -826,7 +826,10 @@ class vmmDetails(vmmGObjectUI):
         elif not uefipaths:
             warn_icon.set_tooltip_text(
                 _("Libvirt did not detect any UEFI/OVMF firmware image "
-                  "installed on the host."))
+                  "installed on the host." + "\n\n" + "Please check if "
+                  "you have UEFI/OVMF firmware installed and if nvram "
+                  "option is configured in libvirtd's qemu.conf then "
+                  "restart libvirtd."))
 
         model.append([domcaps.label_for_firmware_path(None), None, True])
         if not uefipaths:
-- 
2.8.1

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list



[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux