• Windows 10 Hostnamechanger

    Solved
    2
    0 Votes
    2 Posts
    658 Views
    S

    Okay, got it working by checking the box Name Change/AD Join Forced reboot. It never fails that I can look at something for 2 hours and soon as I finally break down and ask everyone, I find the problem. šŸ™‚

    Thanks.
    Scott

  • Upload image failed

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    A

    Problem solved, perfect šŸ™‚

  • 0 Votes
    1 Posts
    394 Views
    No one has replied
  • Writing Image Taken From RAID 1 to Non-RAID PC

    2
    0 Votes
    2 Posts
    456 Views
    S

    @amtiskaw This is not a FOG issue. It depends on so many things and can go wrong easily. Software or hardware RAID controller, model, driver; UEFI or legacy BIOS; …

    There is no simple answer to this and I won’t be able to help with this.

  • Customized image of Windows10 1803 RS4, partition resize issue

    Solved
    13
    0 Votes
    13 Posts
    3k Views
    R

    Finally, I had to reinstall FOG and everything was fixed.

    Thanks guys for the answers.

  • Imposible to boot from disk (black screen)

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    george1421G

    @aksl well you can edit the refind.conf file in /var/www/html/fog/service/ipxe/refind.conf and change the line for scanfor to look like this

    scanfor internal

    Save the config file and then attempt booting it again.

  • Dell XPS 15 9570 can't boot to fog USB disk

    3
    0 Votes
    3 Posts
    2k Views
    S

    @bricktop135 At which stage do you get the cursor on the black screen? Can take a series of pictures or video so we see the whole boot process?

  • Windows 10 version 1607 resize issue

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    george1421G

    @andrewg78 I’m still thinking its bit locker that is causing your issue. When you use single disk not resizable then clone the image, you are not changing the geometry of the disk. Please read through this post and see if running the commands to disable bitlocker makes single disk resizable work better. https://forums.fogproject.org/topic/10824/image-upload-deploy-taking-a-long-time/43

    Looking over the entire thread just for your info.

  • FOG and PXE boot Any chance of unwanted image deployment?

    5
    0 Votes
    5 Posts
    1k Views
    A

    In my organization, I have started using the FOG for the past month and found it to be very flexible. We either register the host and deploy the image it via the console or just PXE boot and select ā€œDeploy Imageā€ and select the specific image for deployment. The whole process take less than 10 mins.

  • Where do I place Windows Answer file for FOG image?

    Solved
    2
    0 Votes
    2 Posts
    540 Views
    Tom ElliottT

    %WINDIR%\Panther\unattend.xml

  • How to sysprep and add drivers for dell desktops

    Solved
    6
  • Snapin Powershell 32/64 bit

    1
    0 Votes
    1 Posts
    685 Views
    No one has replied
  • DHCP Server Change

    5
    0 Votes
    5 Posts
    3k Views
    Wayne WorkmanW

    @bmick10 said in DHCP Server Change:

    I think I have tried to get in by clicking on and said I didn’t have access even though I am administrator.

    Linux doesn’t have the concept of ā€˜Administrator’, that’s a Windows thing. Linux has users, and root. And sometimes users are allowed sudo privileges for some or all commands. Really, you need to be root to edit the file. Usually, that’s done via CLI.

  • WIN10 Shutsdown After Host Reboots Post SysPrep

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    J

    @Wayne-Workman

    You can mark this one solved.

    I deleted ALL power management entries. (Regardless of seeing any listed.) I haven’t had any hosts shutdown since.

    Thanks again!

  • How to automatically run several .bat scripts after image deployment

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    Tom ElliottT

    I suppose, to answer the question more directly, you can do a snapin pack.

    Create a base batch file, and all your others. Create them into a zip file. Your ā€œbaseā€ batch file would simply call the other batch files as required.

    For example, you create a snapin pack with licensing.zip as the base name.

    Inside licensing.bat you would, essentially, have:

    @echo off %~dp0\license1.bat %~dp0\license2.bat %~dp0\license3.bat %~dp0\license4.bat %~dp0\license5.bat %~dp0\license6.bat %~dp0\license7.bat %~dp0\license8.bat %~dp0\license9.bat %~dp0\license10.bat %~dp0\license11.bat %~dp0\license12.bat %~dp0\license13.bat

    (Some of the syntax may be off, but the idea is the same. For what it’s worth, the %~dp0 is windows slang for, the current drive and path of the running script, this way you don’t have to hardcode the path to find these other files.)

  • Windows 10 1803 - sysprep problem

    Solved
    11
    0 Votes
    11 Posts
    11k Views
    F

    Resolve with this :

    Web FOG Settings :
    -FOG Client - Hostname Changer was enabled : Now DISABLED
    -General Settings / Change Hostname early was enabled : Now DISABLED

    After disable this two settings it’s ok …

    Problem solved.

  • Need your help with Windows 10 sysprep (weird issue of course)

    Unsolved
    13
    1 Votes
    13 Posts
    7k Views
    P

    @NT_Tech product key censor?? thx tho, i’m saving your stuff for future reference too.

  • Boot issue : PXE OK but not Windows 7 after that

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    H

    Has there been any progress with this issue. I am having the issue where the ā€œ_ā€ flashes but goes no further and I have been searching for a solution for the past 3 days.

    In my case, I am attempting to boot a WinPE Environment to run a 3rd party application.

    I tried both clean boot.wim files from Win7 and Win10, both fail. But when booted from a USB Drive or CD the application boots.

    Everything worked perfectly when I was running 1.5.0 but no longer in 1.5.4.

    Dell PowerEdge 910
    Windows Server 2016

    DHCP
    ** Option 66 - IP of CentOS 7 Server Running Fog
    ** Option 67 - undionly.kpxe DNS Hyper-V
    ** CentOS 7
    ** Fog 1.5.4
    ** 16 Cores
    ** 128GB Ram

    0_1531514314481_PXE Boot to WinPE boot wim stalls.png

    It will sit here forever.

  • Dell Latitude 5490 - Deployment of Win10 LTSB Fails

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    george1421G

    @restlesshustle As outlined in the wiki page use the setupcomplete.cmd batch file to reenable the service or you can do it in the unattend.xml file in the first login if you have auto admin login set up after oobe finishes.

  • Device ID, Produkt ID Product registration is the same? (WIN10)

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    @aspiringtow that is correct.

98

Online

12.6k

Users

17.5k

Topics

156.4k

Posts