You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran make virtualbox/eval-win7x64-enterprise with having GENERALIZE = true in my Makefile.local. The packer build completes fine, creating a box/virtualbox/eval-win7x64-enterprise-ssh-nocm-1.0.4.box file.
Then I try to use the box by vagrant up-ing the resulting box, but I get this during the first boot:
"Windows could not parse or process the unattend answer file for pass [specialize]. A component or non-list setting is specified more than once in the answer file."
After hitting OK, the VM restarts. During the second start, it hits this:
"The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed. To install Windows, click "OK" to restart the computer, and then restart the installation."
After hitting OK, the VM restarts and gets to the same screen (and then again and again).
The text was updated successfully, but these errors were encountered:
I found (in a comment by Bradley) this was due to SearchScopes in Autounattend.xml. If I remove the SearchScopes element, vagrant up boots fine (sets things up, restarts, then asks for country and keyboard, accept EULA, then finally shows desktop) - except for #51 (which is a separate issue).
I would say setting Google search for IE is not really necessary, it should be up to the user to customize search engines etc. (and even more when it gives such issues).
Ran
make virtualbox/eval-win7x64-enterprise
with havingGENERALIZE = true
in myMakefile.local
. The packer build completes fine, creating abox/virtualbox/eval-win7x64-enterprise-ssh-nocm-1.0.4.box
file.Then I try to use the box by
vagrant up
-ing the resulting box, but I get this during the first boot:"Windows could not parse or process the unattend answer file for pass [specialize]. A component or non-list setting is specified more than once in the answer file."
After hitting OK, the VM restarts. During the second start, it hits this:
"The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed. To install Windows, click "OK" to restart the computer, and then restart the installation."
After hitting OK, the VM restarts and gets to the same screen (and then again and again).
The text was updated successfully, but these errors were encountered: