• 0 Votes
    9 Posts
    1k Views
    S

    @gfrancesco84 Any news on this?

  • Not getting dhcp link

    6
    0 Votes
    6 Posts
    698 Views
    george1421G

    @cicero Yes I agree

  • 0 Votes
    15 Posts
    3k Views
    Matthieu JacquartM

    @sebastian-roth Hi, I didn’t made other tests since end of October but I was able to deploy image to 80 PC at this moment so for me it’s ok 😉

  • Host Primary Disk Confussion

    3
    0 Votes
    3 Posts
    660 Views
    S

    @nerdstburns Just want to add a question to what George already said. Are both your disks NVMe drives by any chance? Just asking because they are special and need different parameters.

    Which version of FOG do you use?

  • Need help added Duke and nuke to fog ipxe menu

    6
    0 Votes
    6 Posts
    1k Views
    george1421G

    @darkxeno Ok you need to ensure that kernel support uefi computers. The could not boot exec format could indicate the kernel doesn’t support uefi.

    As for the top post with the iso, that would use memdisk and memdisk only supports bios based computer. I uefi system will throw an error if you try to use memdisk on uefi.

    Also try the alternate ipxe syntax I provided.

    Lastly on the iso image you have see if there are the uefi directories on that media. /EFI and or /boot

  • "Pending/additional" mac addresses combining with other hosts

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    S

    @rogalskij While I can understand that your techs want to get it imaged as fast as possible I would still suggest they take on small hurdle at the beginning and save a lot of time later on.

    See if you can tell them to PXE boot and choose “Perform Full Host Registration and Inventory” instead of direct deploy. This will ask for the hostname to be used within FOG (and als set in Windows!) as well as image ID and even set all the information for automatic AD joining. At the end of registration you can tell it to schedule a deploy so it does one reboot and deploys without any further interaction.

    If you set things up correctly your techs would take maybe 2-3 minutes for the full registration but after that they can walk away and it does the deploy, rename, join domain (fog-client) without any further action required.

    Beside that you won’t have additional MAC flooding that single host…

  • Dell Latitude 5510 Won't Boot from Hard Drive After Imagine through UEFI

    4
    0 Votes
    4 Posts
    884 Views
    george1421G

    @lcshelite said in Dell Latitude 5510 Won't Boot from Hard Drive After Imagine through UEFI:

    WDS for so long I didn’t even think of that!

    Yes that is really the difference between WDS/MDT and FOG. Where MDT does (dynamic) file based cloning and FOG does block layer cloning. MDT takes about 1.5 hours to image a single computer and FOG takes about 4 minutes to image a computer. There is no better technology over the other, it all depends on what the right fit is for the company.

    If you are trying to image as many computers as fast as you can then use FOG. If you need a dynamically built image (i.e. able to change the image structure based on external variables) use MDS/WDS.

  • best master-master replication setup

    10
    0 Votes
    10 Posts
    1k Views
    A

    @george1421 tested with Hyper V 2. everything you said is correct and that is exactly whats happening.

    We are assuming this is limitations on the host. Going to try to test with a physical machine.

  • Windows 8.1 corrupted bcd

    10
    0 Votes
    10 Posts
    1k Views
    S

    @wertor I know it’s been a long time but have not found enough time to work on this earlier. We now have a first version of init.xz capable of capturing and deploying a Windows 10 2004 UEFI/GPT install with recovery partition at the end. Would you give that a try.

    Please be aware this is still in kind of a pre-release phase. Make sure you have a backup of your original image as well as the machine you pull the master from, just in case!!

  • Error trying to restore GPT partition deploying an Image to Smaller Disk

    Solved
    16
    0 Votes
    16 Posts
    2k Views
    S

    @scosta I know it’s been a long time but have not found enough time to work on this earlier. We now have a first version of init.xz capable of capturing and deploying a Windows 10 2004 UEFI/GPT install with recovery partition at the end. Would you give that a try.

    Please be aware this is still in kind of a pre-release phase. Make sure you have a backup of your original image as well as the machine you pull the master from, just in case!!

  • GPT Partition error / Partition 4 is too big for the disk

    11
    0 Votes
    11 Posts
    4k Views
    E

    @sebastian-roth I would be happy to give you a feedback if I have the opportunity to test your new init (I am an intern so opportunities do not arise all the time :))

  • Where is the PXE bootfile physically located?

    4
    0 Votes
    4 Posts
    3k Views
    george1421G

    @smoblikat If you get something worked out that might help others, please do tell.

    Secondly for the apple computers that use the T2 chip I have a one off kernel that will boot on them so you can access the hard drives behind the T2 chip. Let me know and I will send you a link.

  • 0 Votes
    11 Posts
    2k Views
    george1421G

    @infrapeya The quickest way is via the linux command prompt on the master FOG server.

    If you are using a rhel based linux distribution then.

    scp /var/www/html/fog/service/ipxe/bzImage* root@SN_IP:/var/www/html/fog/service/ipxe

    i.e. scp /var/www/html/fog/service/ipxe/bzImage* root@192.168.20.40:/var/www/html/fog/service/ipxe

    The debian/ubuntu versions are a bit more difficult.
    Remote connect to the storage node using ssh (or putty from windows)

    On the linux command prompt key in the following.

    sudo su - scp <linux_user_on_master_fog>@<master_fog_ip>:/var/www/html/fog/service/ipxe/bzImage* /var/www/html/fog/service/ipxe

    i.e. scp daffy@192.168.11.53:/var/www/html/fog/service/ipxe/bzImage* /var/www/html/fog/service/ipxe

  • FOG Automation

    11
    0 Votes
    11 Posts
    1k Views
    S

    @eseelke Are you still around?

    I just updated the code to add the ${storage-ip} variable. Update to the latest dev-branch to be able to use it.

  • Listing all hosts gives me an “HTTP ERROR 500”

    7
    0 Votes
    7 Posts
    833 Views
    george1421G

    @djslimd1k Are you running into performance issues with this system?

    If you look at top and sort by Processor what is your top task? mssql? Is it above 40%

    How many fog clients do you have in your environment?

    Lastly if you have the ram, you can increase the number of maximum handlers to 50 from 35. You may need to allocate 6GB of ram to the target computer. If you start dipping into swap space, then add more vRAM to the FOG server.

  • Unable to view host list after upgrade to 1.5.0-RC-9

    Solved
    15
    0 Votes
    15 Posts
    4k Views
  • FOG user permissions

    3
    0 Votes
    3 Posts
    913 Views
    V

    @tom-elliott Hello Tom,

    Thank you for your quick response, I will try what you suggested and post my progress.

    kind regards,

    VlanFlex

  • Can't perform Host Registration

    4
    0 Votes
    4 Posts
    462 Views
    S

    @dadkins said in Can't perform Host Registration:

    I have installed fog 1.5.9 on Ubuntu 16.04.

    As you seem to be starting with a new installation I am wondering why you use such an old Ubuntu version. 16.04 is end of life kind of soon and newer versions work pretty much the same. I suggest you re-install before going ahead using Ubuntu 20.04.

  • Upgrade issue 1.5.8 to 1.5.9

    14
    0 Votes
    14 Posts
    2k Views
    F

    @sebastian-roth That took care of the problem.

    Thank you all.

  • Problems deploying printers

    5
    0 Votes
    5 Posts
    1k Views
    S

    @JJ-Fullmer We provide the PrinterManagerHelper with ever release of the fog-client, e.g. https://github.com/FOGProject/fog-client/releases/tag/0.12.0

    I know it’s not perfect and sometimes doesn’t provide all the information correctly. Though I don’t have real printers in my test setup and can’t work on this part much.

205

Online

12.3k

Users

17.4k

Topics

155.6k

Posts