• Deploy Tasks Not Continuing After First Batch

    Unsolved
    5
    0 Votes
    5 Posts
    745 Views
    Tom ElliottT

    @eliaspereira I’m not fully sure what is wrong or where it’s wrong at and I don’t really have a means to test.

    I’m presuming you posted the issue on github which is a good place to start.

    If that is the case it sounds like something missed a step during updating the database potentially?

  • Full Inventory and deployement invalid loging

    Unsolved
    1
    0 Votes
    1 Posts
    186 Views
    No one has replied
  • Failed of upgrading Dev-Branch version

    Unsolved
    1
    0 Votes
    1 Posts
    207 Views
    No one has replied
  • New FOG master server - broken CA Certificate trust

    Solved
    3
    0 Votes
    3 Posts
    450 Views
    S

    @AUTH-IT-Center Super, thank you very much! Looks like its working again 🙂

  • Snapin script running silent

    Unsolved
    1
    0 Votes
    1 Posts
    229 Views
    No one has replied
  • Migrated master node - storage nodes failing

    Solved
    3
    0 Votes
    3 Posts
    430 Views
    S

    I deleted the private and public SSL certs and reran the installer, seems to have fixed it.

    /opt/fog/snapins/ssl/.srvprivate.key
    /var/www/html/fog/management/other/ssl/srvpublic.crt

  • no image file(s) found that would match the partition(s) to restored

    Solved
    2
    0 Votes
    2 Posts
    342 Views
    P

    @processor

    I’ll reply to myself.
    finally I found that image was partially copied to storing folder.
    So yes no images was found !!
    I just had to re-upload a backup to solve this issue.

    sorry for the disturbing.

  • 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
    247 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
    624 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
    503 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
    269 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
    2k 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
    760 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
    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!!!

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

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

    Unsolved
    2
    0 Votes
    2 Posts
    251 Views
    R

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

176

Online

12.4k

Users

17.4k

Topics

155.9k

Posts