Signed-off-by: Lin Ma <[email protected]>
---
 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
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to