• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Florent
    3. Posts
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 27
    • Posts 133
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Trying to deploy Windows 11 25H2 using FOG always leads to the Windows recovery screen

      @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'
      	fi
      

      We 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.size
      

      Maybe try capture debug to see which partition FOG get during your capture

      posted in Windows Problems
      F
      Florent
    • RE: Trying to deploy Windows 11 25H2 using FOG always leads to the Windows recovery screen

      @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

      posted in Windows Problems
      F
      Florent
    • RE: Trying to deploy Windows 11 25H2 using FOG always leads to the Windows recovery screen

      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.

      posted in Windows Problems
      F
      Florent
    • RE: version 1.5.10.1763 on debian 13.3.0 problem KEYMAP

      I’m also interested in knowing if a solution exists.

      posted in FOG Problems
      F
      Florent
    • RE: FOG Secure Boot with Shim

      @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?

      posted in Tutorials
      F
      Florent
    • RE: Uninstall Fog Client

      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

      posted in General
      F
      Florent
    • FOG Technician role can't change own password

      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

      posted in FOG Problems
      F
      Florent
    • RE: HP 640 G10 and HP 650 G10

      Hi,
      You just need to replace in your DHCP the path to use the snp.efi or snponly.efi

      posted in Hardware Compatibility
      F
      Florent
    • RE: Windows 10-11 default profile

      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.

      posted in Windows Problems
      F
      Florent
    • RE: FOG can't deploy image to HP EliteBook

      @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";
      }
      
      posted in Hardware Compatibility
      F
      Florent
    • RE: FOG 1.5.10 officially released

      Thank you we are happy to see FOG alive ! 👍 👍

      posted in Announcements
      F
      Florent
    • RE: WAPT snapins

      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” ?

      posted in Tutorials
      F
      Florent
    • RE: Customize Basic Tasks / Advanced

      @george1421 Thanks work like i want !

      posted in FOG Problems
      F
      Florent
    • RE: Customize Basic Tasks / Advanced

      @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.

      posted in FOG Problems
      F
      Florent
    • RE: Do you receive resume or notifications from forums by email?

      @sebastian-roth Hi , Resume works but for example i create new topic, i didn’t receive when have a reply

      posted in Bug Reports
      F
      Florent
    • Customize Basic Tasks / Advanced

      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 ?

      posted in FOG Problems
      F
      Florent
    • RE: HP 800 G6 stuck on rEFInd - Initializing

      @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

      posted in FOG Problems
      F
      Florent
    • RE: Do you receive resume or notifications from forums by email?

      @sebastian-roth Hi Sebastian,
      Yes today i receive the resume of the last week.

      posted in Bug Reports
      F
      Florent
    • RE: Host EFI Exit Type - Refind EFI

      @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

      posted in FOG Problems
      F
      Florent
    • RE: Host EFI Exit Type - Refind EFI

      @george1421 Do you think it’s possible to have an option “Reboot” ? Where i can set this to try ?

      posted in FOG Problems
      F
      Florent
    • 1 / 1