• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. PageTown
    3. Topics
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 88
    • Groups 0

    Topics

    • P

      "Seems like you are trying to restore to an empty disk" issue

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      9
      0 Votes
      9 Posts
      3k Views
      Joseph HalesJ

      Two other things to check are the bios versions identical, and is secure boot on or off.

    • P

      Could Fog be handing out DNS info on my Server 2012 R2 network?

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      904 Views
      P

      Fog was listed as DNS server. We figured out the problem. Someone had entered the address of the Fog machine as a DNS server in IPv4 properties on the workstation. User error, totally unrelated to Fog. Please close or delete this topic. Thanks!

    • P

      "No configuration methods" - Acer Laptop

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      7
      0 Votes
      7 Posts
      2k Views
      P

      @george1421 Thanks for the info, I’ll look into that. Our network is quite small and I’ve fogged dozens of machines here. This was the first time I’ve ever encountered this issue.

    • P

      Custom iPXE menu background image not showing up

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      7
      0 Votes
      7 Posts
      4k Views
      P

      @Quazz

      Permissions solved the issue. Fog had access to the folder, but when I pasted this new image in it, it needed the permissions for it.

      Thanks for the help!

    • P

      Windows 10 image won't deploy

      Watching Ignoring Scheduled Pinned Locked Moved Solved Windows Problems
      35
      0 Votes
      35 Posts
      14k Views
      george1421G

      @PageTown I know it was a long path to get to this point, BUT know in your heart you are in a better place for the pain you went through. (just channeling Dr. Phil).

      You are on a current and supported release of the your OS and for FOG. When 1.3.0 stable is finally released you will be on a solid platform that you can use for a few years.

    • P

      Trying to push image to client - Mounting File System Fail

      Watching Ignoring Scheduled Pinned Locked Moved Linux Problems
      33
      0 Votes
      33 Posts
      14k Views
      P

      @Sebastian-Roth Ours was quite a few firmware updates behind and we weren’t able to jump from our current strait to the newest, but stepping up just one version solved it.

    • P

      Problem PXE booting over network

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      7
      0 Votes
      7 Posts
      3k Views
      S

      So what is the actual error you see after this. From what I see on the picture everything seams fine. Don’t see an error here. We need the error to be able to help. Or a PCAP file! 😄

    • P

      Hosts not making a PXE connection to Fog

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      6
      0 Votes
      6 Posts
      2k Views
      george1421G

      Some how I feel a bit unsatisfied, but solving thread.

    • P

      Changing the directory where Fog images are stored question

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      28
      0 Votes
      28 Posts
      21k Views
      P

      @Wayne-Workman
      The issue i was having with windows storage nodes is likely a permissions issue, but the first thing we tried was setting the permissions across the board to full control. Good luck figuring it out. It was so annoying, we swapped the storage node for a linux machine.

    • P

      Imaging won’t begin, host going into boot loop

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      21
      0 Votes
      21 Posts
      8k Views
      ?

      Your issue sound similar to one that I had and one that someone else posted on here. Is the hard drive size that you created the image on the exact same size? Also is the image type you are using one that is not resizable? If so, either try shrinking the partition and reupload the image so that way there is about 1-2gb of unallocated space on the drive or simply try imaging a computer with a hard drive that you for sure know is larger (not same, larger) than the one used to make the image. Hope this helps.

    • P

      Unable to get DHCP server to restart after restart - Ubuntu 12.04

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      25
      0 Votes
      25 Posts
      19k Views
      Wayne WorkmanW

      Well,

      I’d strongly recommend figuring out why. Eventually the machine will go down, whether you want it to or not. A storm could knock power out for hours, some jack— could hit a power pole with a garbage truck or something… and I’m willing to bet that none of us have more than some server-grade backup batteries that can hold out for hours…

      It’s better to fix it now on YOUR time, rather than fix it later on CHANCE’s time.

    • P

      Can upload and image, can’t deploy on Acer

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      13
      0 Votes
      13 Posts
      5k Views
      Wayne WorkmanW

      [quote=“PageTown, post: 46537, member: 29454”]Here’s what’s I got when I ran ls -laR /images. The image I am trying to deploy is AcerIntel:[/quote]

      Permissions look good to me. Everything owned by root:root, everything 777. You’ve got .mntcheck in the right spots.

      [quote=“SeqSupport@Edkey, post: 46330, member: 27616”]What TFTP boot file are you using on your DHCP server? Are you using dnsmasq? Does the upload truly finish all the way?(make sure to check the task management section to see if the upload is stuck.)[/quote]

      Coming back to the TFTP thing that SeqSupport brought up, I think that’s the next place to look.

      I believe you’re running your own DHCP, right? yes.

      [quote=“PageTown, post: 46443, member: 29454”]
      Here’s what’s in my etc/dhcp/dhcpd.conf file:

      DHCP Server Configuration file. see /usr/share/doc/dhcp*/dhcpd.conf.sample This file was created by FOG

      use-host-decl-names on;
      ddns-update-style interim;
      ignore client-updates;
      next-server 10.1.0.185;

      subnet 10.1.0.0 netmask 255.255.254.0 {
      option subnet-mask 255.255.254.0;
      range dynamic-bootp 10.1.0.10 10.1.0.254;
      default-lease-time 21600;
      max-lease-time 43200;
      option domain-name-servers 127.0.0.1;
      option routers 10.1.0.185;
      filename “undionly.kpxe”;

      }[/quote]

      See where it says: [CODE]filename “undionly.kpxe”;[/CODE]

      That’s how you’d change the boot file you’re using. Try using undionly.kkpxe
      Any change you make to your DHCP configuration file requires a DHCP restart. Remember the command to do that? Also, if you’re wondering where these files are, they are in /tftpboot the ones with .efi extensions are for UEFI systems. the ones without it are for BIOS systems.

    • P

      How do you start the Fog server?

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      3
      0 Votes
      3 Posts
      1k Views
      P

      Indeed it did the second time I rebooted the machine it’s on. Thanks!

    • P

      PXE boot not connecting to Fog Server

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      4
      0 Votes
      4 Posts
      2k Views
      Wayne WorkmanW

      Should be.

      You’ll need to re-install and just choose DHCP this time.

      There is an answer file somewhere that the FOG install script uses, it’ll try to pull answers from that.
      You might need to delete that file. You might want to try modifying it first.

      To use DHCP, change that option from 0 to 1

      Here’s an article saying where the answer file is: [url]http://fogproject.org/wiki/index.php/Upgrading_the_FOG_Server[/url]

    • 1 / 1