Hello Folks. I’m hoping one of you can look at this boot command and tell me what I’m missing. This plus the text
command in the Kickstart file result in an almost completely unattended install of Rock 8.10. I say “almost,” because after completing the install steps, it prompts one with “Installation complete. Press Enter to quit.” If one does so, it does indeed produce a viable machine image, you just have to wait and watch, which is defeating the purpose a bit.
I found one somewhat related post that recommended adding the inst.noeject
command. But that seems to be a no-op in this case. I also tried changing the ...-dvd
portion of the LABEL=...
to make it match the .iso I’m using, which is ...-minimal
. The build fails entirely with that approach and goes into a dracut timeout.
command in use: vmlinuz initrd=initrd.img inst.stage2=hd=LABEL=Rocky-8-10-x86_64-dvd inst.noeject inst.text inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/anaconda-ks.cfg