Hello<br><br>I am trying to install FAI (version 4) for the first time. I did everything according to the manual but I have problem booting clients with pxe.<br>Error in client: Could not chain image: Operation not supported".<br>

<br>I have DHCP configured with demohost:<br><br>cat /etc/dhcp/dhcpd.conf<br>deny unknown-clients;<br>option dhcp-max-message-size 2048; <br>use-host-decl-names on;<br><br><br>subnet 192.168.10.0 netmask 255.255.255.0 {<br>

  option routers 192.168.10.1;<br>  option domain-name "FAI4";<br>  option domain-name-servers 192.168.10.250;<br>  option time-servers 192.168.10.2;<br>  option ntp-servers 192.168.10.2;<br>  server-name FAI4;<br>

  next-server FAI4;<br>  filename "fai/pxelinux.0";<br>}<br><b style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "></b><br>

host demohost {<br>  hardware ethernet 52:54:00:17:8f:0e;<br>  fixed-address 192.168.10.11;<br>  option host-name "demohost";<br>}<br><br><br>But when I try to run <b style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;">fai-chboot </b><span style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;">I get an error:</span><br>

fai-chboot -IFv demohost<br>Booting kernel vmlinuz-2.6.32-5-amd64<br> append initrd=initrd.img-2.6.32-5-amd64 ip=dhcp  <br>    FAI_FLAGS=verbose,sshd,createvt<br><br>fai-chboot: unknown host: demohost<br><br>I am missing something??<br>

<br>Thanks,<br>Olivia<br>