• Deploy windows 11 fog

    Unsolved Windows Problems
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • What could cause Fog client not working?

    Unsolved FOG Problems
    4
    0 Votes
    4 Posts
    549 Views
    D

    seems to have sorted my issue, there is an update to the fog client, I had previously version 0.12, installed 0.13 and seems to be working ok now.

  • 0 Votes
    2 Posts
    314 Views
    Tom ElliottT

    @miyaqub I’m going to go on a limb and suspect you have 2 recovery partitions potentially?

    it seems that’s what was wrong in the case of this thread you’ve posted.

  • Quick registration deploy image error

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    273 Views
    M

    I found a partial solution. If in the file /var/www/fog/lib/reg-task/registration-class.php on the line where $userTest is, I change the values ​​of $username and $password to the real values ​​through which I log in to the FOG server, I get quickreg including deploy image… This is not a system solution and should be fixed by the developer. (Again, this is for version 1.6, on 1.5.10 this works correctly).

  • Unclear how to drop devices into specific OUs on Domain Join

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    557 Views
    JJ FullmerJ

    @joshua_mchugh George’s mention of using a post install script to do it is more advanced but very worth the effort. Having it domain joined via sysprep specialize simplifies things in the long run.
    That being said, you’re probably misunderstooding groups, because they’re a little confusing. Groups in Fog do not dynamically update the OU of the host members, but it can be used to set the OU in bulk on members. There is a plugin to change the behavior of groups if you want, but I’d try it the normal way first.
    But if you set the OU on the host, then when it joins the domain via the fog client, it will be in that OU. It will not move a host to a different OU, unless you do something like manually leave the domain and change the computer name and then the fog service will rename the computer back to what it is in fog and then join the domain in the set OU.

    I personally use a post install script now that grabs the OU from to host and Injects that into my unattend file. I believe I’ve posted some examples in the past. If I remember tomorrow when I’m at a computer and not a phone, I’ll link them.

  • Unattended answer file for windows 11

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    1k Views
    S

    @robertkwild This is ours, it boots into Windows automatically, where FOG starts (using the startup script) and renames the PC and adds to domain

    <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-GB</UILanguage> </SetupUILanguage> <InputLocale>en-GB</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-GB</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-GB</UserLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>500</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Type>EFI</Type> <Extend>false</Extend> <Size>100</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Order>3</Order> <Size>16</Size> <Type>MSR</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>4</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Label>WinRE</Label> <Order>1</Order> <PartitionID>1</PartitionID> <TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Format>FAT32</Format> <Label>System</Label> <Order>2</Order> <PartitionID>2</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>3</Order> <PartitionID>3</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Label>Windows</Label> <Letter>C</Letter> <Order>4</Order> <PartitionID>4</PartitionID> </ModifyPartition> </ModifyPartitions> <WillWipeDisk>true</WillWipeDisk> <DiskID>0</DiskID> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>4</PartitionID> </InstallTo> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>**REDACTED**</Key> </ProductKey> <AcceptEula>true</AcceptEula> <Organization>**REDACTED**</Organization> </UserData> <Display> <HorizontalResolution>1920</HorizontalResolution> <VerticalResolution>1080</VerticalResolution> </Display> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>*</ComputerName> <RegisteredOwner>**REDACTED**</RegisteredOwner> <RegisteredOrganization>**REDACTED**</RegisteredOrganization> <TimeZone>GMT Standard Time</TimeZone> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>en-GB</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-GB</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-GB</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OOBE> <HideEULAPage>true</HideEULAPage> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>1</ProtectYourPC> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>**REDACTED**</Value> <PlainText>false</PlainText> </Password> <Description>Admin</Description> <DisplayName>Admin</DisplayName> <Group>Administrators</Group> <Name>Admin</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <Display> <HorizontalResolution>1920</HorizontalResolution> <VerticalResolution>1080</VerticalResolution> </Display> <AutoLogon> <Password> <Value>**REDACTED**</Value> <PlainText>false</PlainText> </Password> <Username>Admin</Username> <LogonCount>1</LogonCount> <Enabled>true</Enabled> </AutoLogon> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>C:\Windows\Setup\scripts\SetupComplete.cmd</CommandLine> <Order>1</Order> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> </FirstLogonCommands> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/customise/win10/sources/install11edu.wim#Windows 11 Education" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  • Odd capture and deploy disk size observations.

    Unsolved FOG Problems
    10
    0 Votes
    10 Posts
    1k Views
    A

    @Tom-Elliott Hellooooo,
    Sooooo, leaving the UUIDs as is I simply decided to use a different machine to create the image. I was using Intel and switched to a SuperMicro and set BIOS booting option to BOTH meaning Legacy + UEFI.

    That same image was successfully deployed to that very problem Intel box as well as others. And since it was EXT4, the partition grew and shrunk as needed.

  • Windows 11 going into auto repair mode.

    Unsolved Windows Problems
    1
    0 Votes
    1 Posts
    547 Views
    No one has replied
  • error deploying windows 11

    Unsolved FOG Problems
    19
    0 Votes
    19 Posts
    3k Views
    R

    @Tom-Elliott looks like i have to update my fog to 1.6 instead of 1.5 as i thought i resolved it by updating fog to the latest 1.5 but the error is still there on 1.5, i thought it went at first as when i made my first image it saved as a folder but on my second capture its saving as a file again

  • PC not starting over PXE, but pending registration in dashboard

    Unsolved FOG Problems
    3
    0 Votes
    3 Posts
    563 Views
    S

    @Tom-Elliott Which information would help you to understand the problem more?

    Secure Boot is disabled at the moment.

  • 0 Votes
    1 Posts
    245 Views
    No one has replied
  • boot.php permission denied could not boot

    Unsolved FOG Problems
    10
    0 Votes
    10 Posts
    1k Views
    R

    @Tom-Elliott i had the exact same error on another pc i wanted to image, you were right Tom, as the CMOS battery died it had the wrong date/time so i amde it correct and voila

    thanks for pointing me in the right direction!!!

  • wheres windows 11 image

    Unsolved FOG Problems
    2
    0 Votes
    2 Posts
    262 Views
    R

    @robertkwild ok i read you can do 10 or other so fine, il close

  • FOG iPXE menu “Deploy Image” not working

    Unsolved FOG Problems
    5
    0 Votes
    5 Posts
    801 Views
    T

    FOG iPXE meu is doing cert validation check at some point. Where would I need to change so it can verify my cert?
    I’m on Rhel 9 running apache 2.4. No error on any of the log file.

    Please help!!!

  • w10 with Sysp long installation duration After deployment

    Unsolved Windows Problems
    1
    0 Votes
    1 Posts
    213 Views
    No one has replied
  • Capture an ESXI Image?

    Unsolved FOG Problems
    1
    0 Votes
    1 Posts
    149 Views
    No one has replied
  • Cant connect to database

    Unsolved Linux Problems
    1
    0 Votes
    1 Posts
    898 Views
    No one has replied
  • Fog UEFI PXE doesnt work

    Unsolved FOG Problems
    5
    0 Votes
    5 Posts
    773 Views
    Z

    @Tom-Elliott I have tried what you said without success. I still get the TFTP error

  • Fog Hostname problem after w10 SYSPREP

    Unsolved FOG Problems
    12
    0 Votes
    12 Posts
    2k Views
    jeje3346J

    @Tom-Elliott
    The last problem was tha windows main partition ! Now it works perfectly ! Thx for your precious help.

    Solved 🙂

  • Issue : EFI Stub: initrd data into pcr 9

    Unsolved FOG Problems
    13
    0 Votes
    13 Posts
    5k Views
    E

    @rodluz

    @Erika said in Issue : EFI Stub: initrd data into pcr 9:

    @rodluz said in Issue : EFI Stub: initrd data into pcr 9:

    @Erika I would like to try the newer 6.12 kernel to see if this issue would get resolved. I will have a kernel for you to try later today.

    My colleague and I tried this morning,
    It doesn’t work.

    bzimage 6.12.png
    6.12.png

    efi stub: loaded initrd from linux_efi_initrd_media_guid device path
    measured initrd data into pcr 9

    Does’nt works on this video : (hosted 2 day)
    https://streamable.com/dlqhin

    When it works normally, it should go to this step as in the video :
    https://streamable.com/esg8f0