diff --git a/core/src/vgpu/precheck.cpp b/core/src/vgpu/precheck.cpp index d2e37050..2021407c 100644 --- a/core/src/vgpu/precheck.cpp +++ b/core/src/vgpu/precheck.cpp @@ -111,7 +111,7 @@ xpum_result_t vgpuPrecheck(xpum_vgpu_precheck_result_t* result) { result->sriovStatus = true; } else { result->sriovStatus = false; - std::string msg = "SR-IOV is disabled. Please set the related BIOS settings and kernel command line parameters."; + std::string msg = "SR-IOV is disabled or the gpu driver has not loaded properly. Please check the related BIOS settings and kernel command line parameters."; strncpy(result->sriovMessage, msg.c_str(), msg.size() + 1); break; } @@ -120,4 +120,4 @@ xpum_result_t vgpuPrecheck(xpum_vgpu_precheck_result_t* result) { } -} \ No newline at end of file +}