• Autounattend.xml Suggestions

    1
    0 Votes
    1 Posts
    327 Views
    No one has replied
  • Certificate Nightmare

    6
    0 Votes
    6 Posts
    2k Views
    S

    @d2freak82 said in Certificate Nightmare:

    on install if I select HTTPS it will not install because of the certificate error.

    Even when using the updated SmartInstaller mentioned below?

    Where exactly do you see the certificate error? Can you post a screenshot? Possibly it’s something we can/need to fix in the fog-client setup.

  • Image running into activation issues

    1
    0 Votes
    1 Posts
    258 Views
    No one has replied
  • (503) Service unavailable

    4
    0 Votes
    4 Posts
    884 Views
    S

    @sborgne said in (503) Service unavailable:

    Proxy parameters bad config is to be blamed…

    Wow, something I would not have thought of right away! Good you found why it fails!

    No there are no proxy configuration settings in fog-client. We use simple C# .NET WebClient calls. That seams to be using your system proxy settings. Can you set your systemwide proxy settings to not use the proxy server if connecting to your FOG server?

  • Difference between the 2 domain passwords?

    5
    0 Votes
    5 Posts
    1k Views
    B

    Thanks @tom-elliott . So, if I understand correctly, I only use the first one and it must not be encrypted, am I right?

  • Snapin with dependencies to be installed once

    2
    0 Votes
    2 Posts
    556 Views
    george1421G

    @arowana Does your remote site have a server where you can preposition these dependencies files? Remember for windows the script or installer runs as a windows user. The fog client runs these snapins as SYSTEM which has admin rights on the local computer where the snapin is being installed. Your install script can map a drive to a windows file share and copy the files over smb to the target computer. That would be the easiest. If the files were stored at the remote site then it would not impact your metered connection rates. If you used a powershell script to install your application you can use a function similar to curl or wget to download the file from the internet using scripting. You might be able to use FTP too, but I have never tried. You don’t need to specifically download from the FOG server, but you can. If you wanted to download from the FOG server, I would setup a new user on the FOG server that has very limited rights, maybe to read only from the source directory and that is all. I would not use the FOG ftp user because that has more authority than what is needed here.

  • 0 Votes
    8 Posts
    2k Views
    george1421G

    @jyost said in Roughly half of reimaged devices do not run first run scripts in autounattend.xml after imaging.:

    If the renaming/domain join occurs AFTER the final restart I will need to run a powershell script to install our AntiVirus software and also add a domain user account to the Remote Desktop Users group –

    You might want to consider deploying this action with a snapin. Snapins will run after all of the other imaging actions are complete.

  • installation of the proof of purchase failed 0xc004f050

    2
    0 Votes
    2 Posts
    829 Views
    S

    @AlexPDX Which version of Windows do you use exactly?

    We had reports about what sounds similar to what you say not long ago.
    https://forums.fogproject.org/topic/15258/windows-10-and-fog-product-key-problem-20h2
    https://forums.fogproject.org/topic/15256/win-10-pro-product-key-not-installed-probably

    I am still not sure if this is something the fog-client is doing wrong (we just use the slmgr.vbs calls that worked for a long time) or if it’s Windows preventing it from happening.

  • configuring to add to azure AD

    2
    0 Votes
    2 Posts
    603 Views
    george1421G

    @nfiglar Typically you would add the command to add the computer to azure ad in the setupcomplete.cmd batch file or in a first run command in the unattend.xml script. At the very least you could create a snapin to deploy a package that joins the target computer to azure AD. dsregcmd /join

  • Win 10 Pro Product key not installed probably

    3
    0 Votes
    3 Posts
    819 Views
    M

    @sebastian-roth Sorry for my late response, i use windows 10 build 20H2.
    I have tried installing the key with slmgr.vbs manually, that’s not working so i think its a bug in windows…

    i have tried finding a old windows 10 build (2004) to try if it works there, but no luck so far…

  • Win10 Clients after Deployment BSOD on First Boot

    5
    0 Votes
    5 Posts
    2k Views
    C

    @sebastian-roth Thank you for your suggestions. My team and I were able to start from scratch with a new Win10 Pro image and we captured/deployed this new revision without issues. There must have been some sort of driver or configuration issue on the actual host image that was causing this.

    Thank you for helping me double check that everything in my Fog settings were properly configured.

  • Windows 10 changed the boot order !!

    12
    0 Votes
    12 Posts
    3k Views
    F

    Merci je testerais cela un de ces jours.

  • 0 Votes
    2 Posts
    5k Views
    S

    @Navdeeppal While we use PXE boot a lot in FOG I don’t see what your question has to do with the FOG Project?!

  • Windows Not Activating After Imaging

    4
    0 Votes
    4 Posts
    975 Views
    J

    @tom-elliott Thank you very much for your assistance and time!

  • Copy ipxe.efi to uefi partition?

    13
    0 Votes
    13 Posts
    5k Views
    JJ FullmerJ

    @greg-plamondon That is one of the reasons I set this up, we have some wifi only devices, setting them to default boot to lan just doesn’t work. Also users get confused and or complain about the time it takes for the lan boot. So I set up a custom boot manager and got the best of all worlds.

    I did recently accidentally (so sadly not sure how to recreate it) find that the windows boot manager does still have a gui mode. So you could theoretically create this functionality without the use of third party tools. I discovered it when I imaged a computer that had 2 drives. I imaged the nvme in a desktop that had a old spinning drive that still had a windows install on it and windows saw the old spinning drive’s install first and kept booting to that. At some point I had a windows boot menu that showed both windows options. So there is still a way to add custom boot entries to the windows boot manager. Probably a mix of enabling the timeout in bcd bootmgr settings and then adding a custom boot option. So you could theoretically make it so you see an option for straight windows boot and straight fog ipxe.efi file boot. Personally I like using grub, but just wanted to let people know it’s an option someone could try to figure out.

  • UEFI Device Not booting

    11
    0 Votes
    11 Posts
    2k Views
    L

    Hello

    Did you find the solution, I have the same problem with 3 VM on proxmox :

    1 debian fog server, 1 working windows 10 machine (That I have imaged) 1 test machine for deployment (I have the same problem after deployment)

    Thanks for any help

  • fog client no longer rebooting system to deploy, where to start?

    7
    0 Votes
    7 Posts
    1k Views
    P

    @sebastian-roth
    Nice one! thanks. I added the VPN MAC address!

  • After being imaged, Win10 won't UEFI boot, will Legacy boot

    4
    0 Votes
    4 Posts
    1k Views
    M

    @george1421 Scratch that. I was confused about how this works, my apologies.

    The Windows 10 installation I used to create my image is using an MBR, aka Legacy boot.

    Thanks again for the quick reply.

  • Fresh FOG installation and no Client detected

    3
    0 Votes
    3 Posts
    598 Views
    S

    @klisza1993 said in Fresh FOG installation and no Client detected:

    Middleware::Communication ERROR: Communication ERROR: Request Aborted: Unable to create SSL / TLS secure channel.

    I have never seen this error before and I am not sure where it might come from yet. In your first post you said you didn’t enable HTTPS when running the installer but you later post says you are using HTTPS as well. So I would imagine that a request to the HTTP URL is being redirected to HTTPS (default when you enable HTTPS with the installer) and the error stems from an issue with the server certificate.

    Did you manually change the webserver configuration?

    During troubleshooting, what i have discoverd, tah i can get communication with Server pasting this link into browser.:
    https://192.168.205.132//fog/service/register.php?hostname=rk-test&mac=D6:C8:93:84:8B:24&newService&json
    From my poinf of view its NOT SECURE.

    Surely not ideal but you need to consider that FOG is not a secure product. Very few people help working on the code to find and fix bugs. You are more than welcome to join the force and get this out of the way.

  • FOG and PDQ Deploy

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied

112

Online

12.6k

Users

17.5k

Topics

156.4k

Posts