• 0 Votes
    12 Posts
    4k Views
    S

    @stepkinetic You are welcome! Marking this solved…

  • using kerberos - Setting up fog password failed!

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    L

    i try a virtual machine …

  • Windows 10 EDU 1709 Domain Join Doesn't Work

    Solved
    43
    0 Votes
    43 Posts
    27k Views
    x23piracyX

    Bild Text

  • 1.4.4-Location Management Snapin Issue

    Solved
    2
  • How to identify or check the integrity of an image?

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    J

    @sebastian-roth: yes, we have a web automation tool that deploys the images nightly.

    As for contributing, I am not sure the depth of my knowledge of the project is enough to contribute as of yet. Thanks, I will contribute what I feel I can. You guys are doing great work.

  • Problems with FOG client and FIPS validation

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    J

    @Brian-David alright, thanks for testing. This will require a bit more work than I was hoping for it seems.

  • Dell Poweredge R330 with PERC S130 Raid Controller

    10
    0 Votes
    10 Posts
    5k Views
    george1421G

    @fallingwax FWIW, I just checked at the H330 is $155 more than the S130. For a moment I thought they removed everything but the S130, but you need to select the hot plug drive trays before the H330 is an option. I know it was there because I purchased a R330 in July and linux is installed on that box right now, so know I didn’t pick a S130. But anyway, I hope you are able to turn on that option in the firmware. It looks like the S130 is using the intel software raid controllers, so you may have some luck with madm.

  • Git pull gets 1.4.4 instead of dev-branch/trunk

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    A

    @tom-elliott This is the part I didn’t know when I restarted. Im back on 1.5 and good now.

  • ipxe with sanboot

    17
    0 Votes
    17 Posts
    10k Views
    george1421G

    @slimzy said in ipxe with sanboot:

    is there a way to bind a root-path per item in the menu or we can’t?

    I’m not sure I understand this ^^

    But, I think I have an understanding of what is going on. I can see at the end of the kernel init it attempts to contact the local cdrom. If it doesn’t find it the kernel then starts the network install bits. When you pxe boot I can get the kali linux loader to work (without the dvd iso image). It loads and the reaches out to the internet to download what it needs and completes the installation. I suspect that when you boot off the cdrom that it loads the files directly from the dvd and does not reach out to the internet.

  • Bandwidth GUI Issue after IP/NIC Change

    Solved
    2
    0 Votes
    2 Posts
    600 Views
    R

    After checking the log I saw that it was still looking at eno1. I found where I missed changing the interface under the default storage node under Storage Management. After changing the Interface setting from eno1 to enp7s0f0 all is good. Hopefully someone else will find this useful.

  • UEFI - Lenovo MIIX 320 and USB Ethernet

    16
    0 Votes
    16 Posts
    9k Views
    A

    @sebastian-roth don’t worry, it’s an exception. I’m managing many fog servers and it’s great (and still my first choice).

    @imagingmaster21 security chip disabled, usb nic allowed in host config, it’s atom: I don’t think it has virtualization support.

    Unfortunately, I don’t have any device available to make further tests.

  • DeepFreeze Snapin

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    S

    @bmorine said in DeepFreeze Snapin:

    ERROR: Object reference not set to an instance of an object.

    Host settings -> reset encryption data should solve this.

  • Network connectivity to Fog seems extremely slow from Hyper-V

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    Z

    @sebastian-roth

    Not to ignore you, but when I came in this morning, me and my boss had a conversation. He was messing around with another VM that was also having speed issues. He turned off VMQ under the Hardware Acceleration for the VM’s NIC on Hyper-V. His file transfer speed issue immediately went away. Naturally, I tried this for the FOG VM. When I booted up a machine, PXE boot ran as expected. I never saw the TFTP spinning, and both bzimage and init loaded instantly. However, I turned VMQ back on and tried again and the speed issue was still gone, so I don’t know if this was a problematic setting or not.

    If the speed issue comes back, I will go ahead and do the tcpdump, unless you’d like me to do it now anyways just for sake of gaining info. FOG is running on the latest Ubuntu Server OS.

  • TFTP error oh my (ESX Server)

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    george1421G

    @sudburr said in TFTP error oh my (ESX Server):

    PXE-T00: Permission denied

    It looks like this might be a file permission issue (if not selinux). The permissions on the /tftpboot directory should be 655 or 755. Make sure the parent folder /tftpboot as well as all of the files have these rights.

  • FOG Node setup issues

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    Wayne WorkmanW

    @nrg Marking this as solved then. For the database connection issue, open up another thread please.

  • Adding Hirens 15.2 boot cd to the boot menu

    31
    0 Votes
    31 Posts
    24k Views
    ?

    Hey! Thanks for the topic!

    If it does not exist

    mkdir /var/www/fog/iso

    Copy ISO file

    cp SOURCE_PATH/ISO_FILE /var/www/fog/iso

    Add

    /var/www/fog/iso * (ro, sync, no_wdelay, insecure_locks, no_root_squash, insecure )

    in

    /etc/exports

    Run

    sudo service nfs-kernel-server restart sudo service rpcbind restart

    Add a new menu in FOG WEB GUI

    initrd http://${fog-ip}/fog/iso/ISO_FILE.iso chain memdisk iso raw

    WORKED PERFECTLY!

  • Machine hanging on Booting the kernel. when trying to boot parted magic

    3
    0 Votes
    3 Posts
    3k Views
    Tom ElliottT

    To add on to what @Sebastian-Roth is asking, is the machine efi or mbr booting?

  • WOL FOG 1.4.4

    7
    0 Votes
    7 Posts
    2k Views
    Wayne WorkmanW

    @cedre It works ok for the other VLANS?

  • FOG Web GUI speed and default storage activity

    Solved
    62
    0 Votes
    62 Posts
    37k Views
    J

    @wayne-workman

    Very true but making the change in the live DB is a great plan B until a long term plan A is found. I checked the mysql mem calc link and I compared the mysqld.cnf settings for those calculations but many of those variables are not there. I think at this point it works and I don’t foresee needing many more storage nodes in the future for this fog server. I’m happy it’s working now. Thank you both for all your help.

  • Unable to capture image - Bitlocked Partition

    13
    0 Votes
    13 Posts
    4k Views
    J

    @cnkpadobi

    You might want to switch to the working branch.

    FOG Install instructions on wiki

    Here you will see instructions on how to install Git and switch to working branch. Hope this helps.

172

Online

12.4k

Users

17.4k

Topics

155.9k

Posts