From 161be0adcd04c86586a4923fa2b72bf7322c2074 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 8 Nov 2019 11:09:16 -0800 Subject: [PATCH] update docs with note about ssh/winrm --- website/source/docs/builders/hyperv-iso.html.md.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/builders/hyperv-iso.html.md.erb b/website/source/docs/builders/hyperv-iso.html.md.erb index 1e376acfe..7d70625b3 100644 --- a/website/source/docs/builders/hyperv-iso.html.md.erb +++ b/website/source/docs/builders/hyperv-iso.html.md.erb @@ -833,3 +833,8 @@ and ensuring the `hypervkvpd` service is started at boot. On Debian based machines, you may need `linux-cloud-tools-common` for `hv_kvp_daemon`. Failure to do this may cause packer to wait at `Waiting for SSH to become available...` before eventually timing out. + +Also note that while the operating system is still being installed by a preseed +file, it is normal to see `Waiting for SSH/WinRM to be available` and +`Error getting SSH/WinRM host: No ip address` error messages until the system +is actually installed and ready to be connected to.