I did some quick tests, some pointers: 1) dos2unix all you files. 2) For some reason you boot_command doesn't work correctly, replacing it with chef/bento's boot_command and setting the correct preseed_path and it works. https://github.com/chef/bento/blob/master/ubuntu/ubuntu-18.04-amd64.json#L5-L27 3) Still after this shutdown_command fails for some reason.
Hope this helps you. On Wed, 19 Sep 2018 at 12:17, praveen bhat <[email protected]> wrote: > Hi Rickard, > I have added the {{ .HTTPPort }} in your boot_command. Still issue > persists. PFA the screenshot. > > On Wednesday, September 19, 2018 at 2:32:13 PM UTC+5:30, Rickard von Essen > wrote: >> >> You are missing {{ .HTTPPort }} in your boot_command: >> >> >> https://www.packer.io/docs/builders/vmware-iso.html#templates-inside-boot-command >> >> On Wed, 19 Sep 2018 at 10:43, praveen bhat <[email protected]> wrote: >> >>> when i check the build progress in vmware console , >>> installation window stuck at looking form user details. >>> not sure if my preseed file data is getting fed to the template. >>> need help! >>> >>> pfa all the required files >>> >>> -- >>> This mailing list is governed under the HashiCorp Community Guidelines - >>> https://www.hashicorp.com/community-guidelines.html. Behavior in >>> violation of those guidelines may result in your removal from this mailing >>> list. >>> >>> GitHub Issues: https://github.com/mitchellh/packer/issues >>> IRC: #packer-tool on Freenode >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Packer" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/packer-tool/2e604808-6e2f-410e-b5c4-2656a9356f86%40googlegroups.com >>> <https://groups.google.com/d/msgid/packer-tool/2e604808-6e2f-410e-b5c4-2656a9356f86%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/packer-tool/598f6563-e68e-4440-aca2-674058eb8cfe%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/598f6563-e68e-4440-aca2-674058eb8cfe%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CALz9Rt-Rczdr_Xuh4w-w86kbiYCAPBs4Jxz_C6kL5yKN9stWEA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
