jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

After the VM installs, how do I boot up the VM and then send it boot_cmd_sequence? #1076

Open nitrocode opened 9 years ago

nitrocode commented 9 years ago

I'm booting into a custom ISO which installs Ubuntu, the custom app, and then shutsdown. Meanwhile, veewee is using a in order to wait for the VM to finish installing.

The VM then needs to be booted in order for veewee to be able to send it commands.

How do I make veewee wait for the VM to reboot after it finishes installing, wait until the login prompt appears, and then send the boot_cmd_sequence ?

ibizaman commented 9 years ago

Normally this is done automatically if you let veewee do everything. Is there a particular reason for starting the VM yourself?

nitrocode commented 9 years ago

@ibizaman after the ISO installs, it shuts down and veewee does not boot it back up.

ibizaman commented 9 years ago

In my case it does not do that. What command(s) do you use and what log output do you get?