Hello
I had a problem when deploying an image with the FOG
Error message :
read ERROR: No such file or directory
Args Passed: /images/<image>/d1p2.img /dev/<disk>*
For me, it was a problem of user rights on the FOG
Before :
drwxrwxrwx. 2 root root 190 Jun 29 15:07 <image>
After:
drwxrwxrwx. 2 fogproject root 190 Jun 29 15:07 <image>
I had to do a “chown” on my image folder in the /images directory to add the owner to “fogproject”
When creating a new image in the FOG GUI, the folder rights management is not well handled
Sincerely