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

Lin Ma lma at suse.com
Sat Jun 11 14:44:24 UTC 2016


Signed-off-by: Lin Ma <lma at suse.com>
---
 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




More information about the virt-tools-list mailing list