• Odd capture and deploy disk size observations.

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

  • Quick registration deploy image error

    Unsolved
    3
    0 Votes
    3 Posts
    297 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).

  • Blank management page after FOG Update

    Solved
    5
    0 Votes
    5 Posts
    767 Views
    mckayjM

    Last part of the puzzle was that the php-fpm service wasn’t running.
    Started it with:

    sudo systemctl start php-fpm.service sudo systemctl enable php-fpm.service systemctl status php-fpm.service

    And now the FOG Web UI is working for me again.

  • What could cause Fog client not working?

    Unsolved
    4
    0 Votes
    4 Posts
    616 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.

  • Deployed imaged failed with blue screen (error 0xc0000225 or "NTFS file system")

    Unsolved
    2
    0 Votes
    2 Posts
    337 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.

  • 0 Votes
    3 Posts
    3k Views
    A

    @Hongyun I have this exact same error but in my case the UUID not found is my / which is my boot partition. Too bad your post remains unanswered. BTW, if you are still around, are your partition(s) EXT by chance? I’m using Rocky 8.10.

  • FOG iPXE menu “Deploy Image” not working

    Unsolved
    5
    0 Votes
    5 Posts
    834 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!!!

  • Unattended answer file for windows 11

    Unsolved
    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>
  • HTTPS Redirect Web GUI

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    D

    @JJ-Fullmer said in HTTPS Redirect Web GUI:

    https redirect

    I had this issue, but wanted to add to the Copilot answer that works on RHEL 8.10 running the latest Apache and FOG 1.5.10.1634 (this assumes you installed FOG with NO HTTPS option, in other words HTTPS disabled by default):

    To redirect all HTTP requests on port 80 to HTTPS on port 443 using your provided certificate and key, you can use the following configuration:

    Create a new configuration file in the /etc/httpd/conf.d/ directory, for example, redirect.conf:

    <VirtualHost *:80> ServerName ip.of.fog.server ServerAlias hostnameOfFogServer RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R=301,L] </VirtualHost>

    Update your SSL configuration in the /etc/httpd/conf.d/ssl.conf file to include your certificate and key:

    <VirtualHost *:443> ServerName ip.of.fog.server ServerAlias hostnameOfFogServer DocumentRoot /var/www/html/ SSLEngine on SSLCertificateFile /opt/fog/ssl/UNIQUE-FOR-ME/MYCERT.cer SSLCertificateKeyFile /opt/fog/ssl/UNIQUE-FOR-ME/MYCERT.key <Directory /var/www/html/fog/> DirectoryIndex index.php index.html index.htm AllowOverride All Require all granted </Directory> <FilesMatch "\.php$"> SetHandler "proxy:fcgi://127.0.0.1:9000/" </FilesMatch> RewriteEngine On RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F] RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-d RewriteRule ^/fog/(.*)$ /fog/api/index.php [QSA,L] </VirtualHost>

    Restart Apache to apply the changes:

    sudo systemctl restart httpd

    This configuration will redirect all HTTP requests to HTTPS and use the provided certificate and key for SSL. Make sure to replace ip.of.fog.server and hostnameOfFogServer with your actual server IP and hostname.

    Lastly, When enrolling a cert I used the FQDN and plain hostname as a “Subject Alternative Name”. For my company, this means internal use only (.pvt). This takes care of both redirects (prob could have also talked to the DNS team to redirect the hostname to the FQDN eg hostname.blah.pvt as well. But it’s better (and faster) in the cert if you can do it that way.

  • boot.php permission denied could not boot

    Unsolved
    10
    0 Votes
    10 Posts
    2k 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!!!

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

    Unsolved
    3
    0 Votes
    3 Posts
    593 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
    255 Views
    No one has replied
  • wheres windows 11 image

    Unsolved
    2
    0 Votes
    2 Posts
    275 Views
    R

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

  • Email not sending post image deploy

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    T

    Hi @Tom-Elliott. Do you know which settings do I need to change so outgoing email is not coming from Apache?
    I changed the outgoing email for FROM EMAIL and EMAIL BINARY in the web UI to donotreply@mydomain.com. Notification email went out as apache@myfogserver.localdomain. I then set myorigin = mydomain.com in main.cf, I received the notification from donotreply@mydomain.com which looks correct but according to maillog, and full header of the email, the email was sent from apache@mydomain.com.

  • Capture an ESXI Image?

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

    Unsolved
    5
    0 Votes
    5 Posts
    886 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
    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 🙂

  • Problem Import Host

    Unsolved
    12
    1 Votes
    12 Posts
    2k Views
    jeje3346J

    @NoIPName

    Hey !

    like @Tom-Elliott says , 1.5.10-x is the good way but if your problem is still present so i would ask you this :

    from Fog GUI could you export in CSV your actual hosts list ? could you add in this CSV a new line changing the hostname and mac values could you clean all your hosts from Fog GUI could you import the CSV that you exported

    is it working ?

  • Issue : EFI Stub: initrd data into pcr 9

    Unsolved
    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

  • OS Details no longer working

    Solved
    4
    0 Votes
    4 Posts
    700 Views
    S

    @rogalskij said in OS Details no longer working:

    For those experiencing the same issue on mainstream linux distros, navigate to your “resolv.conf” config file located in /etc/resolv.conf and add your individual search domains. Test a ping to a DNS name via command line on the box itself, then check your GUI again. Took about 2 minutes for it to reflect and show for me.

    I’ve just done this, and now noticing a remarkable increase in performance of the 1.6 web page. Thank you!

120

Online

12.5k

Users

17.5k

Topics

156.2k

Posts