• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. geardog
    3. Topics
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 71
    • Best 6
    • Controversial 0
    • Groups 0

    Topics created by geardog

    • G

      could not verify mount point, check if .mntcheck exists /bin/fog.download

      General Problems
      • • • geardog
      2
      0
      Votes
      2
      Posts
      218
      Views

      M

      Any luck clearing up this error? Running into the same thing now setting up a separate storage node location(still local). I get this when trying to deploy an image.

    • G

      Solved export unauthorized

      FOG Problems
      • • • geardog
      9
      1
      Votes
      9
      Posts
      576
      Views

      G

      @Tom-Elliott Thank you

      Took me a while to circle back to this, but it’s nice to have it working as expected.

    • G

      Unsolved could not mount images folder /bin/fog.upload

      FOG Problems
      • • • geardog
      2
      0
      Votes
      2
      Posts
      380
      Views

      george1421G

      @geardog I think I understand what you did. Let me say this with my words. You built a FOG server but did not have the space on the small VM, so you connected via NFS to an external NAS. You mapped the /images over to the remote NFS server wanting to borrow space from that external NAS.

      If that is the case, then you can’t do that with NFS. Basically you are trying to reshare a network connected drive. This is akin to taking server A and mounting a directory from server B as the W drive, then trying to share the mapped W: drive to a third computer.

      The only way to make the above scenerio to work is via mouting the remote disk as an iscsi LUN on the fog server. map that external iscsi lun over the /images directory. Then install FOG. That will work because the iscsi lun is a block device, and nfs is a file level device.

    • G

      Could not mount images folder (/bin/fog.download)

      General Problems
      • • • geardog
      6
      0
      Votes
      6
      Posts
      720
      Views

      G

      @sebastian-roth
      Wow, so is my only known option for external storage making the NAS behave as a storage node? It has a flaky proprietary OS/GUI that has warning everywhere. “You will brick me if…”

    • G

      connection timed out chainloading failed

      FOG Problems
      • • • geardog
      25
      0
      Votes
      25
      Posts
      6.0k
      Views

      G

      @sebastian-roth So I’m not sure what has changed, as I’ve had to focus on other things, but now it works. I didn’t follow the most recent direction, but I’m booting various boxes via pxe successfully. No idea. …

    • G

      ClearOS-DHCP, Fog, PXE, & dnsmasq

      FOG Problems
      • • • geardog
      5
      0
      Votes
      5
      Posts
      702
      Views

      S

      @geardog Two things from the tutorial I just want to point out:

      Make sure its at least version 2.76 by issuing this command at the fog server’s linux command prompt sudo dnsmasq -v. The version needs to be 2.76 or later.

      and as George already mentioned here:

      Be sure to replace <fog_server_ip> exactly with the IP address of your fog server. Be aware that <fog_server_ip> appears multiple times in the config file.
    • G

      Resize failure?

      General Problems
      • • • geardog
      4
      0
      Votes
      4
      Posts
      1.4k
      Views

      george1421G

      @geardog said in Resize failure?:

      A cold boot with fast-start disabled allowed a good capture.

      Just for another option:

      Let sysprep power off the computer after its run Run the following command from a command prompt shutdown -s -t 0

      Both of those commands will ensure that the system is properly powered off and ready for image capture.

    • G

      Solved mismatched drive sizes in win10 after incomplete capture with 1.5.5

      FOG Problems
      • • • geardog
      16
      0
      Votes
      16
      Posts
      2.0k
      Views

      G

      @Sebastian-Roth
      Gparted fixed it with the “check” command, running what appeared to be the same commands I entered at terminal.

      I’ll try to capture it again after I’m more confident the box is ok.

      thanks guys

    • G

      Solved tight system partition

      FOG Problems
      • • • geardog
      8
      0
      Votes
      8
      Posts
      884
      Views

      G

      @Sebastian-Roth
      No no, you’ve made clear that it is a lost cause trying to sort this out. If I had a clean capture and deploy on this version showing the system partition shrinking it would be different. Your comments made that clear. Thanks for the help.

    • G

      Solved A couple images won't shrink/resize on capture..

      Windows Problems
      • • • geardog
      5
      0
      Votes
      5
      Posts
      631
      Views

      G

      @george1421

      I consider it resolved. Thanks for chiming in.

    • G

      No configuration methods succeeded (I210 NIC) HP-Z240

      Hardware Compatibility
      • • • geardog
      7
      0
      Votes
      7
      Posts
      2.1k
      Views

      george1421G

      @geardog said in No configuration methods succeeded (I210 NIC):

      It turned out to be a bios/UEFI setting “option rom launch policies.” New to me. In my defense, this box’s bios is pretty massive and clumsy to navigate through, but works now!

      Well that is a new one for me too. You might want to post the model of HP computer this is just in case someone else has the same issue in the future. This issue does sound a bit unique to this hardware.

    • G

      Unsolved Dell PE1950 gets error "Can’t load firmware file bnx2/bnx2-rv2p-06-6.0.15.fw"

      Linux Problems
      • • • geardog
      3
      0
      Votes
      3
      Posts
      465
      Views

      S

      @geardog Sorry for the long delay. Will be ready fairly soon. Are you still interested, I hope?!

      I added it yesterday but also had to put in some major work to fix issues in our kernel build environment… https://github.com/FOGProject/fos/pull/12

    • G

      Unsolved Deploying image, "~empty image might cause issues," but it initially shows as 65GB then 0.0 after deploy

      FOG Problems
      • • • geardog
      22
      0
      Votes
      22
      Posts
      3.1k
      Views

      G

      @sebastian-roth

      I just happen to be harvesting 1TB drives from workstations for server use. The 250GB drives I picked up for $10 each are adequate for the floor computers.

      Thank you for the firm point at cause.

    • G

      Cannot find disk on system, NVMe, RAID mode, Intel RST

      Hardware Compatibility
      • • • geardog
      7
      0
      Votes
      7
      Posts
      4.0k
      Views

      G

      @Sebastian-Roth

      lspci -nn showed the drive to be in raid mode

      using a tutorial on bcdedit via cmd for safemode boot I was able to change the setting without reinstalling windows

      now the machine is imaged

      resolved and thankyou

      coming back to this with a fresh mind and some new info helped

    • G

      NVME boot drive not found after image capture .. doh !

      Hardware Compatibility
      • • • geardog
      10
      0
      Votes
      10
      Posts
      2.9k
      Views

      S

      @geardog I thought you might just want to start from scratch, install a fresh clean windows 7 in UEFI mode. But seems like you could even convert form legacy BIOS to UEFI if you are keen: https://social.technet.microsoft.com/wiki/contents/articles/14286.converting-windows-bios-installation-to-uefi.aspx

    • 1 / 1