@JCS-RVK Hi I have a kernel that should work for XCP-ng. If you don’t mind giving it a try and let me know if it works for you please.
You will need to download and set it up manually but here are the instructions.
On your FOG server, run this command to download the test kernel
wget https://github.com/rluzuriaga/fos/releases/download/EXPERIMENTAL_XCP_1/bzImage
That will download it to whatever directory you are currently on.
Rename the file and move it to the correct location like this:
sudo mv bzImage /var/www/fog/service/ipxe/bzImage_XCP
Then you need to change the permissions and ownership of that file:
sudo chmod 644 /var/www/fog/service/ipxe/bzImage_XCP
Red Had based server: sudo chown fogproject:apache /var/www/fog/service/ipxe/bzImage_XCP
Debian based server: sudo chown fogproject:www-data /var/www/fog/service/ipxe/bzImage_XCP
Then add bzImage_XCP to the Host Kernel line in the XCP-ng host on the FOG web.
Also, remove all the host kernel arguments.