Not sure if this is a Packer issue, a VMWare issue, or a Ubuntu issue. But figured I would try here first to see if anyone else had encountered this problem.
{
"builders":
[
{
"type": "vmware",
"iso_url": "file:///home/mark/Downloads/os/ubuntu-12.04.3-server-amd64.iso",
"iso_checksum": "2cbe868812a871242cdcdd8f2fd6feb9",
"iso_checksum_type": "md5",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_wait_timeout": "300s",
"shutdown_command": "echo vagrant | sudo -S shutdown -P now",
"disk_size": 20000,
"guest_os_type": "ubuntu-64",
"tools_upload_flavor": "linux",
"output_directory": "ubuntu-vm",
"boot_command": [
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic ",
"debian-installer=en_US auto locale=en_US kbd-chooser/method=us ",
"hostname=vagrant-precise64 ",
"fb=false debconf/frontend=noninteractive ",
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ",
"keyboard-configuration/variant=USA console-setup/ask_detect=false ",
"initrd=/install/initrd.gz -- <enter>"
]
}
]
}
I've tried moving the pressed file to github, same issue.
I went down to command line in this VM, and I can ping and wget - so the network works. I'm stumped?
Thanks.