I’m having the same issue. What ‘Host OS’ do you have under host management ? Also, what ‘Image Type’ do you have under image management ?
I see this in some code which seems to be hard setting the image type to multiple partition, single disk for Windows 7.
fog_0.32\src\buildroot\package\customize\fog\scripts\bin\fog
[PHP]if [ “$osid” == “5” ]
then
imgType=“mps”;
fi
[/PHP]