• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. unknownhost99
    3. Posts
    U
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 33
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by unknownhost99

    • Dell laptop not imaging right!

      at my company i am imaging a dell Latitude 5580 laptop and when i select the second imaging type(as seen below)
      0_1515771418356_6fe796b4-6571-448a-9dfd-72e35fbb30f4-image.png

      it suddenly changes to the fourth option called RAW image when the imaging process starts on the laptop
      0_1515772188891_8f49b669-145b-44df-8a9e-c68dd62615d5.jpg

      any idea why this keeps happening?

      posted in General Problems
      U
      unknownhost99
    • RE: Fresh FOG install using already configured fogsettings file

      @wayne-workman Thanks for the help we solved it!
      you can mark this as solved

      posted in General Problems
      U
      unknownhost99
    • FOG pxe Boot error

      when i boot from a thin client using pxe to the server it gives me the following error
      0_1515685608526_22e81985-96dc-41a6-ad48-35f0124353fe.jpg

      any ideas to why this might be occuring?

      posted in General Problems
      U
      unknownhost99
    • RE: Fresh FOG install using already configured fogsettings file

      no its a clean install we just a clean install

      posted in General Problems
      U
      unknownhost99
    • Fresh FOG install using already configured fogsettings file

      I have installed Fogserver using a running script with an already configured fogsettings file. however, for some reason it didn’t want to install the SSL certificatie it just said: Creating SSL Certificate Failed.

      any idea why this occurs?

      posted in General Problems
      U
      unknownhost99
    • installing and adding a new storage node

      okay so my FOG server looks like this: i installed Debian O.S. on a usb and then run it from a pc without a hardrive or ssd or anything installed now that fog is functioning properly i connected an SSD to the first sata port and want to make it a storage node i haven’t done anything with it yet but was wondering how i would go at doing this.

      posted in FOG Problems
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @unknownhost99 i just want to let everybody now that the server functions properly know thanks to everyone who replied, it was a great help and i love the service you supply keep going at it!

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @sebastian-roth yea but the weird thing is it worked just fine yesterday and no settings or hardware changed and now its not working

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @sebastian-roth dhcp is done with the router and dnsmmasq i have it plugged in the right router so that shouldnt be the problem

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @george1421 weirdly enough dont know what the issue is we went into the menu of fog using dhcp and even manged to capture an image from it but weirdly enough when it was done., i tried to boot again and now it says no boot file found whilst booting from pxe no settings or anything has been changed

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @george1421 i fixed the issue we can now finally start with adding hosts and adding images

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @george1421 me and my boss went over the whole prgress and its working much better now although now when trying to boot from ipxe we get:
      TFTP
      file not found
      and then it exitst the pxe boot

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @george1421 we know we are looking into the dhcp which currently run by a router so if anything still goes wrong then ill update it here thanks!

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @george1421 this is my pcap file https://drive.google.com/open?id=1TvJgG3kwDhArrjIqz_uiybfPZASLDlz8
      and this is the config file i currently use hope it helps.

      # 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=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
      
      # 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
      
      # 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=10.0.0.10,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```
      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @sebastian-roth no dhcp offers were recieed it says

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @george1421 well not yet but i am getting closer to the end some problems with the dhcp when trying the PXE boot to the fog this is my log when i use pxe boot any idea what the problem might be
      0_1513335532145_e9a6dcc9-1e84-4e17-b098-450dac46e490-image.png

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @george1421
      https://wiki.fogproject.org/wiki/index.php?title=ProxyDHCP_with_dnsmasq i used this one before the uefi support one

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @george1421 it is fine i have unsinstalled it and did the install without uefi support and it went without a hitch

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @george1421 well i still got the same error but now that i kept looking i found it says there is no dnsmasq.d directory to begin with

      posted in General
      U
      unknownhost99
    • RE: Need help making my own Debian 9 FOG server!

      @george1421 i did vi /etc/dnsmasq.d/ltsp.conf and there also was no .conf file except a file called dnsmasq.conf.example Though when i try to save/write the config file it says:‘’ /etc/dnsmasq.d/ltsp.conf’’ E212 Can’t open file for writing

      posted in General
      U
      unknownhost99
    • 1 / 1