• "Bad Sectors" when uploading image (Abort), RAID-1 crashed

    6
    0 Votes
    6 Posts
    1k 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
    1k 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
    733 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.

  • Using OEM License Key During Imaging

    5
    0 Votes
    5 Posts
    902 Views
    Tom ElliottT

    @dmoore Finer points so you can be in legal rights:

    https://aidanfinn.com/?p=14534

    While the article is old, I believe it is still a relevant.

    https://www.reddit.com/r/msp/comments/eboxe1/windows_10_imaging_rights_per_msft/ (more recent documentation)

  • Driver Injection - Need help

    Moved
    3
    0 Votes
    3 Posts
    2k Views
    george1421G

    This is from 2017 but its still relevent today. I should update just so it doesn’t confuse people thinking well its 3 years old it can’t still work.

    https://forums.fogproject.org/topic/11126/using-fog-postinstall-scripts-for-windows-driver-injection-2017-ed

    Driver injection happens in 2 parts. The first part is a feature of FOG called a post install script. These are bash (linux scripts) that gets called just after FOG deploys the image to the target computer and just before FOG reboots the computer at the end of imaging.

    Using these scripts we check the model number of the computer then copy over the right drivers to a common location on the target computer. That is where the FOG world stops.

    In the windows world we add a command to the windows standard batch file that gets run at the end of OOBE and before the first login pane appears. This file is called setupcomplete.cmd. In this file we are going to add a command that calls the windows pnputil.exe program and point it to the directory where FOG dropped the drivers.

    pnputil.exe /add-driver "C:\Drivers\*.inf" /subdirs /install

    That pnputil program will search all sub-directories in c:\drivers looking for inf files to install. That program will also replace any windows generic drivers with hardware specific drivers.

    I use a modified version of the script in the tutorial to support 15 models of Dells with one base image. Those post install scripts can also be used to update the unattend.xml file with (FOG) run time settings. I don’t use the fog client on my campus, but I use a post install script to supply the system name and target OU to the unattend.xml file and then let the target computer name itself and connect to AD in the proper OU.

  • No USB-driver for lates Lenovo Yoga 11E 6th Gen

    8
    0 Votes
    8 Posts
    1k Views
    george1421G

    @snjlscmi If you are willing it may add value for your IT partner to participate in this thread since the solution may require some technical questions and answers.

    Network pxe booting requires the cooperation of several technologies. As Sebastian mentioned having a picture of the error will help set the context of where its broken. If you get no iPXE menu then that means the iPXE boot loader is not being sent to the target computer. In this case undionly.kpxe (for a bios computer) or ipxe.efi (for a uefi computer) is not being sent to the target computer. This information is typically sent via the dhcp process.

  • 0 Votes
    3 Posts
    663 Views
    x23piracyX

    Hi,

    thanks for your suggestions, i made another try i gave the first login more time, after 10 minutes the first login attempt worked, i maybe was to impatient usually a login doesnt take such long, every login attempt after that first one is working normally.

    Hmpf, i will try recreate the image from scratch to see if this impact occours again.

    Best Regards X23

  • Smart Installer caching credentials causing AD lockouts - maybe?

    2
    0 Votes
    2 Posts
    428 Views
    S

    @altitudehack said in Smart Installer caching credentials causing AD lockouts - maybe?:

    It’s especially weird because I wouldn’t have been able to actually run the installer as a non-admin …
    Sorry for pointing the finger at FOG but it’s the only non-commercial software installed on this particular laptop that I installed under my non-admin account.

    Those two sentences don’t make sense to me. One is saying fog-client was installed using the non-admin account and the other says no.

    The fog-client installs a service that should run as local system account and not using AD-accounts at all. Though the fog-client is trying to join the domain on every cycle it runs. If your non-admin account is used as AD-credentials (FOG web UI -> host settings -> Active Directory) and the password was changed at some point I can imagine this to happen as described. But the AD-account would have to have rights to join a computer to the domain - don’t think a non-admin account can do this.

  • Doubts About FOG Project Client Windows

    2
    0 Votes
    2 Posts
    481 Views
  • Images not deploying to computers

    22
    0 Votes
    22 Posts
    8k Views
    G

    I had tried that originally when I started working with all of this. Either I wasn’t doing something correctly, or it’s not built that way, because I never could get it to enable the build-in administrator account. I still have the files if you want to take a look at them.

  • Unable to start on fog server

    5
    0 Votes
    5 Posts
    1k Views
    george1421G

    @Maxime22 is your fog server at 192.168.1.200?

    If so, do you have a cheap / unmanaged / dumb network switch you can install between the building network switch and the PXE booting computer for a test? If this dumb switch solves the problem then we have a place to look.

  • Not able to use Legacy on BIOS :(

    7
    0 Votes
    7 Posts
    2k Views
    N

    @george1421 said in Not able to use Legacy on BIOS 😞:

    ipxe.efi

    George, you are the best. You constantly help me out on these forms. If I could take you out for a working lunch I would.

    I switched it over to ipxe.efi and it worked.

  • Computer Name after imaging

    3
    0 Votes
    3 Posts
    1k Views
    L

    @george1421 Very nice, I will have to read into this. I will just need to comment out the AD domain joining and keep the host name change part only.

  • Captured Image is about the size of the Hard Drive

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    rogalskijR

    I realize this post is a bit old, but I wanted to thank everyone for their suggestions and give our experience to back up what has been said in this topic already. We experienced an image that should have been about 120gb, but was showing in FOG as the full 500GB hard drive. After referencing this thread, it fixed the issue. The steps we took are below in order:

    Verified that the PC didn’t have a second drive or second large partition it was capturing
    Verified that bitlocker encryption was OFF using the command prompt command “manage-bde -off C:”
    Ran Disk Cleanup (to get rid of old unused files)
    Ran Tools > Check to scan for hard drive errors (may require reboot to fix)
    Ran Tools > Tools > Optimize and defagment
    Capture Image again

    Once we did those steps, the newly captured image only takes up the actual amount used on the hard drive.

  • ipxe initialising devices

    2
    0 Votes
    2 Posts
    1k Views
    B

    i solved my problem using undionly.kpxe file from a debian 10.4

  • No network interfaces found when deploying Image

    15
    0 Votes
    15 Posts
    5k Views
    george1421G

    @sysadmin How did you create this directory /opt/fog_stable Did you clone it from the git repository? Your error is not a very common one or one I’ve personally seen before.

  • Cannot perform New-PSDrive on SYSTEM account

    1
    0 Votes
    1 Posts
    805 Views
    No one has replied
  • New to fog, looking for a good step by step on creating an image

    2
    0 Votes
    2 Posts
    4k Views
    george1421G

    Just to be clear (I can read your request 2 different ways), fog doesn’t care about the source image or how its setup. FOG only moves disk blocks from the source computer to storage on the FOG server and then from storage on the FOG server to the target computer. How you prepair the reference image before cloning and what happens to the target computer after FOG is done is up to the IT technician.

    But in general terms, for MS Windows you will want to setup the computer in audit mode to perfect how you want the target computers to appear, then sysprep the reference image and power it off (using a sysprep command line option). Then you pxe boot the reference image with FOG and capture the image. On the target computer side, you register the target computer with FOG. Then you assign an image to the target computer and create a deploy task. When the target computer is pxe booting FOG will image the computer then reboot it. On the first reboot the target computer will startup OOBE/Winsetup to complete the installation on the target computer, at this point of the first boot of the target computer FOG is no longer involved with the imaging process (said knowing that if the target computer is configured appropriately the FOG client will carry out an required post install commands).

    There is a wiki page that describes capturing your first image that you might want to look over: https://wiki.fogproject.org/wiki/index.php?title=Booting_into_FOG_and_Capturing_your_first_Image

95

Online

12.6k

Users

17.5k

Topics

156.4k

Posts