Skip to content

Instantly share code, notes, and snippets.

@trodemaster
Created February 9, 2016 21:18
Show Gist options
  • Save trodemaster/b009b9734f66f59f5259 to your computer and use it in GitHub Desktop.
Save trodemaster/b009b9734f66f59f5259 to your computer and use it in GitHub Desktop.
Workaround for installer bug in Ubuntu 14.04.3 + .iso
"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>",
"/install/vmlinuz auto ",
"url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
"debian-installer=en_US locale=en_US kbd-chooser/method=us ",
"keyboard-configuration/modelcode=SKIP ",
"keyboard-configuration/layout=USA keyboard-configuration/variant=USA ",
"priority=critical ",
"initrd=/install/initrd.gz -- ",
"<enter>"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment