ubiquity automatic install stops at keyboard layout chooser

Posted by badgerhill on Server Fault See other posts from Server Fault or by badgerhill
Published on 2012-09-06T09:14:32Z Indexed on 2012/09/06 9:39 UTC
Read the original article Hit count: 319

Filed under:
|

i am trying to automate an ubuntu (12.04.1 64bit) installation using ubiquity & preseed on a desktop live cd. it almost works fine. i edited the txt.cfg and added

label unattended
menu label ^Unattended installation
kernel /casper/vmlinuz
append  file=/cdrom/preseed/custom.seed boot=casper initrd=/casper/initrd.lz quiet   splash noprompt  --

this is my custom.seed file

the problem is that, the installer shows the keyboard layout chooser and i have to click next. the correct language & keyboard layout (german) are already preselected.

what am i missing, or what's wrong in my custom.seed file, to automate the next click?

thomas

© Server Fault or respective owner

ubiquity automatic install stops at keyboard layout chooser

Posted by badgerhill on Super User See other posts from Super User or by badgerhill
Published on 2012-09-05T19:32:13Z Indexed on 2012/09/06 15:41 UTC
Read the original article Hit count: 319

Filed under:
|
|

I am trying to automate an Ubuntu (12.04.1 64bit) installation using ubiquity & preseed on a desktop live cd. It almost works fine. I edited the txt.cfg and added

label unattended
menu label ^Unattended installation
kernel /casper/vmlinuz
append  file=/cdrom/preseed/custom.seed boot=casper initrd=/casper/initrd.lz   quiet  splash noprompt  --

This is my custom.seed file

The problem is that the installer shows the keyboard layout chooser and I have to click next. The correct language & keyboard layout (german) are already preselected.

What am I missing, or what's wrong in my custom.seed file, to automate the next click?

© Super User or respective owner

Related posts about ubuntu

Related posts about automation