Site Tools


linux:ubuntu:autoinstall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:ubuntu:autoinstall [2023/09/10 04:11] – created lunetikklinux:ubuntu:autoinstall [2023/09/10 04:46] (current) lunetikk
Line 25: Line 25:
 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]]\\
linux/ubuntu/autoinstall.txt · Last modified: 2023/09/10 04:46 by lunetikk