Hello,
I'm looking for a way to autoinstall Zorin via iPxe, if it's implemented.
Because Zorin is ubuntu derived, I tried the ubuntu way like this link : Introduction to autoinstall - Ubuntu installation documentation but it didn't worked or I didn't put everything where it needed.
I also tried a zorin 17 way like this post : Zorin autoinstall but it didn't worked more
Following the first way I set up iPxe like this :
Blockquote autoexec.ipxe
:zorin_core
kernel http://${server_ip}/zorin_core/casper/vmlinuz
initrd http://${server_ip}/zorin_core/casper/initrd.zstd
imgargs vmlinuz initrd=initrd.zstd root=/dev/nfs boot=casper netboot=nfs nfsroot=${server_ip}:/srv/tftp/boot/ipxe/zorin_core ip=dhcp subiquity.autoinstallpath=http://${server_ip}/zorin_core/autoinstall.yaml --
boot
Blockquote autoinstall.yaml
#cloud-config
autoinstall:
version: 1
mode: oem
locale: "fr_FR.UTF-8"
keyboard:
layout: fr
variant: ""
toggle: caps_toggle
source:
id: zorin-core
timezone: "Europe/Paris"
shutdown: reboot
zorin_core directory is a directory in /home where I extracted the original isofile, added autoinstall.yaml and mounted -o bind in ipxe/zorin_core
I get a message saying :
Blockquote
BusyBox v1.36.1 (Ubuntu .....
Enter 'help' for a list of built-in commands
(initramfs) done.
Unable to find a live file system on the network
I don't know which way is though to be working, a little help would be welcome.
Thanks