covertsh / ubuntu-autoinstall-generator

Generate a fully-automated Ubuntu ISO for unattended installations.
MIT License
423 stars 141 forks source link

Support for Ubuntu 18.04 Bionic Beaver #24

Open ArielLahiany opened 2 years ago

ArielLahiany commented 2 years ago

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.

covertsh commented 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).