@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?
Posts
-
RE: FOG Secure Boot with Shimposted in Tutorials
-
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"; } -
RE: FOG 1.5.10 officially releasedposted in Announcements
Thank you we are happy to see FOG alive !

-
RE: WAPT snapinsposted in Tutorials
I use WAPT to deploy softwares but i don’t understand your use case.
Why not just deploy WAPT agent and use command like “wapt-get install tis-yourPackage” ? -
RE: Customize Basic Tasks / Advancedposted in FOG Problems
@george1421 Hi George,
I want to remove forever the “Fast” wipe option.
Just want keep “Normal” and “Full Wipe”.
I look on :
tasktype.class.php
tasktypemanager.class.php
But i don’t understand the file operation. -
RE: Do you receive resume or notifications from forums by email?posted in Bug Reports
@sebastian-roth Hi , Resume works but for example i create new topic, i didn’t receive when have a reply
-
Customize Basic Tasks / Advancedposted in FOG Problems
Hi,
I search to customize the menu on a host “Basic Tasks / Advanced”.
I want to delete “Fast Wipe” line.
I try grep on fog folder but not find how to hide or delete this line.
Which file contain this ? -
RE: HP 800 G6 stuck on rEFInd - Initializingposted in FOG Problems
@rotoi You can try last version of refind.efi https://sourceforge.net/projects/refind/
Here we think to set new options “reboot” for uefi system to bypass this problem when no task in progress -
RE: Do you receive resume or notifications from forums by email?posted in Bug Reports
@sebastian-roth Hi Sebastian,
Yes today i receive the resume of the last week. -
RE: Host EFI Exit Type - Refind EFIposted in FOG Problems
@george1421 Yes i already try this. Works fine but already my problem with Bitlocker.
Actually my problem is our computers are configure to boot on pxe when receive wake on lan.
And Bitlocker ask recovery key if order boot has changed.
But i notice if i reboot “normally” even after that, Bitlocker don’t ask recovery key Bitlocker.
My problem is for our computers “Refind EFI” is the only mode who work with pxe. If i use other option, i have an error like “Chainloading failed”.
This is why i was thinking to have a “reboot” mode, because i don’t find how to make it work the “Exit” mode -
RE: Host EFI Exit Type - Refind EFIposted in FOG Problems
@george1421 Do you think it’s possible to have an option “Reboot” ? Where i can set this to try ?
-
RE: Do you receive resume or notifications from forums by email?posted in Bug Reports
@sebastian-roth
Yes it’s set weekly reports and notifications by email when reply on a topic.
The last report i have is 14/03/2022 -
Do you receive resume or notifications from forums by email?posted in Bug Reports
Hi,
Since few weeks i didn’t receive anymore by email the resume of the FOG forums or notifiications.
I verify with my email administrator and nothing blocked.
Same for you ? -
RE: Host EFI Exit Type - Refind EFIposted in FOG Problems
@george1421 Yes if i change boot order and set hard drive first it’s okay.
Do the problems for many models HP & Dell.
On a model I try to set exit type to “Exit” it works, but do you think it will work same on all ?
On other model with “Exit” option if i have not active tasks it stay on “chainloading failed” and reboot after 10 seconds. -
Host EFI Exit Type - Refind EFIposted in FOG Problems
Hi,
What “Host EFI Exit Type - Refind EFI” exactly doing ?
I have a weird behavior here. If computers boot on pxe with no fog image task and with “Host EFI Exit Type - Refind EFI”, Bitlocker always ask me the recovery key.
My problem is the other options of “Host EFI Exit Type” does’nt work for me because show error chainloading and reboot after 10 seconds.Have you an idea ?