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
- Host: GitHub
- URL: https://github.com/hellothisisflo/ubuntu-autoinstall-iso-creator
- Owner: HelloThisIsFlo
- Created: 2022-12-31T16:11:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T15:31:23.000Z (11 months ago)
- Last Synced: 2025-01-11T06:44:27.518Z (5 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```