• Snapin with dependencies to be installed once

    2
    0 Votes
    2 Posts
    434 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
    711 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
    421 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
    697 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
    1k 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
    2k Views
    F

    Merci je testerais cela un de ces jours.

  • 0 Votes
    2 Posts
    4k 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
    752 Views
    J

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

  • Copy ipxe.efi to uefi partition?

    13
    0 Votes
    13 Posts
    4k 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
    681 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
    998 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
    491 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
    355 Views
    No one has replied
  • "Bad Sectors" when uploading image (Abort), RAID-1 crashed

    6
    0 Votes
    6 Posts
    716 Views
    george1421G

    @lakk I have had to work (deal) with them from time to time. I can tell you I did the exact same thing with them (breaking the mirror) by (assuming) the intel raid controller acts like a traditional raid controller. I can tell you it does not, because it exposes both the raid device and the JBOD disks to the OS. The OS needs to be smart enough to know how to manage the array.

    I did write a tutorial on how to use FOG with these type of raid adapters here: https://forums.fogproject.org/topic/7882/capture-deploy-to-target-computers-using-intel-rapid-storage-onboard-raid (oh my all the way back in 2016…)

    I can tell you another example (possibly of what you are seeing). We have several dell precision rack mount workstations that use these raid controllers for their local disks. Somewhere in 2018-2019 they upgraded the OS from Windows 7 to Windows 10. About 6 months later we got a call that 2 of the workstations had reverted back to windows 7. This wasn’t possible because it was a clean install of windows 10 and not an upgrade from Windows 7. Its just not possible to do what they said it did. We had them reboot the workstation and take a few screen shots. They called back and said that it switched back to windows 10. Thinking they were just crazy we said the next time it happened give us a call. About a month later it did it again. To no make this any longer of an example I’ll cut to the point. We found that the raid-1 mirror was split (akin to split brain) some time before windows 10 was installed. So not knowing the mirror was broken they installed windows 10 and it went onto one disk while the other disk remained at windows 7 install. It appears that the intel raid controller picks at random which disk will be the leader and the other the follower in the mirror (for the intel controller the leader disk has read/write activity, while the follower only has write activity). That is how on one boot it would start up as win10 and the another boot win7.

  • snapin script running on a samba share

    5
    0 Votes
    5 Posts
    811 Views
    S

    @lebrun78 Can you run this exact script in the SYSTEM context (as described below through PsExec) and see where exactly it fails?

  • Error 2691 add to domain ok

    18
    0 Votes
    18 Posts
    3k Views
    L

    @sebastian-roth
    No actually, the share is only accessible to administrators.
    I use a powershell script which mount with a samba share account the share and launch the installer.
    but the script seems not working when run as system.
    I’m investigating

  • sysprep, add to domain, and fog client

    3
    0 Votes
    3 Posts
    617 Views
    L

    @tom-elliott
    Merci

  • Fog Client not installing

    7
    0 Votes
    7 Posts
    1k Views
    FuriousGamer065F

    @sebastian-roth I looked in the registry and I deleted the left over fog files, I got it to work after a little tinkering.

164

Online

12.4k

Users

17.4k

Topics

155.9k

Posts