@sebastian-roth Hi Sebastian,
Yes today i receive the resume of the last week.
Best posts made by Florent
-
RE: Do you receive resume or notifications from forums by email?posted in Bug Reports
-
RE: Organizations Using FOGposted in General
Hi,
Organization Name: Université Rennes 2
Location (Optional) : Rennes, FRANCE
Approximate Number of systems: 2000-2500
How long: Since 2009
Add to this, if you want to be listed publicly on the WIKI, please provide a Logo you’d want used for this.
https://www.univ-rennes2.fr/system/files/UHB/SERVICE-COMMUNICATION/logosur2-png.zip -
RE: Imaging Windows 10posted in Windows Problems
Disk is formatted as MBR.
Device Model is an Dell Optiplex 7010 with wester digital disk.For OS type image in the choose list i try Windows 7 , Windows 8 and Windows 8.1 and problem is identical for all.
-
RE: schedule delayed or cron task doesn't workposted in FOG Problems
Thanks !
For information :
In this files we are replace UTC or GMT by our timezone (http://php.net/manual/fr/timezones.europe.php)
commons/system.php :
lib/pages/ReportManagementPage.class.php
lib/pages/DashboardPage.class.php :
lib/fog/StorageNode.class.php
service/blame.phpand Restart FOG services
It’s works !
Regards
-
RE: FOG + Sysprep + Windows 10 1803posted in General
@george1421
Hi George,
I advanced on the problem and i am very confused…
I identify problem is just after post download scripts.
I say that because in my multiple tests if i shutdown computer just after sed, cancel fog tasks and boot on Windows 10 1803 the name is correct !See screenshot of step where i ientify problem occurs :
In tests where windows computer name is correct i shutdown computer just before this screen.
As i saw rubric “Changing hostname” i search in my web FOG Settings :
-FOG Client - Hostname Changer was enabled : Now DISABLED
-General Settings / Change Hostname early was enabled : Now DISABLEDAfter disable this two settings it’s ok …
2 months to identify this !
Problem solved.Very thanks for your helps and guidance to post download scripts.
I was convinced that it was coming from Windows/Sysprep.Don’t know why that did not bother Windows 10 1709.
Thanks again

-
RE: Imaging Windows 10posted in Windows Problems
@Wayne-Workman It’s work with Multiple Partition Image - Single Disk (Not Resizable) and my partition is resize by the sysprep options “ExtendOSPartition”
Thanks !!
-
RE: FOG 1.5.10 officially releasedposted in Announcements
Thank you we are happy to see FOG alive !

-
RE: Power Management - Day of week usage differ from cronposted in FOG Problems
@Sebastian-Roth
Ok thanks.
Waiting, workaround for us is to use SUN, MON, TUE, WED, THU, FRI, SAT instead of number for Shutdown and Reboot -
RE: Windows 10-11 default profileposted in Windows Problems
Just for my curiosity why not use sysprep + copyprofile solution ?
For me depends what you want personnalize. Often just need GPO, registry, copy files etc to personnalize user environment.
-
RE: Wake on lan difference between basic tasks and power management ?posted in FOG Problems
@florent
Sorry i found the problem, i think it’s bad value on the mysql table.
I go to the powerManagement table and see line like this with “-” :
0 8 - * wol 0
I have deleted this line and restart FOGScheduler, after it’s ok[03-04-21 5:08:23 pm] * Found a wake on lan task that should run. [03-04-21 5:08:23 pm] | Task sent to XXXIt’s resolved for me
Latest posts made by Florent
-
RE: Trying to deploy Windows 11 25H2 using FOG always leads to the Windows recovery screenposted in Windows Problems
@lucamathuse
I don’t remember if it’s related to Win11 we have this in our postdownload script :if [ -n "$hd" ]; then if [ "$hd" = "/dev/nvme0n1" ] ; then partsys=$hd'p2' partdata=$hd'p3' else partsys=$hd'2' partdata=$hd'3' fiWe use Virtualbox, install classic WIndows 11, disable Bitlocker, and capture with FOG with image set to “Multiple Partition Image - All Disks”
My folder capture :d1.mbr d1p1.img d1p2.img d1p3.img d1p4.img d1.partitions d1.sizeMaybe try capture debug to see which partition FOG get during your capture
-
RE: Trying to deploy Windows 11 25H2 using FOG always leads to the Windows recovery screenposted in Windows Problems
@lucamathuse said in Trying to deploy Windows 11 25H2 using FOG always leads to the Windows recovery screen:
And did I understand that right, you use “Multiple Partition Image - All Disks” and before deploying you set it to “Single Disk - Resizable”?
Exactly
-
RE: Trying to deploy Windows 11 25H2 using FOG always leads to the Windows recovery screenposted in Windows Problems
Have you sysprep your Windows before capture ? (i don’t think it’s related but it’s important to do this, if no need nothing just launch C:\Windows\System32\Sysprep\sysprep.exe and coche generalize, shutdown)
I use “Multiple Partition Image All Disks” just for the upload, and after upload done, i set “single disk resizable” for the deploy.
-
RE: version 1.5.10.1763 on debian 13.3.0 problem KEYMAPposted in FOG Problems
I’m also interested in knowing if a solution exists.
-
RE: FOG Secure Boot with Shimposted in Tutorials
@KMEH Great job !
I can’t wait for it to be implemented directly during the installation of FOG.
Are the bugs on Dell only affecting older models? -
RE: Uninstall Fog Clientposted in General
msiexec /x (uninstallkey)
But maybe need server to be reach, because for the installation if the FOG server can’t be reached, doesn’t work
Here have this problem with many computers who are often outside office
-
FOG Technician role can't change own passwordposted in FOG Problems
Hi,
I have set to IT users of FOG, the role of Technician (access control) but now they are unable to change their own password.
How can i do this without giving them access to change all user’s password -
RE: HP 640 G10 and HP 650 G10posted in Hardware Compatibility
Hi,
You just need to replace in your DHCP the path to use the snp.efi or snponly.efi -
RE: Windows 10-11 default profileposted in Windows Problems
Just for my curiosity why not use sysprep + copyprofile solution ?
For me depends what you want personnalize. Often just need GPO, registry, copy files etc to personnalize user environment.
-
RE: FOG can't deploy image to HP EliteBookposted in Hardware Compatibility
@mmello Hi, Where do you replace with snponly.efi ?
Have same problem with HP Elitebook 650 G10.
We use this DHCP option 60 :class "UEFI-32-1" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00006"; filename "i386-efi/ipxe.efi"; } class "UEFI-32-2" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00002"; filename "i386-efi/ipxe.efi"; } class "UEFI-64-1" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00007"; filename "ipxe.efi"; } class "UEFI-64-2" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00008"; filename "ipxe.efi"; } class "UEFI-64-3" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00009"; filename "ipxe.efi"; } class "Legacy" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000"; filename "undionly.kpxe"; }