• Can't deploy latest win10x64uefi with 1.5.5

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    K

    @Quazz said in Can't deploy latest win10x64uefi with 1.5.5:

    Wow, you’re so fast with answers! I really appreciate that!
    As I’ve said in the firs post, I’m using Hyper-v second generation VM based on UEFI.
    AAAAND! It seems that I’ve got some progress(really hope so).
    What i’ve done:
    Downloaded latest binary zip of rEFInd: https://sourceforge.net/projects/refind/files/0.11.4/refind-bin-0.11.4.zip/download
    extracted /refind/refind_x64.efi ; drivers_x64 from this folder
    Renamed refind_x64.efi to refind.efi, renamed drivers_x64/ntfs_x64.efi to drivers/ntfs.efi, renamed /drivers_x64 to /drivers.
    Chmod 644 chown fog:www-data to this files|folders, moved them to /var/www/fog/service/ipxe, removed comment symbol from this line:
    #scan_driver_dirs EFI/tools/drivers,drivers
    in /var/www/fog/service/ipxe/refind.conf.
    And I’ve just deployed my image with only one error at the end:
    “failed initialization of the interactive login process” or something like this, it’s translated from Russian.

  • Run snapin as Admin / Import-StartLayout

    Unsolved
    2
    0 Votes
    2 Posts
    752 Views
    Lee RowlettL

    i’d split this up - use GPO or at minimum registry to achieve this then snapin to push out relevant xml start menu layout

    Registry:
    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\Explorer] - 64bit location
    “LockedStartLayout”=dword:00000001
    “StartLayoutFile”="C:\PATH\TO\START\MENU\LAYOUT\.xml

    you can partially lockdown start menu aswell so you give users a standard put they can pin their own stuff too (not allowed to edit what you’ve set)

    the snapin could just handle which start menu they get

    i.e. Admin-> this startmenu.xml
    IT-> this startmenu.xml

    just when they reach the location set in registry name it the same so like:
    IT-Startmenu.xml copies locally to startmenu.xml
    Admin-Startmenu.xml copies locally to startmenu.xml

    Hope this makes sense

  • ADK provisioning package settings won't apply after an PXE Boot

    Unsolved
    3
    0 Votes
    3 Posts
    485 Views
    george1421G

    @cristianvalente said in ADK provisioning package settings won't apply after an PXE Boot:

    Is somebody familiar with ADK and PXE?

    Yes and they are not related. Provisioning packages are deployed from inside the OS. FOG doesn’t now or care about windows applications. Are you trying to deploy a provisioning package as a fog snapin?

  • 0 Votes
    3 Posts
    422 Views
    C

    Hello!
    Yes, my idea is fog installed widnows can keep the user’s other partitions, because I want to keep the user’s other disk character data

  • Windows Users Passwords

    Unsolved
    7
    0 Votes
    7 Posts
    761 Views
    D

    @jflippen Thanks. I will give that a try and let you know. I really appreciate the responses.

  • Partclone Error when imagiging Multi Booted Laptop

    Unsolved
    2
    0 Votes
    2 Posts
    521 Views
    S

    @Les We need more information to be able to help. The partclone.log file only exists on the client. So you might schedule another capture task but tick the checkbox for debug task this time. Start the client and when you get to the shell start the capture via command fog and step through till you hit the error. Make sure you keep your eyes open for errors just before the “Partclone failed” message! Now after the error happens you should be send back to the shell. See if you can get the error message from the log file.

    As well you might post more information about your FOG version, the image settings (resizable or not, partclone/partimage, OS type). Plus you should find the partition tables captured in a folder /images/dev/XXX (XXX should be the MAC address of your client) on your FOG server. Run cat /images/dev/XXX/d1.partitions /images/dev/XXX/d1.minimal.partitions and post output here.

  • Powershell script snapin to install Windows calculator app not working

    Moved
    7
    0 Votes
    7 Posts
    3k Views
    G

    @Sebastian-Roth I have tried to run it as a domain log-on script but it didnt work, I can still install some apps ( prepared using SFX maker as silent install through Fog Snapin) but none of the script is working. I would appreciate if you kindly advise me? Many thanks

  • Active direcory join fail bad password 1.5.4

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    Wayne WorkmanW

    @kickers56 Please try to set the domain password using Incognito mode in your browser, see if the issue persists. Browsers will auto-fill and auto-complete password fields as a feature, and this has on many occasions been the culprit in strange password issues with fog.

  • Active Directory Join Failing

    Solved
    23
    0 Votes
    23 Posts
    8k Views
    S

    @x23piracy Thanks, that’s good to know. Although I guess it might be that $ special case causing the issue for the other users as it is used for variables in PHP, as line end in regular expressions such things.

  • 1722 error - Cannot add Windows 7 to domain

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    S

    @David-Raymond From what you describe this is definitely not a FOG issue. We might point you the right way to solve this but I am sure there are other forums out there knowing a lot more about that kind of stuff.

    Maybe start reading here: https://social.technet.microsoft.com/Forums/en-US/fe8901f2-f8d9-44aa-8eb4-b6b853ada623/quotrpc-server-unavailablequot-while-attempting-to-join-domain?forum=winserverDS

    Sounds like a DNS issue. You might want to run the mentioned DCDIAG command on your Windows AD server to see if it is all setup correctly.

  • Setup for one time install machines

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    george1421G

    @iekozz There are two commands you need to use when removing applications. The first one removes it from the current user the second one removes them from the system. You do this as the administrator before any one else logs into the computer. After the script is run, the next users that login will not have the application on the desktop or start menu. That is the way at least it use to work. I have not done image design in a few months. MS could have changed things (yet again) with 1809 that I’m not aware of.

  • Edge and other MS products Hang fail after sysprep login with Domain user

    Unsolved
    3
    0 Votes
    3 Posts
    511 Views
    S

    If anyone is interested this worked for me. I found this in a MS thread. I placed this in my Windows\Setup\Script\SetupComplete file just above the fog service enabled command.

    del /F /Q C:\Users\Default\AppData\Local\Microsoft\Windows\WebCacheLock.dat
    del /F /Q C:\Users\Default\AppData\Local\Microsoft\Windows\WebCache*.*
    del /F /Q C:\Users\Default\AppData\Local\Microsoft\Windows\INetCache*.*

  • After sysprep reboots

    Unsolved
    2
    0 Votes
    2 Posts
    307 Views
    george1421G

    There are 2 ways that I go about this.

    Put the commands you need to execute in the setupcomplete.cmd batch file (like creating accounts and such). Just make sure you delete this batch file after it runs to ensure you don’t have any password leakage.

    We use the first run section of the unattend.xml file for actions that need to happen inside a windows profile. We setup the unattended login function with a count of 1. The second to last step of the first run section changes the login screen to our standard company branding (so we know the imaging process is complete) by updating a few registry settings, and the very last step of the first run section is to issue a shutdown.exe -r -t 15 -c "This system will reboot in 15 seconds" command. This forces the computer to reboot after all of the other actions are done.

  • Blocking taskbar or customizing it

    Unsolved
    2
    0 Votes
    2 Posts
    349 Views
    george1421G

    @Scott-Boucher Thoughts? Yes… switch back to win7.

    The only way I know to make this work is to customize a start menu design to your liking. Then export it to its xml file format. Then copy that xml file to your golden image. The final bit is to create a GPO policy to force the computers to load its start menu from the exported file you created before.

    You may be able to do this with the microsoft provisioning package, but I haven’t done that before.

    A quick google search on “win10 customize start menu” should point you into a direction.

  • Keeping WIN10 Images Updated (Windows Updates)

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    george1421G

    @Joe-Gill said in Keeping WIN10 Images Updated (Windows Updates):

    Thanks for that info. I’m looking into setting up a server with MDT on it. Hopefully that will help these issues.

    FWIW: For MDT you don’t need a server class machine or OS. You can use desktop os and computer for this task. Virtualize if you can, but lower class physical hardware for “MDT server” is usable.

  • Default User Question

    Solved
    4
    0 Votes
    4 Posts
    638 Views
    S

    Well after a bunch of research and testing, this little tool works pretty well.

    http://www.forensit.com/support-downloads.html

    Defprof

    A little utility that you setup one profile exactly how you want it and then this will copy all those profile settings to the newly added users. Works for domain users as well.

  • Windows reimaging rights questions

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    O

    Alright. Thank you everyone for your time and answers.

  • Windows 10 wont image: Please reinstall windows error

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    Scott AdamsS

    @Scott-Boucher 2 logins is for other processes that we run. You should be able to change that number without issue.

  • Fog Client installer doesn't run

    Unsolved
    1
    0 Votes
    1 Posts
    268 Views
    No one has replied
  • intel I219-LM - Optiplex 7060 - installation problem network drivers during Sysprep

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    F

    @sudburr
    In my case in my postinstall script (fog) i copy only driver for concerned model, not all drivers of all model.
    After this command in sysprep add driver who are copied in c:\drivers in the driver store.
    For not doing this for all model i go to add “if” in my postinstall script to add this in my xml only for model 7060 and 7460

128

Online

12.3k

Users

17.4k

Topics

155.6k

Posts