I would like to make a completely unattended installation of Ubuntu Server 14.04 from an USB drive where I extracted the ubuntu-14.04.2-server.iso
In /syslinux/txt.cfg
of the USB drive, I added the following section
menu label ^Unattended Ubuntu Server installation
kernel /install/vmlinuz
append noprompt cdrom-detect/try-usb=true auto=true priority=critical url=http://website.com/preseed.cfg vga=788 initrd=/install/initrd.gz quiet --
But when I tried it, even before this menu shows up, I have to select a language (and therefore force me to have a manual intervention by pressing enter
).
I found a similar question where it suggests to echo en >syslinux/langlist
but I still get the language selection menu (with only one item).
How can I avoid this intervention ?