@Can-eh-dian11 Where I’ve seen this kernel panic is just after the kernel boots it tries to connect to the initrd file (virtual hard drive VFS: in the error message). This is the init.xz file that gets transferred after bzImage to the target computer. Almost all selections on the iPXE Boot menu calls bzImage and init.xz
Lets see if you manually download the intits from here: https://github.com/FOGProject/fos/releases
Its init.xz and it goes into /var/www/html/fog/service/ipxe directory. Rename the original one first then download this new one. Again its called init.xz
From the linux command prompt you could run these commands.
md5sum /var/www/html/fog/service/ipxe/init.xz
and
md5sum /var/www/html/fog/service/ipxe/init.xz.old
to see if the files are exactly the same.