• Fog Delay Join Domain after Deploy

    Unsolved
    2
    0 Votes
    2 Posts
    424 Views
    george1421G

    @Brad39413 The FOG service should be started from your setupcomplete.cmd batch file. That way it doesn’t start doing its part before oobe is complete. Just update your software or delay the startup of the fog service until you are ready for it to do its thing.

  • Prepare Windows Client for clone in domain network

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    george1421G

    @seppim TBH Your results do not match your subject line, but…
    Yes you discovered that bios computers need a different boot loader than uefi computers.

    bios == undionly.kpxe
    uefi == ipxe.efi or snponly.efi

    If you have a windows or linux based dhcp server you can configure it to dynamically send out the right boot loader name based on the pxe booting computer.

    And you are also correct to pxe boot into FOG secure boot needs to be disabled.

  • Fog & Windows 11

    Unsolved
    4
    0 Votes
    4 Posts
    11k Views
    W

    I can also atest to this. Windows 11 is not having any issue with my Dell Latitude 7440 2-in-1’s. Select “Windows 10” as your OS and you should be just fine…for now 🤛

  • window 8 product key loss

    Unsolved
    3
    0 Votes
    3 Posts
    434 Views
    K

    @george1421 Hi, thank you for your reply.
    yes, I agree with you that windows 8 should be stored in the firmware, but then I just don’t understand why when we fog from win 10 back to windows 8 by the image we have 5 years ago, it then grabs the same key to every computer. ( I fog 5 computers and 5 both have the same exact key ). I tried several ways to get the original key from bios by Powershell, cmd, or even registry and nothing worked. All value is empty or no value

    again, sorry for the misunderstanding. I am a student worker and try to fog some old computers for sales. What I thought is the fog, will bring the computer back to the time before we going to join domain, and delete everything sensitive inside of it.
    I dont think we still keep the cd. But I will try to see if your way work. Thank you again!

  • Windows 10 22H2 problem with CHKDSK in Running resize test

    Solved
    2
    0 Votes
    2 Posts
    394 Views
    BASURILLABAS2B

    I answer myself, the problem was a couple of open files that CHKDSK did not correct, I deleted them and it now generates the image correctly

  • Boot from Hard Disk from Fog Server PXE doesn't work

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    E

    @Sebastian-Roth

    Managed to get this to work by downgrading rEFInd to version 11 as per this:
    https://forums.fogproject.org/topic/11993/refind-pxe-booting-issue

  • Customize windows 10 in audit mode

    Unsolved
    2
    0 Votes
    2 Posts
    551 Views
  • Windows 10 segments corrupt after deploy

    Unsolved
    1
    0 Votes
    1 Posts
    324 Views
    No one has replied
  • Windows 10-11 default profile

    Unsolved
    2
    1 Votes
    2 Posts
    2k Views
    F

    Just for my curiosity why not use sysprep + copyprofile solution ?

    For me depends what you want personnalize. Often just need GPO, registry, copy files etc to personnalize user environment.

  • Can't join domain

    Unsolved
    2
    0 Votes
    2 Posts
    466 Views
    J

    Hello, i found a curious behavior. When I use a account who only serve to join domain : “djoin / djoin”, I can’t join the domain but it work with the GUI. But when I use my administrateur account and password, it work.
    Fog 1.5.9
    Julien

  • Stop Auto-Login Once Imaged? Unattend.xml?

    Unsolved
    1
    0 Votes
    1 Posts
    379 Views
    No one has replied
  • Geeting This Error Message When I Update It!

    Unsolved
    4
    0 Votes
    4 Posts
    971 Views
    Tom ElliottT

    @LulaHuel While we do have this “Windows Problems” forum, it’s not quite in the same boat.

    We, in this community, have an imaging platform called FOG. Often these images might include Windows, and sometimes the imaging process might have issues with Windows, hence this naming mechanism for this topic.

    I don’t think anyone would hesitate to help you, but we generally ask people discuss issues as it pertains to them, windows, and how or what FOG may have done that might have cause it. We aren’t a general MS Windows support forum.

    Glad you were able to fix the issue and posted a solution, but how this was something FOG did I’m unsure.

  • problem : partition is too big for the disk (in deploy)

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    Z

    @UserBxl May I suggest looking at the BIOS . I see you captured an EFI image. Just check the boot settings on the Lenovo make sure it is booting to EFI and not the Auto setting . Also check if secure boot has been disabled.

  • Windows Installation Error

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    UserBxlU

    Hello everyone,

    The problem continues to persist (and even during the creation of the image)

    When I have to restart my PC (in OOBE mode) to: change domain, restart after name change, restart after update, etc…

    This happens randomly during a reboot. I come across this error. It is therefore impossible for me to create an image.

    I find solutions (change on regedit, etc) but my OOBE mode is lost and I have to start over each time.

    A solution ?

  • mbr2gpt problem after deployment

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    A

    Thank you for the quick replies. Turns out I did have Fastboot enabled. The Recovery environment was not setup as well. Had to copy winre.wim, and enable the reagentc. Did those things and recaptured the image. Deployed to another laptop and it’s working properly.
    Thanks again.

  • Capture failed - (/bin/fog.upload->beginUpload)

    Solved
    2
    0 Votes
    2 Posts
    908 Views
    L

    @Logan

    Problem solved :

    I just disabled “fast boot” in the BIOS.

  • Dell Latitude 5530 issue

    Moved
    4
    0 Votes
    4 Posts
    1k Views
    J

    @george1421

    Ok, let me try some things this week and let you guys know. Thanks guys.

  • FOG Clone Windows 10 or Ubuntu

    Unsolved
    2
    0 Votes
    2 Posts
    598 Views
    george1421G

    @RusinovAA

    1.) When preparing Windows 10 for cloning (for capturing an image using FOG), is there a need to run and apply the Sysprep /oobe /generalize /shutdown utility. Or FOG, when capturing an image, performs procedures for decoupling Pts from binding to equipment and resets the OS identifier?
    Sysprep (system preparation) prepares a Windows client or Windows Server for imaging. Sysprep can remove computer-specific information from a Windows installation (aggregate) so that it can be installed on different computers.

    FOG does not react with the target system OS. It is Microsoft’s best practice to sysprep your golden image before image capture. I can tell you from experience if you want to make a neutral image that can be deployed to any hardware you should sysprep the golden image. If you capture from a Dell 5430 laptop and then restore to another Dell 5340 laptop you can image this way without sysprep. Understand that just because it works doesn’t mean this is the best choice. For me always sysprep the image if going to the same hardware or not. That way (for my campus) I have 1 golden image for 12 different hardware platforms both laptop and desktops. I install the required drivers using a FOG post install script, but that is a different discussion.

    Quick answer, must sysprep? Yes to different hardware between golden image and target computer. Imaging between the same hardware you should sysprep but I’ve seen people no sysprep cloning and it works.

    2.) Does the current version of FOG have the ability to automatically add computers running Ubuntu Server / Ubuntu Desktop to the Active Directory domain when distributing an image?

    Quick answer is no, fog will not do this. A bit longer answer is that you can do this when ubuntu boots, and make a bash script to add the computer to AD.

  • Host can't join AD

    Solved
    5
    0 Votes
    5 Posts
    925 Views
    L

    @Sebastian-Roth said in Host can’t join AD:

    In a fair amount of cases people had to use domain\username in the username field but also specific the domain in it’s own field to make it work

    You have totally right, it works with myDomain\userName.

    Thanks Sebastian.

  • Snapin for Eset

    Unsolved
    3
    0 Votes
    3 Posts
    700 Views
    Tom ElliottT

    @cwufog Is there enough diskspace for this application to install? Assuming it is an installer package in teh first place…

    It seems a windows based error code

152

Online

12.4k

Users

17.4k

Topics

155.9k

Posts