• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Issues booting UEFI devices a

Scheduled Pinned Locked Moved Solved
Tutorials
4
32
9.9k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    Tom Elliott @george1421
    last edited by Mar 17, 2017, 12:27 AM

    @george1421 I’ve seen this a couple of times as well, but I don’t need the moderator rights to get it, basically I click on the file it gives me an error page. If I change the name just a tiny bit I get 404, when I hit back it prompts to download the file.

    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

    1 Reply Last reply Reply Quote 0
    • C
      cnkpadobi @george1421
      last edited by Mar 17, 2017, 12:50 AM

      root@imagingvm:~# nobody 1502 0.0 0.0 33140 3132 ? S 15:41 0:01 /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/run/sendsigs.omit.d/network-manager.dnsmasq.pid --listen-address=127.0.1.1 --conf-file=/var/run/NetworkManager/dnsmasq.conf --cache-size=0 --proxy-dnssec --enable-dbus=org.freedesktop.NetworkManager.dnsmasq --conf-dir=/etc/NetworkManager/dnsmasq.d
      root 14476 0.0 0.0 18316 2292 pts/14 S+ 17:42 0:00 grep --color=auto dnsmasq
      nobody: command not found
      root@imagingvm:~# root 14476 0.0 0.0 18316 2292 pts/14 S+ 17:42 0:00 grep --color=auto dnsmasq

      1 Reply Last reply Reply Quote 0
      • C
        cnkpadobi @george1421
        last edited by Mar 17, 2017, 1:14 AM

        @george1421 I dont think it is started but when I try I get this message

        dnsmasq: illegal repeated keyword at line 2 of /etc/dnsmasq.conf

        G 1 Reply Last reply Mar 17, 2017, 1:36 AM Reply Quote 0
        • G
          george1421 Moderator @cnkpadobi
          last edited by Mar 17, 2017, 1:36 AM

          @cnkpadobi ok what is the illegal keyword on line 2 of the config?

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

          C 1 Reply Last reply Mar 17, 2017, 1:37 AM Reply Quote 0
          • C
            cnkpadobi @george1421
            last edited by cnkpadobi Mar 16, 2017, 7:38 PM Mar 17, 2017, 1:37 AM

            @george1421 not sure this is what it says

            # Don't function as a DNS server:
            port=0
            
            # Log lots of extra information about DHCP transactions.
            log-dhcp
            
            # Set the root directory for files available via FTP.
            tftp-root=/tftpboot
            
            # 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
            
            
            G 1 Reply Last reply Mar 17, 2017, 1:40 AM Reply Quote 0
            • G
              george1421 Moderator @cnkpadobi
              last edited by george1421 Mar 16, 2017, 7:50 PM Mar 17, 2017, 1:40 AM

              @cnkpadobi are there any other config files in the /etc/dnsmasq.d directory?

              dnsmasq will read all configuration files in /etc/dnsmasq.d directory. If there is more than one that has conflicting settings it will throw an error.

              Now there is another check to see if dnsmasq is running netstat -an|grep 4011 It should return something that looks like this if its running. Port 4011 is managed by dnsmasq.

              sudo netstat -an|grep 4011
              udp        0      0 0.0.0.0:4011            0.0.0.0:*                          
              

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

              C 1 Reply Last reply Mar 17, 2017, 2:02 AM Reply Quote 0
              • C
                cnkpadobi @george1421
                last edited by Mar 17, 2017, 2:02 AM

                @george1421

                Here are the files listed

                ltps.conf ltsp.conf ltsp.conf~ network-manager README

                that command does not produce any results

                G 1 Reply Last reply Mar 17, 2017, 5:46 PM Reply Quote 0
                • C
                  cnkpadobi
                  last edited by Mar 17, 2017, 5:43 PM

                  @george1421 so if I run the sudo netstat -an|grep 4011 it should give me something correct versus taking me back to the prompt?

                  G 1 Reply Last reply Mar 17, 2017, 5:47 PM Reply Quote 0
                  • G
                    george1421 Moderator @cnkpadobi
                    last edited by Mar 17, 2017, 5:46 PM

                    @cnkpadobi said in Issues booting UEFI devices a:

                    ltps.conf ltsp.conf ltsp.conf~ network-manager README

                    I don’t quite understand the above line. Taking it out of context it appears there are more than one configuration file.

                    1. ltps.conf
                    2. ltsp.conf
                    3. ltsp.conf~

                    In that directory.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                    C 1 Reply Last reply Mar 17, 2017, 5:47 PM Reply Quote 0
                    • G
                      george1421 Moderator @cnkpadobi
                      last edited by Mar 17, 2017, 5:47 PM

                      @cnkpadobi said in Issues booting UEFI devices a:

                      @george1421 so if I run the sudo netstat -an|grep 4011 it should give me something correct versus taking me back to the prompt?

                      If it takes you back to the command prompt, then that tells us the dnsmasq is NOT running on your fog server.

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                      1 Reply Last reply Reply Quote 0
                      • C
                        cnkpadobi @george1421
                        last edited by Mar 17, 2017, 5:47 PM

                        @george1421

                        YES, all 3 config files are in that directory

                        G 1 Reply Last reply Mar 17, 2017, 5:49 PM Reply Quote 0
                        • G
                          george1421 Moderator @cnkpadobi
                          last edited by Mar 17, 2017, 5:49 PM

                          @cnkpadobi lets remove all but the correct one (like the one I posted). We can only have one configuration file in there with the options I provided. AND if that is the case /etc/dnsmasq.conf should remain unchanged from the original install.

                          I would suggest that we keep the standard file of /etc/dnsmasq.d/ltsp.conf and then remove the rest.

                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                          C 1 Reply Last reply Mar 17, 2017, 5:57 PM Reply Quote 0
                          • C
                            cnkpadobi @george1421
                            last edited by Mar 17, 2017, 5:57 PM

                            @george1421 should those configure files be rename or removed?

                            G 1 Reply Last reply Mar 17, 2017, 6:24 PM Reply Quote 0
                            • G
                              george1421 Moderator @cnkpadobi
                              last edited by Mar 17, 2017, 6:24 PM

                              @cnkpadobi removed. If its there it will be read. If you are concerned about the content then move them to /root (root’s home) or some other location, but not in the /ete/dnsmasq.d path.

                              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                              1 Reply Last reply Reply Quote 0
                              • C
                                cnkpadobi
                                last edited by Mar 17, 2017, 8:51 PM

                                ok sorry,

                                So I am still gett this error
                                dnsmasq: bad option at line 2 of /etc/dnsmasq.d/q

                                the only thing inthe ltsp.conf on line two is port=0

                                there are no other config files in the directory

                                G 1 Reply Last reply Mar 22, 2017, 1:19 AM Reply Quote 0
                                • G
                                  george1421 Moderator @cnkpadobi
                                  last edited by george1421 Mar 21, 2017, 7:24 PM Mar 22, 2017, 1:19 AM

                                  @cnkpadobi

                                  In your ltsp.conf file add in the following lines below this one

                                  # PXE menu.  The first part is the text displayed to the user.  The second is the timeout, in seconds.
                                  pxe-prompt="Booting FOG Client", 1
                                  
                                  

                                  and before the

                                  dhcp-range=<fog_server_ip>,proxy
                                  

                                  Insert these:

                                  # PXEClient:Arch:00000
                                  pxe-service=X86PC, "Boot BIOS PXE", undionly.kpxe
                                  
                                  # PXEClient:Arch:00007
                                  pxe-service=BC_EFI, "Boot UEFI PXE-BC", ipxe.efi
                                  
                                  # PXEClient:Arch:00009
                                  pxe-service=X86-64_EFI, "Boot UEFI PXE-64", ipxe.efi
                                  

                                  These lines are only needed when your main dhcp server is giving conflicting next server information. Lets see if that fixes your uefi booting.

                                  There is one additional condition that dnsmasq can (mask), this is where you force the next server as part of the pxe service command, where you append the IP address of your fog server to the pxe-service line. You will need to do this for each pxe-service command in your ltsp.conf file you inserted above.

                                  pxe-service=BC_EFI, "Boot UEFI PXE-BC",ipxe.efi,<fog_server_ip>
                                  

                                  (this post is in response to several IM chat sessions to get the OP going. legacy mode is working, its just giving the uefi systems an error during iPXE kernel booting)

                                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                                  C 1 Reply Last reply Mar 22, 2017, 5:33 PM Reply Quote 0
                                  • C
                                    cnkpadobi @george1421
                                    last edited by Mar 22, 2017, 5:33 PM

                                    @george1421 Thanks for this… just a quick clarification is there a space after the comma before the ip address

                                    G 1 Reply Last reply Mar 22, 2017, 5:41 PM Reply Quote 0
                                    • G
                                      george1421 Moderator @cnkpadobi
                                      last edited by george1421 Mar 22, 2017, 11:41 AM Mar 22, 2017, 5:41 PM

                                      @cnkpadobi Only for humans to understand, computers don’t care. Space or no space it works the same.

                                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        cnkpadobi
                                        last edited by Mar 22, 2017, 8:43 PM

                                        this worked great issue resolved.

                                        1 Reply Last reply Reply Quote 0
                                        • 1
                                        • 2
                                        • 2 / 2
                                        2 / 2
                                        • First post
                                          23/32
                                          Last post

                                        152

                                        Online

                                        12.1k

                                        Users

                                        17.3k

                                        Topics

                                        155.4k

                                        Posts
                                        Copyright © 2012-2024 FOG Project