error deploying windows 11
-
hi all,
im getting this error when i deploy a windows 11 image
sorry no idea what the error could be, i was hoping you guys can let me know
thanks,
rob -
@robertkwild Did you actually capture an image to deploy?
It looks like you should expect an image in:
/images/w11_24H2
Based on the message, it seems like if you had captured this before, it may not have completed or maybe was not written to /images/w11_24H2?
-
@Tom-Elliott this is interesting
yes i sysprep’d and then captured it using fog
ls /images/win10-22h2gi/ d1.fixed_size_partitions d1.original.swapuuids d1p4.img d1.mbr d1p1.img d1.partitions d1.minimum.partitions d1p2.img d1.shrunken.partitions d1.original.fstypes d1p3.img [root@lon-c-fog10 ~]# ls /images/w11_24H2 /images/w11_24H2
du -sh /images/w11_24H2 0 /images/w11_24H2 [root@lon-c-fog10 ~]# du -sh /images/win10-22h2gi/ 18G /images/win10-22h2gi/
but when i look on the fog web gui i get this
its saved the image as a file not a dir, why is this?
-
@robertkwild I don’t know why it did this.
There was some showing if this exact type of thing happening where/when
/images is one mount, and /images/dev is another individual mount
For example:
2TB HDD (SSD or otherwise) drive that /images is tied to in fstab.
Another 1TB HDD (or something like it) that /images/dev is tied to in fstab.When the file gets moved from /images/dev/<mac_of_host> to /images/<image_name> for some reason the system moves it and makes it as a file instead of moving it as a directory.
You might (though I’m not holding my breath) still have the image in /images/dev/<mac_of_host> that captured?
-
@Tom-Elliott you are the main man, thanks so much !!!
rm -f /images/W11_24H2_GI cp -rf /images/dev/00505692a681 /images/ mv /images/00505692a681 /images/W11_24H2_GI chown -R fogproject:fogproject /images/W11_24H2_GI chmod -R 775 /images/W11_24H2_GI/d1*
when i deploy it now works
is it ok to delete the folder in dev or leave it?