To the best of my knowledge, no building of the FOGclient is required. The Fogclient is precompiled and available for you to install by going to your fog servers web management page: [url]http://<fog_server_ip>/fog/client[/url]
hope this helps.
To the best of my knowledge, no building of the FOGclient is required. The Fogclient is precompiled and available for you to install by going to your fog servers web management page: [url]http://<fog_server_ip>/fog/client[/url]
hope this helps.
have you tried just booting the iso in pxelinux? I used memdisk to boot a WinPE iso and it works ok.
Here’s an example of the entry in my ‘default’ file.
[CODE]LABEL WinPE
kernel memdisk
append initrd=fog/winpe/WinPe.iso iso raw
MENU LABEL WinPE
\n[/CODE]
Replace ‘fog/winpe/winpe.iso’ with the filename of your iso and of course the LABEL names.