--- pkg/usrlocalsharelima/usrlocalsharelima.go.orig 2025-06-11 22:58:53 +++ pkg/usrlocalsharelima/usrlocalsharelima.go 2025-06-11 22:59:47 @@ -115,7 +115,7 @@ res, err := chooseGABinary([]string{comp, uncomp}) if err != nil { logrus.Debug(err) - return "", fmt.Errorf("guest agent binary could not be found for %s-%s (Hint: try installing `lima-additional-guestagents` package)", ostype, arch) + return "", fmt.Errorf("guest agent binary could not be found for %s-%s: %w (Hint: try installing variant `+additional_guestagents`)", ostype, arch, err) } return res, nil }