adamant-kite-43734
03/25/2024, 9:41 PMwitty-table-40840
03/26/2024, 2:07 PMsalmon-sugar-31247
03/26/2024, 5:39 PMimgfree
5. manually run chain 192.168.122.1:8000/install.ipxe
6. Seems to grab the install, initrd & kernel files
7. Boots and shortly gives Kernel Panic ... Unable to mount root fs on unknown-block(0,0)
Here is my install.ipxe:
> #!ipxe
> set arch amd64
> set url http://192.168.122.1:8000
> set kernel elemental-kernel
> set initrd elemental-initrd
> set rootfs elemental.squashfs
> set config http://192.168.122.1:8000/machine-config
> set cmdline cos.setup=/run/initramfs/live/cloud-config extra.values=1
> initrd ${url}/${initrd}
> chain --autofree --replace ${url}/${kernel} initrd=${initrd} ip=dhcp rd.cos.disable root=live:${url}/${rootfs} stages.initramfs[0].commands[0]="curl -k ${config} > /run/initramfs/live/livecd-cloud-config.yaml" console=tty1 console=ttyS0 ${cmdline}salmon-sugar-31247
03/26/2024, 7:22 PMimgfree
before chain 192.168.122.1:8000/install.ipxe
Now all I need to do is automate this process!witty-table-40840
03/27/2024, 8:49 AM