Yes, netboot has been enabled. I found resolution or work around and it is to have line like:

ks=http://cobbler-server/cblr/svc/op/ks/system/system-to-be-installed

... as Kernel Options in System's General tab.

On 10/30/2015 6:47 PM, Orion Poplawski wrote:

Sorry, your english is a little hard to parse.

Did you enable netboot/pxeinstall for the system? Doing that should generate a system specific file in /var/lib/tftpboot/pxelinux.cfg file based on /etc/cobbler/pxe/pxesystem.template which should look like:

default linux
prompt 0
timeout 1
label linux
        kernel $kernel_path
        ipappend 2
        $append_line


The append_line will be generated by cobbler with the ks= option.



--
Thanks,
Zarko

_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to