• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. george1421
    3. Best
    • Profile
    • Following 1
    • Followers 67
    • Topics 113
    • Posts 15,382
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: X1 AIO Desktop - i7 vPro network issue with Intel I219-LM [was: Make new bzImage...]

      @mandrade I’m glad you settled on a solid choice here.

      The thing you have to remember is the fog 1.2.0 is almost 3 years old. The devs have put great effort in getting the trunk build to the point it is today at the expense of delaying the official release of 1.3.0. They felt it was vital to build support for Win10, uefi support, and gpt disks into the trunk build since 1.3.0 is the last (intended) release of FOG until FOG 2.0 comes out.

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: Upload / Download issue

      @Wayne-Workman I agree. You can’t play with the format (sizeable vs non-resizable) once the image has been captured. If you capture it resizable you must deploy resizable. The same for non-resizable capture.

      posted in FOG Problems
      george1421G
      george1421
    • RE: HP 280 G1 MT Desktop

      @SteveB689 OK so this is just research then. Fair enough.

      I’m sorry you had so much frustration setting up FOG. I know it is a complex environment especially for those coming from a purely MS Windows background. Hopefully you found the support you needed in the FOG forums.

      On a positive note it sounds like Arrowhead-IT has personal experience with this hardware so you have someone that already went down the path you are on.

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: Upload Download NFS and reboot problem...

      @MikkyMike Just for clarity, FOG 1.3.0 has not been release yet, but the release canidates have, you can follow this procedure on either a new system or an upgrade to bring you up to date. https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk

      posted in FOG Problems
      george1421G
      george1421
    • RE: Intel RAID

      Cross linking post: https://forums.fogproject.org/topic/7851/intel-raid0-image-capture

      We now know what is going on with this and there is a work around pending.

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: How to Transfer Images to another FOG Server (1.3.0 RC 11)

      Yes, in short you copied the files but didn’t update the database on fog sever 2. If you go into the image management on fog server 1 and then use the export function to export the database into a file, then from the same browser go to fog server 2 -> Image management and then import the image database into fog server 2 you should be all set.

      posted in FOG Problems
      george1421G
      george1421
    • RE: Intel I219-V NIC Not Getting Address VIA DHCP

      If you put a dumb (unmanaged switch) between the HP Probook 650 and the building switch does it pickup an IP address?

      The trouble sounds like the FOS engine is not picking up the dhcp address (which could be a driver issue or something else). If you schedule a debug deployment (select debug when you schedule a task). Does it pickup an IP address after a bit from the command prompt ip addr show?

      If you have one of these target computers already running windows, can you get the vendor and hardware ID of this NIC?

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: fog.drivers script will not run correctly in postdownloadscripts

      @THEMCV First understand this this script won’t copy and paste correctly. For some reason the FOG Forum pages eat the spaces around the conditional tests, but I wanted to get it out here for viewing. I’ll upload the file in a minute.

      Tom: the only question I have is if NO partitions match will the test if [[ ! $? -eq 0 ]]; then still trap it?

      #!/bin/bash
      . /usr/share/fog/lib/funcs.sh
      [[ -z $postdownpath ]] && postdownpath="/images/postdownloadscripts/"
      case $osid in
          5|6|7|9)
              clear
              [[ ! -d /ntfs ]] && mkdir -p /ntfs
              getHardDisk
              if [[ -z $hd ]]; then
                  handleError "Could not find hdd to use"
      
              fi
              getPartitions $hd
              for part in $parts; do
                  umount /ntfs >/dev/null 2>&1
                  fsTypeSetting "$part"
                  case $fstype in
                      ntfs)
                          dots "Testing partition $part"
                          ntfs-3g -o force,rw $part /ntfs
                          if [[ ! $? -eq 0 ]]; then
                              echo "Skipped"
                              continue
                          fi
                          if [[ ! -d /ntfs/windows && ! -d /ntfs/Windows && ! -d /ntfs/WINDOWS ]]; then
                              echo "Not found"
                              umount /ntf >/dev/null 2>&1
                              continue
                          fi
                          echo "Success"
                          break
                          ;;
                      *)
                          echo " * Partition $part not NTFS filesystem"
                          ;;
                  esac
              done
              if [[ ! $? -eq 0 ]]; then
                  echo "Failed"
                  debugPause
                  handleError "Failed to mount $part ($0)\n    Args: $*"
              fi
              echo "Done"
              debugPause
              . ${postdownpath}fog.drivers
              . ${postdownpath}fog.ad
              umount /ntfs
              ;;
          *)
              echo "Non-Windows Deployment"
              debugPause
              return
              ;;
      esac
      
      

      0_1478194755557_fog.postdownload

      posted in FOG Problems
      george1421G
      george1421
    • RE: Dell Latitude E7470 Freezes during registration

      @Wayne-Workman I don’t happen to have a vm template of centos 6 any more, but I can spin up a new vm tonight with centos 6 on it and test.

      BUT my recommendation to the OP (for what ever its worth), if they have a virtualization environment I would spin up a new Centos 7 vm and then install 1.3.0-rc2 on it clean. Yes that will mean that they will have to recreate the FOG environment all over, a lot can be done by copy and pasting and then transferring the /images directory over. So it will be some work to do. BUT what it will give you is a fall back system in case of difficulties with the new version of FOG. If the new FOG server falls down the old one is still there, all you need to do is power it on.

      With that said, I can spin up a new centos 6 vm tonight and see if fog 1.3.0-rc2 installs without any monkey business. Understand this will not be an exact match for the OPs environment since the OP is upgrading fog from 0.30.

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: IP address change for offline environment *after* initial installation

      @Wayne-Workman has a script for a mobile fog server that should do what you need.

      posted in FOG Problems
      george1421G
      george1421
    • RE: i219LM NIC, ASUS Q170M-C Motherboard

      @dustindizzle11 Its not clear in my mind, is it time that fixes the issue or manually bringing up the interface?

      If its manually brining up the interface (or time for that matter), you “could” create a custom init.xz (i.e. init_asus.xz) that executes the ifup command during the initialization stage of the FOS Engine startup. Then assign this new init_asus.xz to those systems that have this mobo installed. Its not the cleanest solution but then at least you could automate system imaging with this kind of mobo. If you know what needs to be done the actual update will take you about 15 minutes to copy and modify a new init.xz and push it out to these clients settings in the FOG gui.

      [edit] changed "15 minutes to create a new init.xz " to "15 minutes to copy and modify a new init.xz " to give a better understanding of what must be done.

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: What's the password of iPXE root account?

      If you are trying to connect to the FOS engine (the high performance customized linux OS that captures and deploys images on the target computer)? If so you can’t ssh into it without FOS being in debug mode. If its in debug mode, and you set root’s password then you can ssh into FOS.

      posted in FOG Problems
      george1421G
      george1421
    • RE: Are PCIe ssd hard drives on client machines supported?

      @egregers What I would recommend (along with what Tom posted) is to pxe boot into the FOG iPXE menu and then run the compatibility tests. This will confirm that the FOS Engine can see the local hard drive. This compat test will tell is where the problem isn’t. (FYI, since you are upgrading from 1.2.0 to 1.3.0 the background of the FOG iPXE menu will look different)

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: Replicating drivers across FOG servers

      @Wayne-Workman said in Replicating drivers across FOG servers:

      Two approaches here.

      Create a fake image and make its path /images/drivers and setup the fake image so it’s shared with the other servers via groups or whatever way you have the images set up.

      This is the option we use. You should also be able to set this “fake image” to disable so someone won’t try to deploy it, but enable replication so the drivers will be sent to the remote fog/storage nodes.

      posted in FOG Problems
      george1421G
      george1421
    • RE: HP Elite 8300

      @george1421 Can we actually get a screen shot of what is going on just before the kernel dump? The question is 3% of what? Booting FOS, partclone pushing the image to disk? A picture of the screen just before the 3% would say a bit more about the context of the system before the kernel blows up.

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: Image deployment failed

      for a deploy ensure that /images contains the mntcheck file too.

      posted in FOG Problems
      george1421G
      george1421
    • RE: Are PCIe ssd hard drives on client machines supported?

      @egregers said in Are PCIe ssd hard drives on client machines supported?:

      @Tom-Elliott
      Should we use the AHCI instead of raid for FOG? Will FOG not see it when Raid is on.

      At this point no. We can use that as a fall back stance. But that will require you to reinstall the OS on that computer to be able to capture and deploy in achi mode.

      (Understand I’m not speaking for Tom here, but I’d like to see you do this).

      1. Change the disk mode back to raid-on.
      2. If this system has not been registered yet with FOG, manually register it. IF it has already been registered then just go to step 3
      3. In the FOG management gui, schedule a debug capture. (select capture or deploy) and ensure the schedule debug option is checked
      4. PXE boot this target computer, it will load the FOS operating system and after a few screens of text it will drop you at a linux command prompt.
      5. We need you to key in the following commands and post the results here
        fdisk -l and lsblk
      6. That will tell us what the FOS Engine is seeing for a hard disk structure.

      For the output of the commands, you can either retype what is on the screen or post a clear screen shot taken with a mobile phone.

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: FOG will not boot - "Failed to get an IP via DHCP!

      @Sebastian-Roth Is there any chance that an older kernel will work here? I’m going to assume that both Mint and Kali are using older kernels that do work (which may not be a solid test since @Wirefall is not pxe booting either OS platforms).

      posted in FOG Problems
      george1421G
      george1421
    • RE: Qualcomm Atheros PCIE Ethernet Controller v2.1.1.5 - AlienWare VXFFH

      There is a lot of details here, but I want to clarify.

      1. You can pxe boot into the fog menu, correct?
      2. When you run the FOG compatibility test, you get success for both the disk and network?

      As you noted, the i8042 error is not an error, just a warning. So not an issue here. I’m going to guess your network adapter is not supported by the FOS kernel of 4.1.2. We can try 4.8.x to see if that will work. But if your systems use uefi firmware, gpt disks or NVMe disks you will need to upgrade to FOG 1.3.0 to get that support.

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: FOG 1.3.0 - SVN 6050 - "Please enter tftp server:"

      @ttrammell If your fog server, dhcp server and pxe booting client are on the same subnet we can use tcpdump to capture the pxe booting process to see if you are getting another dhcp offer packet.

      1. Install tcpdump on the fog server
      2. start the tcpdump program with the following command sudo tcpdump -w output.pcap port 67 or port 68 or port 69 or port 4011
      3. PXE boot the target computer to the error
      4. Press control-c on the tcpdump program
      5. Either review the pcap file with wireshark or post the pcap here and we can review it for you.
      posted in FOG Problems
      george1421G
      george1421
    • 1 / 1