Seite 2 von 2

Re: How to install a netboot product without any prompt ?

Verfasst: 05 Nov 2015, 11:24
von m.radtke
bourhis hat geschrieben:Hi,
pxe : so if I don't give the pckey the system ask me for a login and password...

Regards.
of course as the client can not authentificate via the key.

if you set up a client via the configed the opsipxeconfd writes a pipe for the specific client in /tftpboot/linux/pxelinux.cfg/ with a leading 01- and followed by the MAC address. This writes all the neccessary informations for the client to install a netboot product on the client.
This leads me to the question why you edited the default.menu at all?
you added the pckey into this file. This excludes all other clients, except the one to which the key belongs, from installing the netboot product without login prompt

Cheers
Mathias

Re: How to install a netboot product without any prompt ?

Verfasst: 06 Nov 2015, 14:40
von bourhis
Hi,

> if you set up a client via the configed the opsipxeconfd writes a pipe for the specific client in /tftpboot/linux/pxelinux.cfg/ with a leading 01- and followed by the MAC address.

Thanks, I forget the "01-", so it can't works !

> This leads me to the question why you edited the default.menu at all?

I don't use the integrated tftp of my Opsi server, because we also use the pxe-boot for Linux installation and "srcd" in case of emergency !
So I edited the default.menu for making test before his integration in our tftp server.

Regards.