• inaccessible boot device

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    R

    @AlexPDX @Sebastian-Roth it was something simple in the end

    BIOS > advanced > system options

    i turned off/unticked - configure storage controller for VMD

    basically its there version of RAID, untick it and its AHCI

  • resize ext4

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    I

    @Wayne-Workman Hi Wayne, that was it - reb

  • Fog server update tp 1.5.9

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    F

    Going to mark this as solve, my pc PS gave up the smoke and it killed the Drive so i lost my images.

    Thanks for the help

  • Error trying to restore GPT partition tables (restorePartitionsTablesAndBootLoaders)

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    Tom ElliottT

    @AlkarimJ You would likely want to set the primary disk to /dev/sda

    It looks, at least from the image you provided, that it may be the nvme0n1p1-5 you have on “successful” machines may be 1TB (or at least large enough) to contain the raw image, but on the new machines these drives are smaller than the expected.

  • updating fog on centos 7

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    S

    @robertkwild said in updating fog on centos 7:

    it took ages compiling the ipxe binarys but now its been succesfully updated

    THat’s right. Usually takes a few minutes depending on the CPU you have.

  • Exec format error during network boot

    Unsolved
    2
    0 Votes
    2 Posts
    986 Views
    S

    @danibashkov said in Exec format error during network boot:

    Could not boot image: Exec format error (http://ipxe.org/2e008001).

    Most likely the kernel image is missing or corrupt. Please check using the following command: file /var/www/{html/,}fog/service/ipxe/bzImage

    As well I may ask how your DHCP server is being setup? Did you say yes for FOG to install and setup DHCP for you on the FOG server or do you manage your own DHCP server in the network? Just asking because possibly this might be a 32/64bit issue as well.

  • Space Issue

    Solved
    3
    0 Votes
    3 Posts
    539 Views
    R

    @george1421 Once again sir, you are a legend. Fixed 🙂

  • Stuck at Bzimage or int when trying to deploy or full register

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    S

    @Warsonix Great you figured out how to switch to a different iPXE binary. You are welcome. Feel free to ask whatever issue you run into in a new topic.

  • Kernel Panic - Unable to mount root fs on unknown-block

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    S

    @Can-eh-dian11 said in Kernel Panic - Unable to mount root fs on unknown-block:

    As suggested I gradually brought the FOG server and the clients closer together until eventually they were on the same switch/subnet and I’m still encountering the error.

    Good work! Although we have not found the root cause of this we did rule out a very important factor.

    We’ve also done some more deployments and have found that the issue isn’t as limited to a specific hardware vendor as we initially thought. There have been some recent Dell laptops where we are starting to see this pop up.

    So from what we know so far I would guess this is a driver issue in iPXE. Do all the devices showing this issue have the same or a similar network chip (same vendor)?

    Try using a different iPXE binary. Which one do you currently use? Are the devices set to UEFI or legacy BIOS mode?

  • Fog service is not accessible after reboot

    Solved
    4
    0 Votes
    4 Posts
    442 Views
    S

    @cidy-long-0 You can setup FOG with firewall but really need to know what you are doing. E.g. kernel updates through the web UI and image capture can be a problem if you get the firewall rules wrong.

  • Auto running .bat / batch file after imaging

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    @rivaldydwi Snapins are utilities to run a script, install a program, or what have you…

    Generally, speaking, you would use the Snapin Run With of cmd /c with .bat scripts, but this isn’t strictly necessary.

    .bat scripts ARE executable by nature and can be completely void ofr SRW/SRWA.

    If your bat file is expecting its own arguments, this is what you would run Snapin Run With Argument.

  • Lenovo P620

    Unsolved
    18
    1 Votes
    18 Posts
    5k Views
    S

    @terrigan You could try booting this particular model via USB key to get around the issue.

    https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image/21

    Let us know if you need further information on this.

  • Location Plugin Issues?

    Unsolved
    5
    0 Votes
    5 Posts
    365 Views
    S

    @hummela Not sure if spacing in names could cause this. I have not had much time lately and couldn’t find the time to look into this. But it’s on the list. Will get back to you.

  • 0 Votes
    2 Posts
    218 Views
    S

    @cidy-long-0 In general FOG can be used for what you are trying to do BUT it’s not made for this. Personally I think you are way better of getting this done with Clonezilla or other imaging tools instead of making all the effort to get FOG up an running in your network. FOG heavily relies on PXE booting in the standard setup and that might even be a hassle with some server hardware.

    Both FOG and Clonezilla use the same base - partclone. So technically you don’t miss out when you stick to Clonezilla.

  • PXE booting error

    Unsolved
    2
    0 Votes
    2 Posts
    336 Views
    george1421G

    @pingonicechap

    What specifically do you have configured on your dhcp server for dhcp options 66 and 67? What device is your dhcp server for the network you want to pxe boot on? (Manufacturer and model)
  • Apache2 srvpublic.crt Not Found

    Solved
    5
    0 Votes
    5 Posts
    481 Views
    J

    @Tom-Elliott The /var/www/fog/management/other/ssl directory was reported in the error log for Apache2.

    I think this discussion thread can be closed. I intend to document the steps needed to change the server IP without having to re-install and then post them to the forum.

    Any assistance would be appreciated.

  • Connector Status Failed (-110)

    Unsolved
    2
    0 Votes
    2 Posts
    706 Views
    S

    @Kureebow Which kernel version and FOG version do you use? Does the same happen on different computer models?

  • Fog Configuration Kernel Update not working

    Unsolved
    5
    0 Votes
    5 Posts
    938 Views
    S

    @chambie said in Fog Configuration Kernel Update not working:

    I have this file in two directories, one that is updated and one that is not.

    You seem to have a duplicated FOG docroot, one in /var/www/html/fog/ and another one in /var/www/fog/. In certain cases this happens - I think I have only seen this when the FOG installer runs for the first time but does not finish properly. Though I never had the time to look into this properly.

    Now that you know the correct docroot path on your system I suggest you rename or move the wrong one. But instead create a symbolic link pointing to the correct one named just like the old wrong docroot directory.

  • Full Wipe

    Unsolved
    2
    0 Votes
    2 Posts
    344 Views
    S

    @lostitguy Do you have any USB devices connected. If yes, then I suggest you disconnect all if possible or use different USB ports and try again.

  • FogServer as DHCP

    Unsolved
    1
    0 Votes
    1 Posts
    254 Views
    No one has replied

169

Online

12.4k

Users

17.4k

Topics

155.9k

Posts