An open API service indexing awesome lists of open source software.

https://github.com/hellothisisflo/ubuntu-autoinstall-iso-creator

Create an ISO that autoinstalls Ubuntu
https://github.com/hellothisisflo/ubuntu-autoinstall-iso-creator

Last synced: 3 months ago
JSON representation

Create an ISO that autoinstalls Ubuntu

Awesome Lists containing this project

README

        

# Ubuntu Autoinstall ISO Creator

> Inspiration: [Puget Systems - Ubuntu 22.04 Server Autoinstall ISO](https://www.pugetsystems.com/labs/hpc/ubuntu-22-04-server-autoinstall-iso/)

Create an ISO that autoinstalls Ubuntu

## How to use?
> ⚠️ Needs to be executed on Ubuntu!
1. Download the Ubuntu ISO from the [official website](https://ubuntu.com/download/server)
- Use Ubuntu **Server** - LTS version
- ISO name should look like `ubuntu-22.04.2-live-server-amd64.iso`
2. Rename `user-data.example` to `user-data`
3. Customize `user-data` (See [official doc](https://ubuntu.com/server/docs/install/autoinstall-reference))
4. Run:
```
./create_iso.sh UBUNTU_ISO_FILE.iso
```