• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. cmachado
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 32
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by cmachado

    • RE: Dell Latitude 5410 - boot.php timeout

      From what I’m finding this may be a router issue. I created a VM FOG server on VLAN 192, connected the client to the same VLAN and successfully PXE booted. When I plugged in the client to VLAN 194, PXE times out on http again. Are there any suggestions to resolve this?

      I saw in this post https://forums.fogproject.org/topic/12368/fog-dhcp-server-on-multiple-vlan-network/4 mention of properly configuring Windows 2012 DHCP by Goerge1421. He also mentioned PXE roms may be an issue.

      "Lets take a step back here. With such a complex network why are you using the FOG DHCP server instead of your network infrastructure dhcp servers?

      FOG does work across subnets, what you need is the dhcp server responsible for those other subnets to set dhcp option 66 to the fog server IP and dhcp option 67 to the boot kernel. The issue you will run into now is that if you have both bios and uefi systems on your network, your dhcp server will need to be smart enough to send the right boot kernel name based on the target hardware. Windows dhcp on 2012 and newer will do this correctly if configured right. Linux dhcp server does that automatically like FOG uses.

      If you have inter vlan routing working correctly, you can/should be able to image with FOG. There are some pxe roms that are not very smart and may not like pxe booting across subnets.

      Instead of messing with all of these dhcp helpers, you should take a step back and answer what device provides your dhcp services for these other subnets?"

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: Dell Latitude 5410 - boot.php timeout

      @sebastian-roth Prior to NIC configuring it states Sleeping 10 seconds to wait for STP/Powersave to switchoff and on

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: Dell Latitude 5410 - boot.php timeout

      @tom-elliott bummer no luck. The NIC activity lights have continuous blinking during the http chaining. Would this indicate it’s not sleeping?

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: Dell Latitude 5410 - boot.php timeout

      @sebastian-roth Nope. It’s still an issue. I’m just demonstrating after boot.php timeout I can reach the http address manually from ipxe shell. So port 80 isn’t blocked but for some reason it times out.

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: Dell Latitude 5410 - boot.php timeout

      @tom-elliott I hit ‘s’ to access iPXE shell after boot.php timeout, typed in http command found in default.ipxe and was able to reach boot.php.

      Default.ipxe contents:

      #!ipxe
      cpuid --ext 29 && set arch x86_64 || set arch ${buildarch}
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param platform ${platform}
      param product ${product}
      param manufacturer ${product}
      param ipxever ${version}
      param filename ${filename}
      param sysuuid ${uuid}
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :bootme
      chain http://10.20.164.94/fog/service/ipxe/boot.php##params

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: Dell Latitude 5410 - boot.php timeout

      @tom-elliott 7450 iPXE config

      IMG_1578.JPG

      7490 iPXE config

      IMG_1579.JPG

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: Dell Latitude 5410 - boot.php timeout

      @tom-elliott Here is the 7450.

      IMG_1575.JPG

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: Dell Latitude 5410 - boot.php timeout

      @tom-elliott The other machine is on the same subnet. I have it plugged into the same switch as the nonworking devices. This also occurs on Dell AIO 7490 and later release than the working Dell 7450 AIO.

      IMG_1574.JPG

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: Dell Latitude 5410 - boot.php timeout

      @sebastian-roth I just updated to 1.5.9 and getting same issue. Still works on older Dell PCs. Also, updated kernel to version 5.10.34.

      s-shot.jpg

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: Dell Latitude 5410 - boot.php timeout

      @sebastian-roth It’s not that I don’t want to, rather I have time restraints. We have a large environment running 10 nodes and I usually run into DB issues when upgrading. Perhaps I’m not upgrading in the correct manner? What’s best practice? The main server is a VM so I have lots of flexibility.

      posted in FOG Problems
      cmachadoC
      cmachado
    • Dell Latitude 5410 - boot.php timeout

      Hello. We are running FOG 1.5.7 and experiencing issues with Dell Latitude 5410. BIOS settings we changed are SATA Operation = AHCI, Secure Boot = Disabled, Integrated NIC = PXE enabled with UEFI Network Stack. We are capable of imaging UEFI Dell AIO (All In Ones) 7450, 7460 and 7470s.

      IMG_1556.JPG

      I followed this post but the solution didn’t resolve the issue.

      https://forums.fogproject.org/topic/14748/can-t-deploy-on-dell-latitude-5410

      Anything I can try without upgrading to version 1.5.9?

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: Active Directory Defaults no longer encrypts password

      @Sebastian-Roth Windows servers yes via SCCM, Linux yes, except the FOG server. I’ve been using FOG for over a decade and upgrading Linux caused sudden issues to FOG functionality. Also, upgrading FOG in the past was a disaster. Probably because of the overhaul, but nonetheless unreliable. But if you say it’s better now I can give it a go. With VMs I can take the risk.

      posted in General Problems
      cmachadoC
      cmachado
    • RE: Active Directory Defaults no longer encrypts password

      @Sebastian-Roth I was hoping for a patch or file replacement rather than an entire re-installation. Seems a bit overkill. Don’t you think? I have 10 nodes do I need to upgrade those as well?

      posted in General Problems
      cmachadoC
      cmachado
    • RE: Active Directory Defaults no longer encrypts password

      Thanks for the quick reply. Are there other easier solutions?

      posted in General Problems
      cmachadoC
      cmachado
    • Active Directory Defaults no longer encrypts password

      Running FOG 1.5.7. Thought you guys should know the Active Directory Defaults settings and Active Directory settings per host show Domain password. Should be encrypted. Is there a way to resolve this? Also, when exporting hosts, passwords are exported as well.

      posted in General Problems
      cmachadoC
      cmachado
    • RE: File size mismatch - FOGreplicator

      @Sebastian-Roth Yes. I marked @Quazz as the correct answer.

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: File size mismatch - FOGreplicator

      @Quazz Yes that worked.

      [01-08-20 2:51:25 pm] * All files synced for this item.
      [01-08-20 2:51:25 pm] # Windows 10 Class: No need to sync d1p4.img (Link Node)
      [01-08-20 2:51:24 pm] # Windows 10 Class: No need to sync d1p3.img (Link Node)
      [01-08-20 2:51:24 pm] # Windows 10 Class: No need to sync d1p2.img (Link Node)
      [01-08-20 2:51:23 pm] # Windows 10 Class: No need to sync d1p1.img (Link Node)

      posted in FOG Problems
      cmachadoC
      cmachado
    • RE: File size mismatch - FOGreplicator

      @Quazz Node is 32bit. Server is 64bit.

      posted in FOG Problems
      cmachadoC
      cmachado
    • 1
    • 2
    • 1 / 2