Open ArielLahiany opened 2 years ago
Hi, thanks for asking a question. Ubuntu 18.04 does not use the autoinstall
method, it uses the older preseed
method. You can find more information here: https://help.ubuntu.com/lts/installation-guide/amd64/apb.html
This script does not support the older method and I do not plan to implement it. However, my other project uses the preseed
method for automating the installation of Ubuntu desktop systems. You should be able to use that as a starting point (or if you need desktop versions, it might work as-is).
Hello, After a lot of testing on my own, is there any way to get this script working for Ubuntu 18.04 Bionic Beaver? My goal is to create a custom pre-installed image for VMware ESXi and I'm really stuck here. Thank you in advance.