我正在尝试自动安装Ubuntu18.04。这就是我当前的引导参数的样子(请原谅我,但它很长)
boot=casper
auto-install/enable=true
console-setup/ask_detect=false
console-setup/layoutcode=us
debconf/frontend=noninteractive
debian-installer=en_US.UTF-8
debian-installer/language=en
debian-installer/country=US
debian-installer/locale=en_US.UTF-8
DEBIAN_FRONTEND=text
fb=false
grub-installer/bootdev=/dev/sda
hostname=vagrant
initrd=/casper/initrd.lz
kbd-chooser/method=us
keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA keyboard-
configuration/variant=USA locale=en_US.UTF-8 netcfg/get_domain=vm
netcfg/get_hostname=vagrant noapic
preseed/url=http://localhost:3000/preseed-18.04-desktop.cfg ---注意,如果我通过链接访问,可以找到预置文件。在我输入这个之后,我会得到通常欢迎的屏幕。

发布于 2018-05-14 11:18:49
Ubuntu18.04桌面似乎是基于无处不在的安装程序而不是。目前,我还在尝试创建一个自动安装,并且在您的安装中看到了两种可能的情况:
automated-ubiquity作为引导参数。我认为auto-install/enable=true是auto=true的长版本d-i而不是ubiquity开头。似乎无所不在的安装程序不寻找一些d-i密钥。您可以看看这个问题:如何创建一个完全无人参与的UbuntuDesktop16.04.1LTS安装?,但我注意到,在18.04桌面上,预置键的前缀从d-i更改为ubiquity。
https://askubuntu.com/questions/1034515
复制相似问题