• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. george1421
    3. Posts
    • Profile
    • Following 1
    • Followers 65
    • Topics 113
    • Posts 15,342
    • Best 2,780
    • Controversial 0
    • Groups 2

    Posts made by george1421

    • RE: RC10: Samsung EVO 850 SSD Issues

      @george1421 One other test. Install a target OS on this system (with the EVO 850) from source media. Make sure it boots and runs acceptable. Use FOG to capture this image to the fog server. Then use FOG to deploy that same image back to that same computer. If that works deploy the captured image to a like computer. Its also not clear in my mind is it the EVO 850 at fault or your image (for some reason).

      posted in FOG Problems
      george1421G
      george1421
    • RE: RC10: Samsung EVO 850 SSD Issues

      @george1421 Are these new Samsun EVO 850s or did they have an operating system system already on them at one time, and that operating system being Win10?

      posted in FOG Problems
      george1421G
      george1421
    • RE: RC10: Samsung EVO 850 SSD Issues

      @Dalton-Childers Hmmm… Not to send you down too many rabbit holes, but I wonder if you can take a working system that is using a EVO 840 and use clonezilla to clone it to a system with an 850. The source and destination computers should be the same. So the question does a current version of clonezilla work vs FOG. Both use the same underlying tool (partclone) to move the image around. So we need to answer the question does clonezilla work better/same as FOG when you use it to clone hard drives.

      posted in FOG Problems
      george1421G
      george1421
    • RE: RC10: Samsung EVO 850 SSD Issues

      @Dalton-Childers I think you right on track for confirming if there is a firmware update. There should be no external technical difference between the two drives. They are both presented to the host system via an SATA cable.

      posted in FOG Problems
      george1421G
      george1421
    • RE: Image Second Disk on Host w/ Multiple Disks

      While I haven’t done this, in the host record there should be a field for primary hard drive titled “Host Primary Disk”. Just set it to /dev/sdb

      posted in Linux Problems
      george1421G
      george1421
    • RE: RC10: Samsung EVO 850 SSD Issues

      @Dalton-Childers Have you swapped the 850 for a system that has an 840 to see if the issue moves? In my mind its not clear if its the SSD (IMO unlikely) or the target computer model that’s at fault here. So swapping the drives will tell use if the issue moves (then its the 850) or stays with the target system.

      posted in FOG Problems
      george1421G
      george1421
    • RE: Rolling FOG out to US Site

      @RobTitian16 TBH I forget where we are in this setup. So I’ll try to answer correctly

      For a multimaster setup you will need to log into each fog server at the location or region where you want to deploy the image. This has two sides, yes it is more work because you have to know what region you are in to deploy an image. But this also stops you accidentally imaging a machine from the UK when you meant to do that in the US. Right now FOG doesn’t have the level of control to say tech X and only deploy to the US an Tech Y can only deploy to UK if you use a single master node with multiple storage nodes.

      The idea of a multimaster setup is that each master node at each location is independent where they don’t need a connection to HQ to be able to image systems. This then reduces the importance of the WAN for image deployment. If you use a single master node with storage nodes then you MUST have the WAN up to be able to image at the remote locations. The decision is yours on how you want to run things.

      A down side to the multimaster setup is that you don’t have one place to look for all computers in your organization since each remote site has their own master node with its own sql database.

      As for replication… I don’t think this information is visible on how well / where it is in the progress. You can setup replication and let it do its thing. The remote sites won’t see the image until you load the image details on the remote FOG servers (in a multi mode setup) as for the storage node, it shouldn’t let you create the task unless the image is available on the storage node.

      IMO FOG needs a little more work in the distributed enterprise area. There are some things that I wish FOG did for my business. But we’ve been able to work around them to have a successful FOG system.

      posted in General
      george1421G
      george1421
    • RE: Capturing Windows Server 2016 Standard

      Nice, I see they just release a pre-release version of Windows Server 2016, which is pretty much Win10 plus a server functions. There has been quite a few discussions already on Spiceworks and Reddit about it.

      posted in Tutorials
      george1421G
      george1421
    • RE: PXE-E78 Cannot locate boot server

      @Tom-Elliott said in PXE-E78 Cannot locate boot server:

      @mkstreet Comment the port=0 line of your ltsp.conf file and restart dnsmasq.

      I talked with Tom over IM and he said the port=0 command makes the dnsmasq server become a DNS server and does exactly what we are seeing with the resolve.conf file. While this has no impact on the next host being sent it should resolve the FOG server name resolving.

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

      @Sebastian-Roth Maybe even like if you don’t enumerate the network interfaces on the first pass, wait for 30 seconds (or what ever time) and then try one more time. This would keep booting fast for well behaved network interfaces and then give the “slow” ones a second chance to come up.

      Tom: What about the usb kernel flag, would that give enough pause for the network to come up on these boards? I don’t know where else this flag is used or the impact.

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: Deploy to onboard SSD

      @Dark000 Your grub menu has me a bit confused. FOG doesn’t specifically use grub unless you tell it. IF you mean the iPXE boot menu then I understand. Also the goes into bios also confuses me. Let me see if I can translate to what I’ve seen/know. For win7 you need to add to OS updates (KBs) that will enable Win7 to use NVMe disks (much like you needed to upgrade FOG to support NVMe). For Win10 these updates are built in.

      If you are truly seeing a grub boot menu with a Windows OS target system, I would look at the bios exit mode in either the host configuration (in FOG) or the global bios exit mode in the FOG Configuration section.

      posted in Hardware Compatibility
      george1421G
      george1421
    • RE: PXE-E78 Cannot locate boot server

      @Sebastian-Roth I think I like your first suggestion, updating the config file with the additional IP references:

      dhcp-boot=undionly.kpxe, 10.0.253.24, 10.0.253.24
      pxe-service=X86PC, "Boot from network", undionly, 10.0.253.24
      

      If that fails, get another pcap file of the booting process to let us see what changed in the conversation.

      The second though is that Wow, for ubuntu dnsmasq of 2.68 that was released 08-Dec-2013, where most of the distros are at 2.72. If this doesn’t work I can setup a ubuntu VM and compile the latest version of dnsmasq to see if that helps. But before I go through that effort lets see if your edits work.

      posted in Linux Problems
      george1421G
      george1421
    • RE: PXE-E78 Cannot locate boot server

      @mkstreet said in PXE-E78 Cannot locate boot server:

      @george1421

      When I disconnect that cable to the outside, then the PC I want to load can no longer find the DHCP. So something external to the LAB must be helping get the initial requests to 10.0.253.24 ?

      This I understand. Since dnsmasq is not providing dhcp services for you, its only providing dhcpProxy services (filling in the gaps left out by your main dhcp server). What is strange is that your main dhcp server is sending out itself as the next server. I simply can’t understand why its not working here. It SHOULD BE WORKING.

      TBH right now I’m at a loss, on where to turn next everything should be working. If you can disable the dhcp relay in your router (10.0.253.1) for 10.0.253.0 subnet then you can have the fog server with isc dhcp enabled supply the IP address (then also dnsmasq is not needed) or on your router (10.0.253.1) add yor dnsmasq server as the last dhcp server in its list. But this is starting to get messy.

      The only other thing is to see if you can get your main dhcp server to NOT send out dhcp option 66 {next-server}. But its not clear if this will fix the issue either.

      posted in Linux Problems
      george1421G
      george1421
    • RE: PXE-E78 Cannot locate boot server

      @george1421 I’m seeing the same thing as Sebastian saw. Let me check a pcap file I captured the other day.

      This is very strange indeed. Our configurations are basically the same, except I’m running the latest version of dnsmasq to test uefi booting. In my pcap dnsmasq is sending out its IP addresss in the dhcp offer for next server, but in yours its not sending out the next server address at all. This is the only difference. Plus after the ACK from my main dhcp server (soho router) the target computer connects to the dhcpProxy port and then download the boot file.

      posted in Linux Problems
      george1421G
      george1421
    • RE: PXE-E78 Cannot locate boot server

      @george1421 Can you confirm that the dhcpProxy service is running on port 4011.

      netstat -an|grep 4011

      You should see an output like:

      udp        0      0 0.0.0.0:4011            0.0.0.0:*   
      
      posted in Linux Problems
      george1421G
      george1421
    • RE: PXE-E78 Cannot locate boot server

      @mkstreet Ok then iptables is disabled. I’m looking over your previous pcap file now.

      This should be working!!

      posted in Linux Problems
      george1421G
      george1421
    • RE: PXE-E78 Cannot locate boot server

      @mkstreet Those lines in the dnsmasq.conf are safe one.

      For iptables, if you key in iptables -L you should either get a response back like I don’t know what you are talking about or it should show you 3 filters with accept. If your iptables output looks like this one you have iptables turned on. The content isn’t important just if you see rules in there other than allow you need to disable iptables.

      hain INPUT (policy DROP)
      target     prot opt source               destination         
      ufw-before-logging-input  all  --  anywhere             anywhere            
      ufw-before-input  all  --  anywhere             anywhere            
      ufw-after-input  all  --  anywhere             anywhere            
      ufw-after-logging-input  all  --  anywhere             anywhere            
      ufw-reject-input  all  --  anywhere             anywhere            
      ufw-track-input  all  --  anywhere             anywhere            
      
      Chain FORWARD (policy DROP)
      target     prot opt source               destination         
      ufw-before-logging-forward  all  --  anywhere             anywhere            
      ufw-before-forward  all  --  anywhere             anywhere            
      ufw-after-forward  all  --  anywhere             anywhere            
      ufw-after-logging-forward  all  --  anywhere             anywhere            
      ufw-reject-forward  all  --  anywhere             anywhere            
      ufw-track-forward  all  --  anywhere             anywhere            
      
      Chain OUTPUT (policy ACCEPT)
      target     prot opt source               destination         
      ufw-before-logging-output  all  --  anywhere             anywhere            
      ufw-before-output  all  --  anywhere             anywhere            
      ufw-after-output  all  --  anywhere             anywhere            
      ufw-after-logging-output  all  --  anywhere             anywhere            
      
      
      posted in Linux Problems
      george1421G
      george1421
    • RE: PXE-E78 Cannot locate boot server

      @george1421 Just to be clear every line in /etc/dnsmasq.conf is commented out?

      And actually dnsmasq is suppose to rewrite the file. I takes what was in there and caches it internally and then puts the loopback address in to point to itself.

      Also you disabled the iptables firewall on this server right?

      posted in Linux Problems
      george1421G
      george1421
    • RE: PXE-E78 Cannot locate boot server

      @george1421 OK I sit here a bit red faces, since my server does the same thing AND I have it setup to use dhcp. AND my server is working correctly. I need to look into this now.

      posted in Linux Problems
      george1421G
      george1421
    • RE: PXE-E78 Cannot locate boot server

      @mkstreet This is very strange, indeed. If you manually set the values in resolv.conf and then start and stop dnsmasq does it change the settings? I’m going to confirm on my Pi server to see if it does the same things. In my experience it does not.

      posted in Linux Problems
      george1421G
      george1421
    • 1
    • 2
    • 638
    • 639
    • 640
    • 641
    • 642
    • 767
    • 768
    • 640 / 768