我知道有很多关于 Ubuntu 服务器的无头和无人值守安装的信息。但我需要在很多机器上安装 Trusty 的桌面版本,并且我想将其自动化。使用 Kickstart 和 Preseed 手册,我无法启动 Ubuntu 14.04 的无人值守安装。桌面 64 位。
是否有我找不到的手册?如果能得到一些帮助那就太好了。我已经在这上面花了几个小时了。
我的 txt.cfg 在 /isolinux/ 中:
default autoinstall
label autoinstall
menu label ^Autoinstall Ubuntu POS-Server
kernel /install/vmlinuz
append preseed/file=/cdrom/preseed/pos.seed debian-installer/locale=de_DE console-setup/layoutcode=de initrd=/install/initrd.gz ramdisk_size=16384 ks=cdrom:/ks.cfg root=/dev/ram rw --
Run Code Online (Sandbox Code Playgroud)
我的 pos.seed 在 /preseed/ 中:
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition \
select Finish partitioning and write changes to disk
d-i partman/confirm boolean true
d-i debian-installer/locale string en_US.UTF-8
d-i debian-installer/splash boolean false
d-i console-setup/ask_detect boolean false
d-i …Run Code Online (Sandbox Code Playgroud) automation desktop-environments headless system-installation