• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. WillingMost7
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 31
    • Best 0
    • Controversial 0
    • Groups 0

    WillingMost7

    @WillingMost7

    0
    Reputation
    1
    Profile views
    31
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    WillingMost7 Unfollow Follow

    Latest posts made by WillingMost7

    • RE: not entering fog menu after nbp completed

      @george1421 it is on the same subnet. It was working a while ago when I did a test and now it’s not working, I don’t know if I just forgot a step I did or something else went wrong somewhere else (that maybe related to other division, but I don’t know what else to look for). Anyhow I am checking all possible leads.

      What should I change in the first lines you marked? Sorry, I didn’t quite understand.

      Edit: legacy PCs still able to boot perfectly, which shouldn’t be possible due to the change of the boot file in the config

      posted in FOG Problems
      W
      WillingMost7
    • RE: not entering fog menu after nbp completed

      @george1421

      # Don't function as a DNS server:
      port=0
      
      # Log lots of extra information about DHCP transactions.
      log-dhcp
      
      # Dnsmasq can also function as a TFTP server. You may uninstall
      # tftpd-hpa if you like, and uncomment the next line:
      # enable-tftp
      
      # Set the root directory for files available via FTP.
      tftp-root=/tftpboot
      
      # The boot filename, Server name, Server Ip Address
      dhcp-boot=ipxe.efi,,X.X.X.X
      # dhcp-boot=undionly.kpxe,,X.X.X.X
      
      # rootpath option, for NFS
      #dhcp-option=17,/images
      
      # kill multicast
      #dhcp-option=vendor:PXEClient,6,2b
      
      # Disable re-use of the DHCP servername and filename fields as extra
      # option space. That's to avoid confusing some old or broken DHCP clients.
      dhcp-no-override
      
      # inspect the vendor class string and match the text to set the tag
      dhcp-vendorclass=BIOS,PXEClient:Arch:00000
      dhcp-vendorclass=UEFI32,PXEClient:Arch:00006
      dhcp-vendorclass=UEFI,PXEClient:Arch:00007
      dhcp-vendorclass=UEFI64,PXEClient:Arch:00009
      
      # Set the boot file name based on the matching tag from the vendor class (above)
      dhcp-boot=net:UEFI32,i386-efi/ipxe.efi,,X.X.X.X
      dhcp-boot=net:UEFI,ipxe.efi,,X.X.X.X
      dhcp-boot=net:UEFI64,ipxe.efi,,X.X.X.X
      
      # PXE menu.  The first part is the text displayed to the user.  The second is the timeout, in seconds.
      pxe-prompt="Press F8 for boot menu", 3
      
      # The known types are x86PC, PC98, IA64_EFI, Alpha, Arc_x86,
      # Intel_Lean_Client, IA32_EFI, BC_EFI, Xscale_EFI and X86-64_EFI
      # This option is first and will be the default if there is no input from the user.
      pxe-service=X86PC, "Boot from network", undionly
      pxe-service=X86-64_EFI, "Boot to FOG UEFI", ipxe.efi
      pxe-service=BC_EFI, "Boot to FOG UEFI PXE-BC", ipxe.efi
      
      # A boot service type of 0 is special, and will abort the
      # net boot procedure and continue booting from local media.
      #pxe-service=X86PC, "Boot from local hard disk", 0
      
      # If an integer boot service type, rather than a basename is given, then the
      # PXE client will search for a suitable boot service for that type on the
      # network. This search may be done by multicast or broadcast, or direct to a
      # server if its IP address is provided.
      # pxe-service=x86PC, "Install windows from RIS server", 1
      
      # This range(s) is for the public interface, where dnsmasq functions
      # as a proxy DHCP server providing boot information but no IP leases.
      # Any ip in the subnet will do, so you may just put your server NIC ip here.
      # Since dnsmasq is not providing true DHCP services, you do not want it
      # handing out IP addresses.  Just put your servers IP address for the interface
      # that is connected to the network on which the FOG clients exist.
      # If this setting is incorrect, the dnsmasq may not start, rendering
      # your proxyDHCP ineffective.
       dhcp-range=X.X.X.X,proxy
      # dhcp-range=X.X.X.X,proxy
      
      # This range(s) is for the private network on 2-NIC servers,
      # where dnsmasq functions as a normal DHCP server, providing IP leases.
      # dhcp-range=192.168.0.20,192.168.0.250,8h
      
      # For static client IPs, and only for the private subnets,
      # you may put entries like this:
      # dhcp-host=00:20:e0:3b:13:af,10.160.31.111,client111,infinite
      

      X.X.X.X stands for my FOG’s server IP

      posted in FOG Problems
      W
      WillingMost7
    • RE: not entering fog menu after nbp completed

      @george1421 some lines were indeed missing but I don’t think this is the cause, as I had changed a year ago the boot file for better compatibility and the change applied.

      I tried adding them but it didn’t help. Thanks for helping!

      posted in FOG Problems
      W
      WillingMost7
    • not entering fog menu after nbp completed

      I have a Lenovo Neo 50T gen3 set to UEFI. On boot it detects the FOG server though after NBP download is completed it skips the FOG menu and jumps into Windows11 (secure boot is off).

      IMG_3200.jpeg
      Fog version is 1.5.9 with kernel Version: 5.10.50
      I have a dnsmasq so options 66,67 is the DHCP server doesn’t affect PCs. I tried ipxe.efi and snponly.efi (I had to make a symbolic link to undionly.0 cause for some reason if I change it only in the ltsp.conf it seems to not affect).

      Thanks in advance!

      posted in FOG Problems
      W
      WillingMost7
    • RE: REFInd-Initializing - hangs

      @peterl Ton of thanks to you. I have the exact same model here and I have had this problem.

      Now downgraded to rEFInd of fogproject-1.5.5 it is not stuck anymore on “rEFInd-Initializing…”, but it is stuck now on “Scanning for new boot loaders; Please wait…”
      Have you made any changes to the refind.conf file?
      Mine is set at:

      ....
      scanfor internal
      ....
      timeout -1
      ....
      scan_delay 5
      ....
      

      It is an improvement, we’re getting somewhere now and soon will solve this. So, thanks for sharing!

      posted in FOG Problems
      W
      WillingMost7
    • RE: rEFInd - Initializing after disable Secure boot

      @poizzon Same here. I tried replacing in S: partition to the latest rEFInd but still getting stuck at “initializing”.

      posted in FOG Problems
      W
      WillingMost7
    • RE: Snapins on Windows 7 stays "Checked in"

      @sebastian-roth Wow thanks a ton! That worked indeed.
      Do you happen to know if it’s possible to update all the PCs to the latest using FOG (since they are running a FOGService, but 0.11.19 instead of 0.12.0)?

      posted in FOG Problems
      W
      WillingMost7
    • RE: Snapins on Windows 7 stays "Checked in"

      Correct me if I’m wrong, but I think I have found the cause:

      17/08/2021 06:19:03 Data::RSA FOG Server CA cert found
       17/08/2021 06:19:03 Data::RSA ERROR: Certificate validation failed
       17/08/2021 06:19:03 Data::RSA ERROR: Trust chain did not complete to the known authority anchor. Errors: The signature of the certificate cannot be verified. (NotSignatureValid)
       17/08/2021 06:19:03 Middleware::Authentication ERROR: Could not authenticate
       17/08/2021 06:19:03 Middleware::Authentication ERROR: Certificate is not from FOG CA
      

      This is weird cause these PCs are registered in the FOG server. Moreover, there are a lot of PCs that do not stubmle this issue.

      posted in FOG Problems
      W
      WillingMost7
    • RE: Snapins on Windows 7 stays "Checked in"

      @sebastian-roth Sorry for late response.
      Here is a log from a PC that when I run a Snapin on it, it stays on “Checked In” and I don’t have a “Reset Encryption Data” button when entering the host.

      fog.log

      Thanks a ton!!!

      edit: Also I noticed it has nothing to do with the windows version, as I see I have some windows 7 PCs that does have “Reset Encryption Data” button and some windows 10 PCs that doesn’t.

      posted in FOG Problems
      W
      WillingMost7
    • Snapins on Windows 7 stays "Checked in"

      I have recently made a snapin to uninstall two programs. The thing is that it is working on the windows 10 PCs here but not on the Windows 7 ones.
      I have noticed that the Windows 7 Hosts on the FOG server are missing the “Reset Encryption Data” button is missing, unlike the Windows 10 Hosts. But it does show up in the “Groups” tab

      Same Snapin works on one and not on the other. Thanks for all helpers!

      posted in FOG Problems
      W
      WillingMost7