• Windows Boot Manager Error 0x000000d after deploy

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    S

    @bigjim Could this be an issue with fast shutdown being enabled in Windows?

  • Hyper-V Virtual Machine (gen 1) hangs with "Booting from SAN device 0x80"

    Unsolved
    23
    0 Votes
    23 Posts
    10k Views
    S

    @sgwk Sorry, couldn’t find the time and resources to try this out. Anyone having this setup at hand out there?

  • Remove and stop FOG to act as a DHCP server

    Solved
    24
    0 Votes
    24 Posts
    9k Views
    S

    @msi said in Remove and stop FOG to act as a DHCP server:

    [root@localhost dnsmasq-2.76]# sudo make install
    /bin/sh: cc: command not found
    /bin/sh: cc: command not found
    Package dbus-1 was not found in the pkg-config search path.

    I am not sure about the dnsmasq stuff but usually there is the magic three steps when compiling software on linux: ./configure, make and make install. Not for dnsmasq?

    @msi Did you install dnsmasq as rpm now. Shall we mark this solved?

  • FOG Registration; Host not registered

    Unsolved
    14
    0 Votes
    14 Posts
    3k Views
    S

    @natsufiree Please let us know about the current state of this! Will mark this solved fairly soon as George’s suggestions should put you on the right track.

  • Install/Deploy Image to USB Stick

    5
    0 Votes
    5 Posts
    1k Views
    S

    @kvrprasad Any news on this issue?

  • Power Management not working

    3
    0 Votes
    3 Posts
    914 Views
    S

    @CoxM Please post the log as requested or we will close this.

  • Install Ubuntu from fox iPXE menu

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    S

    @zingaro Please let us know if you could follow the description in the other post and got it setup on your system as well or if you need any more help with this.

  • Remotely queue a deployment

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    S

    @ENorum Did you give George’s suggestion a try. Please let us know if you could make this work or if you need further assistance with it.

  • FTP issue cant create image

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    S

    So I am marking this solved now. Feel free to open a new post in case you run into another issue.

  • Fog image question

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    george1421G

    @markus1204 With FOG there are 2 parts to the images. The first part is the raw data files stored in /images/<image_name> (this is what you have today). The second part is the meta data that is stored in the data base (what you are missing). If you know the settings you can manually recreate the meta data by filling in the proper settings to point to the raw physical files you have in /images/<image_name> directory.

  • installfog.sh --force-https and ipxe

    Solved
    6
    1 Votes
    6 Posts
    2k Views
    S

    @CBO Just in case you are still interested in this. I just pushed changes to the current working branch (see here and here) to make the installer do a better job. Upgrade to the very latest and give it a go if you like.

    PS: Sorry for taking so long to get back onto this.

  • Problem with snapin and client registery keys

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    G

    I have tried many ways and it seems that powershell can’t do this or i missed something.

    What i have tried now is to make a snapin pack with psexec.exe and a batch file.
    Also in this batch i can’t write to HKCU.

    I used now the following code to store the key and this works for now. It’s not a nice solutions but it works.

    If anyone can give me the trick to do this in powershell, let me know.

    PsExec.exe -i -s -u %COMPUTERNAME%\%username% -p -nobanner -accepteula -i REG ADD "HKLM\SOFTWARE\Test" /v "Machinenummer" /t REG_SZ /d %COMPUTERNAME% /f
  • Image Upload Problem and Windows no longer booting on Alienware x51

    2
    0 Votes
    2 Posts
    674 Views
    S

    @azureeyedtech Ok, let’s take this one step at a time.

    First off: If you’ve used the image type “Multiple Partition Image - Single Disk” only (are you sure about this ???) then it’s near to impossible that FOG has done anything harmful to your source disk! But if you’ve switched over to “Single Disk - Resizable” somewhere along the way then might have changed anything on disk, although we haven’t seen it do anything harmful on upload in a long time. So please tell us, have you ever run an upload task on this machine when image type was “Single Disk - Resizable”? We need to know.
    Keep in mind that you cannot switch image type between uploading and downloading the image. If you change the type you need to re-upload the image again!

    The PC had secure boot disabled, UEFI disabled Legacy Boot enabled […] I switched the PC host back to UEFI and secure boot and it failed to load Windows

    You cannot just switch from UEFI to legacy BIOS and back as you like. These setting needs to be set prior to installing an OS on disk hand have to be left alone after that. UEFI is looking for a FAT32 formated partition to find the boot loader file(s), while legacy BIOS on the other hand tries to find the boot loader code in the MBR. So again, you need to decide which way you wanna go UEFI or legacy BIOS and then leave things as is. In your case it sounds as if the OS was (pre-)installed in UEFI mode. Then you need to run FOG in UEFI mode for this client as well!! FOG can do this. On PXE boot the FOG DHCP server is handing out the correct boot binary to the client depending on it being set to UEFI or legacy BIOS. But if you use a different DHCP server then you need to set this up yourself: Instructions see here…
    Secure boot setting is different. You actually need to and should be able to disable secure boot as FOG is not able to handle this. Most people just leave it disabled but AFAIK you may enable it after having uploaded/downloaded an image from/to a client.

    So what to do now?

    First and foremost find the image on your FOG server (hope you have not overwritten it by several uploads) and make a backup copy of the whole directory. Should find it in /images/<IMAGENAME>. Hope we never need it but you never know. Might be the last copy of your original partition layout we have. While you are there, post the contents of the text file d1.partitions that you find in the image directory. Plus run ls -al /images/<IMAGENAME> and post listing here. Change image type to “Multiple Partition Image - Single Disk” and leave it like that for now! Set UEFI/legacy BIOS on your initial source machine to whatever it was before you played with it (I suspect UEFI) and see if it boots up Windows properly again. Setup your DHCP server to serve both UEFI and legacy BIOS machines with different boot binaries (see the wiki article above). To see if the UEFI boot partition is still there boot the machine up using a Linux live CD/DVD open a terminal window, become root/sudo and run the following commands: mkdir -p /mnt/boot mount -t ntfs -o ro /dev/sda1 /mnt/boot find /mnt/boot umount /mnt/boot gdisk -l /dev/sda

    Take a picture of the output on screen and post here.

    By the way, are you sure you can actually do what you are trying here? Cloning one image to several Alienware machines with a pre-installed OS that cannot be activated through normal windows keys. Maybe I get you wrong here but this sounds as if it is going to cause much trouble anyway.

  • Cannot deploy images

    Solved
    39
    0 Votes
    39 Posts
    17k Views
    S

    Nevermind, though this is definitely not something FOG did by itself… case closed.

  • Problems capturing Windows 10 image

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    M

    Thanks everyone, I upgraded to the newest version of Fog, and had to do the following and now it works:

    Windows 8.0, 8.1, and 10 (and most likely future Windows versions) have a feature called “Fast Startup”. This feature basically sets windows so that a hibernation occurs whenever the system is shutting down. This enables Windows to startup much faster than in past Windows versions. Because this feature is on by default, the windows OS partition has a hibernation file which prevents mounting and imaging via FOG, and also marks the OS partition’s “Dirty Bit” to ON. Even when hibernation and fast startup is disabled, the hibernation file remains and the “Dirty Bit” remains ON and these things causes problems. There are a few ways to fix/get around this.

    Way 1 (clean method)
    Disable: “Turn on fast startup”, located here: Control Panel (Classic View) -> Power Options -> Choose what the power button does -> Change Settings that are currently unavailable -> “Turn On Fast Startup & Hibernate”

    Both of those settings should be turned off for use with FOG. They may be turned on at a later time via GPO or snapins.

    Shutdown and then boot the system.

    Then run this command from an elevated command prompt to disable hibernation and remove the hibernation file:

    powercfg.exe /H off

    Now you can shut down and reboot once or twice, and then capture your image via FOG.

  • Problem with FOG UEFI on Dell Optiplex 3050

    12
    0 Votes
    12 Posts
    5k Views
    D

    Hi @george1421 :
    Sorry for reply you late.

    There was two things that I question.

    The router for your network is configured as the FOG server at 10.0.2.15

    I have check it again. My network is configured to the FOG at 10.0.2.15.

    The subnet mask for your network is 255.0.0.0 ?? is that true?

    I also check that the subnet is 255.0.0.0 .

    And I found that it works when I change my dhcp server from dnsmasq to isc-dhcp-server by following your link.

    Thank you very much @george1421 for your help.

  • Can't add location under location managment

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    M

    @george1421 it works. Thanks!

  • CPU Usage 100%

    Unsolved
    37
    0 Votes
    37 Posts
    17k Views
    A

    @george1421 already a problem, i don’t have /etc/httpd/conf.modules.d i have /etc/httpd/modules full of mod_***.so files but none with 00-mpm.conf file 😕 could this be a CentOS 6.7 to 7 difference?

  • Can't add new host

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    Tom ElliottT

    @x23piracy update to working branch for now.

  • DHCP Service Issue

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    M

    @george1421 Yes, I’m all set. Am I able to mark the post as solved, or do I not have that ability?

153

Online

12.4k

Users

17.4k

Topics

155.9k

Posts