-
hello, I'm very new to packer and devops in general and trying to learn through this tool. I was able to figure out some issues like:
However, I am now facing an issue where it looks like the autounattend.xml file is not being loaded. I am using the EVAL version on windows 10. I also tried the change someone else mentioned here a few days ago about editing the autounattend.pkrtpl.hcl but that didn't resolve my issue. Note: I do have a valid win 10 ent key which I had initially entered but that isn't working I'd appreciate any assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 24 replies
-
Assume you have the require binary to create the ISO on demand and also that your host has vmtools? |
Beta Was this translation helpful? Give feedback.
-
I grabbed the ISO from the evaluation center and uploaded it to a datastore.
I’m not connecting to a specific host but to the cluster and yes vmtools are in the same folder as the ISOs.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Ryan Johnson ***@***.***>
Sent: Thursday, April 18, 2024 5:34:17 PM
To: vmware-samples/packer-examples-for-vsphere ***@***.***>
Cc: Ali Bhimani ***@***.***>; Author ***@***.***>
Subject: Re: [vmware-samples/packer-examples-for-vsphere] Windows 10 Enterprise build stuck at install screen (Discussion #884)
Assume you have the require binary to create the ISO on demand and also that your host has vmtools?
—
Reply to this email directly, view it on GitHub<#884 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BH5VHZE5ZJD445HF4MNWSG3Y6A35TAVCNFSM6AAAAABGN2BIQOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TCNJZHAZTS>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
This e-mail, including any attachments, may contain information that is confidential and legally privileged. Any distribution, copying, forwarding, dissemination or reliance upon any of the information in this e-mail, or its attachments, by anyone other than an intended recipient is strictly prohibited. If you believe you received this email in error, please notify the sender immediately by reply email and permanently delete this message, including any attachments.
This email was sent to you from Polar Asset Management Partners Inc., 16 York Street, Suite 2900, Toronto, Ontario, M5J 0E6, Canada. If you no longer wish to receive emails from Polar, you can opt-out from future email correspondence at any time by clicking ***@***.***?subject=Unsubscribe%20from%20all%20Polar%20emails> to create and send an unsubscribe email request.
|
Beta Was this translation helpful? Give feedback.
UPDATE: I edited the following line in the windows.pkr.hcl file and that fixed my problem:
vm_inst_os_image_ent = "Windows 10 Enterprise"
to the following:vm_inst_os_image_ent = "Windows 10 Enterprise Evaluation"