• Problem TFTP Server during PXE

    3
    0 Votes
    3 Posts
    707 Views
    george1421G

    So this issue is resolved?

  • WEB UI Host list not displaying properly

    6
    +0
    0 Votes
    6 Posts
    1k Views
    V

    I don’t know if this means anything but if I hover of the first column it shows this.
    6a935ce0-623c-4f72-8fad-d30bd7a94be3-image.png

  • FOG 1.5.9-RC2 incompatible with Windows 10 v2004 Partition Structure

    27
    0 Votes
    27 Posts
    10k Views
    P

    My workaround that has worked so far was to make the source image drive small, 28GB in my case, and it seems to always work now so long as the target drive is bigger, a complication with the last partition not wanting to be any closer to the beginning of the drive as it was on the source disk (i think), but it can be further away with no issues:

    https://forums.fogproject.org/topic/14571/imaging-windows-10-v2004-with-uefi-gpt-partitions-onto-31gb-or-smaller-drive-and-failing/3

  • Canceled capture task still running on host

    10
    0 Votes
    10 Posts
    1k Views
    M

    Correct, it is uploading properly now. Thanks for the assistance!

  • Best practice regarding AD accounts and FOG imaging

    4
    0 Votes
    4 Posts
    845 Views
    Wayne WorkmanW

    @JYost are you registering all of the hosts? How are you setting the preferred names? The way I did it was I set names as I registered, and then did an image deploy right there during registration from FOG’s boot menu, typically. I don’t know how much experience you have with FOG but Tom is right, naming and domain joining should work 100% of the time. If it’s not, something isn’t right and we need those logs to help.

  • New fog server installation 1.5.8 on centos 7

    7
    0 Votes
    7 Posts
    2k Views
    M

    its working, thank you!

  • Wrong Partition is mounted during deployment. (FOG 1.5.7.56)

    11
    0 Votes
    11 Posts
    2k Views
    Greg PlamondonG

    @george1421 said in Wrong Partition is mounted during deployment. (FOG 1.5.7.56):

    @Greg-Plamondon You might want to update your partition detection script to the one used here:

    #!/bin/bash . /usr/share/fog/lib/funcs.sh [[ -z $postdownpath ]] && postdownpath="/images/postdownloadscripts/" case $osid in 5|6|7|9) clear [[ ! -d /ntfs ]] && mkdir -p /ntfs getHardDisk if [[ -z $hd ]]; then handleError "Could not find hdd to use" fi getPartitions $hd for part in $parts; do umount /ntfs >/dev/null 2>&1 fsTypeSetting "$part" case $fstype in ntfs) dots "Testing partition $part" ntfs-3g -o force,rw $part /ntfs ntfsstatus="$?" if [[ ! $ntfsstatus -eq 0 ]]; then echo "Skipped" continue fi if [[ ! -d /ntfs/windows && ! -d /ntfs/Windows && ! -d /ntfs/WINDOWS ]]; then echo "Not found" umount /ntfs >/dev/null 2>&1 continue fi echo "Success" break ;; *) echo " * Partition $part not NTFS filesystem" ;; esac done if [[ ! $ntfsstatus -eq 0 ]]; then echo "Failed" debugPause handleError "Failed to mount $part ($0)\n Args: $*" fi echo "Done" debugPause . ${postdownpath}fog.copydrivers # . ${postdownpath}fog.updateunattend umount /ntfs ;; *) echo "Non-Windows Deployment" debugPause return ;; esac

    This one uses a bit more intelligence to find which partition actually has windows on it. I think your script is just picking the last partition and calling it good enough.

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

    Thanks, That fixed it!

  • MAC already exists

    5
    0 Votes
    5 Posts
    1k Views
    A

    @Sebastian-Roth

    Now that I have the necessary MAC addresses at least associated with the machine I am good for now. I will wait for a final release before I move. This isn’t a deal breaker kind of issue for me.

  • HP 250 G7 fails to upload image

    Solved
    4
    0 Votes
    4 Posts
    697 Views
    S

    @Trev-lchs said in HP 250 G7 fails to upload image:

    This is now resolved, on checking it appears that the kernel downloaded was the ARM64 instead of 64.

    Interesting the ARM kernel gets as far as that on a HP 250 G7…

  • Will not Join Domain after 1.5.8 Update

    Solved
    10
    0 Votes
    10 Posts
    2k Views
  • TFTP port is closed is it normal?

    15
    0 Votes
    15 Posts
    5k Views
    S

    @EZY4 I think we both have different problems.
    I would suggest that you open a new thread on this.

    As a tip: Install VirtualBox + ExtensionPack and set up the network boot only.
    VirtualBox has iPXE, which gives you more information.

    Furthermore you can use wireshark to check what exactly your machine receives from the dhcp-server.

    @george1421 Good to know. Thanks for the information and help!

  • UEFI Problem- HP 250 G7

    3
    0 Votes
    3 Posts
    2k Views
    T

    I actually brought my laptop in from home, this I know is a uefi BIOS, on testing it, it booted into Fog with no issues ( it has been imaged in the past with FOG. So i then knew that UEFI boot was working. I have to hold my hands up on checking the HP 250 G7 it had not had secure boot switched off in the BIOS, this is a silly error and for this I blame my technician lol, (well i should have checked myself) on checking this morning i saw it was still on, I was lead down the FOG path after the kernel update failed. however i now have a different issue which i shall post.

  • Kernel Update Failed transfer

    Solved
    16
    0 Votes
    16 Posts
    3k Views
    T

    @george1421 Yep thanks for your help George, we have it pixie booting now, unfortunately, on checking it this morning the Tech had not switched secure boot off in the laptop bios. due to the other issue i had been having i thought it was FOG, FOG is blameless in this instance.

  • Latitude 5410 No Legacy boot

    52
    0 Votes
    52 Posts
    26k Views
    J

    @george1421 I was able to edit the Grub.cfg and add our Fog server IP in and then boot with USB and register and capture and deploy. Thank you again for all the help.

  • FOS OS capturing error

    1
    0 Votes
    1 Posts
    142 Views
    No one has replied
  • Multicast task has been killed

    1
    0 Votes
    1 Posts
    231 Views
    No one has replied
  • Can't upload image "Could not find partitions (/bin/fog.upload)

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    TonydpalaT

    It’s completly dumb i just didn’t created the image entirely so i couldn’t upload anything ^^"
    But thanks anyway for your help and your work !

  • New fog server installation 1.5.8 on centos 7

    5
    0 Votes
    5 Posts
    1k Views
    M

    Issue solved, yet we have now version 1.5.9 RC and there is new problem with node offline

  • Updating FOG and Storages from 1.5.4 to lattest version

    4
    0 Votes
    4 Posts
    884 Views
    S

    @scosta Sorry but I don’t get what you mean by that quoting the term ClusterSSH as well. Please rephrase your question.

  • REAR Backup Rescue and FOG Project

    12
    0 Votes
    12 Posts
    2k Views
    M

    Thanks for your time and response.

    Yes, any of those 3 commands didn’t work.

    Based on information from that topic in REAR GitHub - the user after using PXE mode, they had pxelinux config and probably as you mentioned kernel (kernel file) and maybe file system (initrg.cgz) for BIOS, not UEFI.
    I guess i have the same and trying to boot on UEFI system.

    How to determine which file is for UEFI? I guess it should be part of ISO which works fine on BIOS and UEFI system.

    I have this content of ISO:

    Then I have this content in ISO:
    EFI G:\EFI
    boot G:\boot
    isolinux G:\isolinux
    BOOT G:\EFI\BOOT
    fonts G:\EFI\BOOT\fonts
    locale G:\EFI\BOOT\locale
    BOOTX64.efi G:\EFI\BOOT\BOOTX64.efi
    embedded_grub.cfg G:\EFI\BOOT\embedded_grub.cfg
    grub.cfg G:\EFI\BOOT\grub.cfg
    grubx64.efi G:\EFI\BOOT\grubx64.efi
    grub G:\boot\grub
    efiboot.img G:\boot\efiboot.img
    grub.cfg G:\boot\grub\grub.cfg
    boot.cat G:\isolinux\boot.cat
    chain.c32 G:\isolinux\chain.c32
    hdt.c32 G:\isolinux\hdt.c32
    initrd.cgz G:\isolinux\initrd.cgz
    isolinux.bin G:\isolinux\isolinux.bin
    isolinux.cfg G:\isolinux\isolinux.cfg
    kernel G:\isolinux\kernel
    ldlinux.c32 G:\isolinux\ldlinux.c32
    libcom32.c32 G:\isolinux\libcom32.c32
    libgpl.c32 G:\isolinux\libgpl.c32
    libmenu.c32 G:\isolinux\libmenu.c32
    libutil.c32 G:\isolinux\libutil.c32
    menu.c32 G:\isolinux\menu.c32
    message G:\isolinux\message
    pci.ids G:\isolinux\pci.ids
    rear.help G:\isolinux\rear.help
    reboot.c32 G:\isolinux\reboot.c32
    vesamenu.c32 G:\isolinux\vesamenu.c32

117

Online

12.6k

Users

17.5k

Topics

156.3k

Posts