This is just a guess, but, because imaging works for you with other systems, that particular motherboard might not be supported by the current kernel / inits that you have.
You could try other kernels… newer ones… older ones…
When I try “service vsftpd status” I get Unknown job:vsftpd
I get the same when I try it on my other fog box which is working.
I had been using “service tftpd-hpa restart” to restart ftp previously.
I can ftp into the fog server from a windows PC, so it looks like it’s running.
I had the same pb with my sfx file. To solve this i created a .bat file that run the installer (or any other file) which will be run after extract. with this method it works. But perhaps you have already found a solution to your issue 😉
the SFX maker i use is the one created by David Cornish (SFX Maker by http://www.isoft-online.com/ never worked for me)
Inside the FOG DB, there are two multicast association tables. Can you delete all the rows in those tables, re-install FOG, and try again and see what happens?
TRUNCATE TABLE multicastSessions;
TRUNCATE TABLE multicastSessionsAssoc;
DELETE FROM tasks WHERE taskTypeId=8;
I found where the problem was, in the /etc/php file I changed the values for a Fedora distrib :
UPLOAD_MAX_FILESIZE to 1900MB
POST_MAX_SIZE to 1900MB
but i didn’t change the value of Limit Memory (Ubuntu and VmWare) who was still at 128MB, change it to 1900MB and it works