-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boot_command not sent properly #2933
Comments
I don't think this is actually a bug. It's probably due to VirtualBox + Ubuntu not agreeing on the width of your screen, but that should not cause any problems. Can you describe what the problem you have (I guess it don't start the preseed install) and supply a gist to your packer template + scripts to reproduce. |
It doesn't get to preseed or any of the provisioning scripts because the boot command is invalid and the screen goes back to "select language" screen of Ubuntu installer. Therefore I removed those lines from this test template. I'd appreciate someone confirming whether they see same problem on their end. My template is:
|
I just noticed that I don't have this problem with 14.04.01 Ubuntu server iso I had lying around. Don't understand what's different. |
Got it, you hit a bug in the Ubuntu 15.10 installer. Ubuntu text mode installer is broken and the And see chef/bento#483 for a working Ubuntu 15.10 vagrant build. |
Thank you very much. That works. |
I am using packer version 0.8.6, VirtualBox version 5.0.10 on Windows. I'm trying to build an ubuntu box.
The boot command gets broken up and typed incorrectly (see screenshot attached)
My boot command is:
I have also tried boot command split over multiple lines in a JSON array (array of strings is typically what tutorials give you). I have tried Packer 0.7.5 on Windows. I have tried Arch Linux and VirtualBox 5.0.8-3. I get exactly same error with breaks in the boot command in same places.
The text was updated successfully, but these errors were encountered: