• 0 Votes
    33 Posts
    8k Views
    H

    @sebastian-roth I was able to test on both an M83 and a 7010. I’ll be doing more widespread testing once we get back after the holidays, but everything seems to be fine!

  • Permission Denied Capture

    23
    0 Votes
    23 Posts
    7k Views
    D

    @sebastian-roth said in Permission Denied Capture:

    ls -al /images/INFRA-NEW

    Ah I ran that and it wasnt listed, so I checked under Images, and all my other images were there- So I just decided to remove that old image from Webui and remake it.

  • error installing windows 10 from ISO fog

    4
    0 Votes
    4 Posts
    696 Views
    george1421G

    @blema2213 It looks like I need to create an updated post. The intent was for you to follow this process https://forums.fogproject.org/post/103323 until you get to step 18 then jump to the first link I posted to you.

    The idea/problem is just as I mentioned, Win10 expects to see local or network based media not in RAM media. Also the issue with the above link is that you can not use the memdisk program with uefi. So what I’m recommending is that you copy the win10 media to a windows server and share it out as read only. Then build a WinPE image that will mount the network share you created and run the winsetup program. Windows will allow you to install over a CIFS share.

    So the steps are to

    Copy the windows media to a windows based server (or SAMBA) share. Create a WinPE boot media Launch that WinPE image from the fog server over pxe Install Windows from the share created in step 1
  • NBP filesize is 0 Bytes; PXE-E18: Server response timeout

    Solved
    20
    0 Votes
    20 Posts
    10k Views
    F

    @george1421 Thanks so much for your quick reply! I do have 3 DHCP servers that sync with each other but all the settings seem to be correct. I will start a new topic.

  • [Sites plugin - Import] fog 1.5.7 site. Version 1.5.5_2

    Solved
    11
    0 Votes
    11 Posts
    769 Views
    S

    This is fixed in the latest dev-branch code. Looking at it again I found this to be a simple typo (ref).

  • PXE Boot fail

    4
    0 Votes
    4 Posts
    422 Views
    N

    @george1421 You were right! It worked. I didn’t know that I should run it again to complete the installation, my distraction, I lost about 40 hours to solve something that wasn’t even installed! Thank you very much @george1421. You saved my job.

  • Add Full Inventory Task to PXE Menu

    24
    0 Votes
    24 Posts
    5k Views
    F

    @sebastian-roth Thank you and @george1421 for your assistance it this matter. It worked great!

    Thanks again and keep up the great work!

  • FOG Client

    3
    0 Votes
    3 Posts
    493 Views
    Goll420G

    @sebastian-roth Thank you.

    It’s the 1.5.9 version. Not tried with a different browser, only Chrome for the time being.

    I’ll dig through the logs but if the page is a redirect I guess that’s where the problem lies.

  • Error during fog installation and solution for this error

    4
    5 Votes
    4 Posts
    390 Views
    J

    That’s what I need it! Thank you for your post roro, I was trying to fix it during days!

  • FOG not releasing queued systems in Storage Group Activity

    4
    0 Votes
    4 Posts
    531 Views
    S

    @vemoya We have seen hosts go pending but that seemed to have been cause by the PowerShell module API calls.

    We shall try to figure out if you have entries in the DB that are obviously not correct:

    shell> mysql -u fogmaster -p Password: ... mysql> use fog; ... mysql> SELECT hostID,hostName,hostPending FROM hosts WHERE hostID NOT IN (SELECT hmHostID FROM hostMAC); ... mysql> SELECT hostID,hostName,hostPending FROM hosts WHERE hostID NOT IN (SELECT hmHostID FROM hostMAC WHERE hmPrimary = '1'); ... mysql> SELECT hostID,hostName,hostPending FROM hosts WHERE hostPending = '1'; ... mysql> SELECT * FROM tasks WHERE taskStateID IN ('1','2','3'); ....

    You find the password for the “fogmaster” database user in /var/www/html/fog/lib/fog/config.class.php. Please run the queries and try to copy&paste all the results here in the forums. Use PuTTy or some other SSH tool to connect to your server so you can copy&paste text.

  • Is it possible to let FOG deploy system image to SSD prior to HDD?

    5
    0 Votes
    5 Posts
    512 Views
    george1421G

    @will Well the issue is on the target computer side. If the ssd was always disk 0 then it would be easy because in the host definition you could say to deploy the image to /dev/sda but the issue comes when there is two hard drives which one is detected first. The first detected (sata) hard drive is /dev/sda and the second detected hard drive is /dev/sdb This most of the time corresponds to which sata cable is connect to the drive. The cable for drive0 is usually detected as /dev/sda and the cable for drive1 is usually detected as /dev/sdb but only when there is a drive connected to the drive0 cable.

    So can you have fog image properly, sure. You just need to tell it on a host by host basis when the ssd is connected to any other cable than the one for drive0.

  • 0 Votes
    7 Posts
    1k Views
    JJ FullmerJ

    @sebastian-roth I have not, it seems to have just been that one time.

  • I think i may be just dumb

    26
    0 Votes
    26 Posts
    7k Views
    george1421G

    @epsilon52 First let me say that I 100% agree with Sebastian, but I also know a secret for the Dells.

    Using the Dell CCTK (Command and configure tool) you can instruct the bios to pxe boot on the next boot up. This is totally outside the scope of FOG and not something that FOG is capable of, but the cctk tool has the ability to update/change bios settings from inside windows. So using that thought one could create a snapin (FOG deployable program) to run the preinstalled cctk command with the proper parameters to pxe boot on the next reboot only then instruct the computer to reboot. You would deploy that task after you have created an imaging task. I have not personally do this on my campus because I have other rules, but it should be totally possible with snapins and the fog client (I don’t use either in my environment).

    As I said before I require the Imaging Tech to sit in front of the computer being imaged so they are 100% certain on what computer they are imaging. Because once in the past with the fully automated process we had an Imaging Tech pick the wrong computer and reimaged (i.e. erased) a VIP’s computer.

  • 2 tasks for the same host not possible?

    7
    0 Votes
    7 Posts
    965 Views
    S

    @sebastian-roth great, thank you!

  • AntiVirus

    3
    0 Votes
    3 Posts
    365 Views
    S

    @george1421 Oh, thanks for the info. Is there a way to use an AntiVirus to check the HDD?

  • Invalid login

    2
    0 Votes
    2 Posts
    250 Views
    S

    @TimBr Please explain more presicely where you get the login failure and where it does work. Best if you take a picture or video. As well let us know about customizations on your FOG server and the version you run.

    I am asking because neither a normal deploy nor debug need a login in general. So we need to know more to be able to help.

  • Deploy with Multicast on different machines

    24
    0 Votes
    24 Posts
    4k Views
    S

    @sebastian-roth oh, ok 🙂 Thank you!

  • Checkin failure?

    18
    0 Votes
    18 Posts
    3k Views
    S

    @Jim-Holcomb What do you mean by “manually” - through the FOG PXE boot menu?

  • Need new kernel for Intel I225-V network card

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    W

    @george1421 said in Need new kernel for Intel I225-V network card:

    @will Lets try this kernel.

    https://drive.google.com/file/d/1blQf70N3um0bXmr1wjzQbQk47TA97gpW/view?usp=sharing

    its bzImage593RT2 the only changes is enabling that specific intel network adapter driver.

    I have tested this new kernel. It is working with Intel I225-V NIC now. Thank you for your help.

  • Selected boot device failed - possible dupe

    5
    0 Votes
    5 Posts
    775 Views
    S

    Turns out the install was corrupted with TFTP files in /srv/tftp (as for ARCH installs. Re-running the installer fixed it all up.

174

Online

12.3k

Users

17.4k

Topics

155.6k

Posts