Mac OSX: Upon capture OR clone completion, task does not self remove in WebUI.
-
Upon capture OR clone completion, task does not self remove in WebUI.
It also does not write ‘last successful image date’ under hosts.
Additionally, with this when cloning or imaging it will loop forever.
-
@ismith-hpu
@Tom-Elliott provided this hotfix solution as “To clarify, this will fix for any RAW imaging types.”:run:
wget -O /images/dev/postinitscripts/funcs.sh https://raw.githubusercontent.com/FOGProject/fos/master/Buildroot/board/FOG/FOS/rootfs_overlay/usr/share/fog/lib/funcs.sh
Add to /images/dev/postinitscripts/fog.postinit:
cp ${postinitpath}funcs.sh /usr/share/fog/lib/funcs.sh
This will fix for Macs
-
@ismith-hpu I am fairly sure this is not related to Mac OS X. You probably see some error on the host’s screen when it’s finished. Take a picture of that error and post here!
-
Will do, it writes the image completely and it works fine after I manually shut it off.
-
-
The problem appears to be failing because the disk is not passed fully.
it is showing up as
runPartprobe /dev/nvme0n
When it should have something like:runPartprobe /dev/nvme0n1
-
@Tom-Elliott How to fix this then?
-
@ismith-hpu I don’t know at the moment, I just know that this is likely why the error is happening.
It’s almost like it’s trimming the number from the drive.
-
Yes same explanation from the past thread from https://forums.fogproject.org/topic/11911/failed-to-read-back-partitions-runpartprobe
But this is a single disk on an iMac, it writes 100% fine and there are no problems when booting.
-
@ismith-hpu
@Tom-Elliott provided this hotfix solution as “To clarify, this will fix for any RAW imaging types.”:run:
wget -O /images/dev/postinitscripts/funcs.sh https://raw.githubusercontent.com/FOGProject/fos/master/Buildroot/board/FOG/FOS/rootfs_overlay/usr/share/fog/lib/funcs.sh
Add to /images/dev/postinitscripts/fog.postinit:
cp ${postinitpath}funcs.sh /usr/share/fog/lib/funcs.sh
This will fix for Macs
-
@ismith-hpu To clarify, this will fix for any RAW imaging types.