Skip to content

hhai-le/ubuntu-autoinstall-iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu_iso

git clone https://github.com/hhai-le/ubuntu-autoinstall-iso.git
cd ubuntu-autoinstall-iso

upload Ubuntu ISO to this folder

Alt text

change password in user-data-temp with:

openssl passwd -6

Example:

#cloud-config
autoinstall:
...
  identity:
...
    password: $6$6NbWpnzt6ZByj4Ov$ghwr81Kzx1JcRzcRAXoz7ymiRo62Xgpbbwr/nnHLrkp3gYmyEILFfJZRpfZ/rA3bwGJu6bwsCbm
sudo bash ubuntu_custom_iso.sh \
-i ubuntu-22.04.3-live-server-amd64.iso \
-u user-data-temp \
-a 192.168.86.132 \
-m 255.255.255.0 \
-g 192.168.86.1 \
-n ubuntu-autolab \
-d 172.16.11.5

after run above script

Alt text

Booting with this ISO

Alt text

Alt text

Alt text

Alt text

Alt text

About

Customize Ubuntu ISO 22.04 for Automated Installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages