Differences
This shows you the differences between two versions of the page.
| |
| linux:ubuntu:autoinstall [2023/09/10 04:11] – created lunetikk | linux:ubuntu:autoinstall [2023/09/10 04:46] (current) – lunetikk |
|---|
| The meta-data doesnt need any content, just create it | The meta-data doesnt need any content, just create it |
| <code>touch ~/customISO/autoinstall/meta-data</code> | <code>touch ~/customISO/autoinstall/meta-data</code> |
| | \\ |
| | Create a new bootmenu entry above all others\\ |
| | Make sure to match your name with "autoinstall", "/cdrom" serves a rootdir and "autoinstall" is the directory containing your user-data file |
| | <code>vi ~/customISO/boot/grub/grub.cfg |
| |
| | menuentry "Autoinstall Ubuntu Server" { |
| | set gfxpayload=keep |
| | linux /casper/vmlinuz quiet autoinstall ds=nocloud\;s=/cdrom/autoinstall/ --- |
| | initrd /casper/initrd |
| | } |
| | </code> |
| | It should look like this:\\ |
| | {{:linux:ubuntu:pasted:20230910-042102.png}} |
| | \\ |
| |
| | FIXME |
| ==== Sources ==== | ==== Sources ==== |
| |
| [[https://ubuntu.com/server/docs/install/autoinstall-reference|Automated Server installer config file reference]] | [[https://ubuntu.com/server/docs/install/autoinstall-reference|Automated Server installer config file reference]]\\ |
| [[https://ubuntu.com/server/docs/install/autoinstall|Automated Server installation - Introduction]] | [[https://ubuntu.com/server/docs/install/autoinstall|Automated Server installation - Introduction]]\\ |
| [[https://ubuntu.com/server/docs/install/autoinstall-quickstart|Automated Server install quickstart]] | [[https://ubuntu.com/server/docs/install/autoinstall-quickstart|Automated Server install quickstart]]\\ |
| [[https://www.pugetsystems.com/labs/hpc/ubuntu-22-04-server-autoinstall-iso/|Ubuntu 22.04 Server Autoinstall ISO]] | [[https://www.pugetsystems.com/labs/hpc/ubuntu-22-04-server-autoinstall-iso/|Ubuntu 22.04 Server Autoinstall ISO]]\\ |