Skip to content
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

ubuntu1510 does not build #22

Closed
rrva opened this issue Aug 18, 2015 · 8 comments
Closed

ubuntu1510 does not build #22

rrva opened this issue Aug 18, 2015 · 8 comments

Comments

@rrva
Copy link

rrva commented Aug 18, 2015

ubuntu1510 does not build, presumably due to changes in the installer. I managed to get past the language selection by changing

       "boot_command": [
-        "<esc><esc><enter><wait>",
+        "<enter><esc><enter><wait>",

But more is needed. When the boot commands are entered, the installer gets stuck again on language selection. Perhaps a boot commandline option to set the language is needed?

@jgoldschrafe
Copy link

Investigating the same problem, I noticed it flashed something on the screen really quickly (a single frame) before returning to the language selection screen. I captured the video output in VirtualBox and it just says the following:

Loading bootlogo...

Initializing gfx code...

Almost entirely worthless, but hopefully this saves someone the time of having to step through the video frame by frame.

@andrewsomething
Copy link

FYI: I'm running into the same thing and opened a bug against the installer in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1505839

@andrewsomething
Copy link

This is pretty ugly, but I've managed to work around this for now by doing:

"<enter><wait><f6><esc><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",

@ichilton
Copy link

I can confirm that @andrewsomething's workaround worked fine for me :)

@devekko
Copy link

devekko commented Nov 9, 2015

am new to packer, apologies

how is the workaround used?

I tried placing the "f6>esc>..... " block in the ubuntu.json file, but it looks like I hit a text limit for the expert mode in the installer and cuts of commands

 "boot_command": [
        "<enter><wait><f6><esc><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
        "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
        "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
        "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
        "/install/vmlinuz auto",

@rickard-von-essen
Copy link
Contributor

See https://github.com/chef/bento/pull/483/files for a working example.

@annawake
Copy link
Contributor

It builds now f018834 - published out to atlas as well.

@devekko
Copy link

devekko commented Nov 28, 2015

thanks

no vmware provider?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants