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

Latitude 5410 No Legacy boot

Scheduled Pinned Locked Moved
FOG Problems
4
52
13.0k
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.
  • J
    John L Clark @george1421
    last edited by Jun 22, 2020, 1:09 PM

    @george1421 I just got back to work this week and i have done these steps for the dnsmasq but I can only get version 2.75. I have tried updating the app and still 2.75. Would you have time to work with me on this today? Thanks

    G 1 Reply Last reply Jun 22, 2020, 1:15 PM Reply Quote 0
    • G
      george1421 Moderator @John L Clark
      last edited by Jun 22, 2020, 1:15 PM

      @John-L-Clark What is the OS on the FOG Host server? Most modern Linux OS have the newer version of dnsmasq?

      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!

      J 2 Replies Last reply Jun 22, 2020, 1:19 PM Reply Quote 0
      • J
        John L Clark @george1421
        last edited by Jun 22, 2020, 1:19 PM

        @george1421 it is version 16.04

        1 Reply Last reply Reply Quote 0
        • J
          John L Clark @george1421
          last edited by Jun 22, 2020, 1:22 PM

          @george1421 root@FOG-SRV1:/etc/dnsmasq.d# dnsmasq -v
          Dnsmasq version 2.75 Copyright © 2000-2015 Simon Kelley
          Compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify

          This software comes with ABSOLUTELY NO WARRANTY.
          Dnsmasq is free software, and you are welcome to redistribute it
          under the terms of the GNU General Public License, version 2 or 3.
          root@FOG-SRV1:/etc/dnsmasq.d# lsb_release -a
          No LSB modules are available.
          Distributor ID: Ubuntu
          Description: Ubuntu 16.04.2 LTS
          Release: 16.04
          Codename: xenial

          G 1 Reply Last reply Jun 22, 2020, 2:06 PM Reply Quote 0
          • G
            george1421 Moderator @John L Clark
            last edited by Jun 22, 2020, 2:06 PM

            @John-L-Clark Well I was hoping for a better answer in the 4 years since I wrote this post, but it looks like 16.04 only has 2.75 version of dnsmasq installed. You may need to follow this post to compile an updated version of dnsmasq: https://forums.fogproject.org/topic/8725/compiling-dnsmasq-2-76-if-you-need-uefi-support/11

            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!

            J 1 Reply Last reply Jun 22, 2020, 2:21 PM Reply Quote 0
            • J
              John L Clark @george1421
              last edited by Jun 22, 2020, 2:21 PM

              @george1421 I am looking at this and got to the part where i have to edit the config.h and mine does not look the same.
              This is what I see.

              cd60c3e5-43b6-4b53-8ded-d0c3e855dbea-image.png

              G 1 Reply Last reply Jun 22, 2020, 5:26 PM Reply Quote 0
              • G
                george1421 Moderator @John L Clark
                last edited by Jun 22, 2020, 5:26 PM

                @John-L-Clark In the picture you posted, scroll down abit that section mentioned in the tutorial is there (I just checked). Its about line 173 in the config 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!

                J 1 Reply Last reply Jun 22, 2020, 5:43 PM Reply Quote 0
                • J
                  John L Clark @george1421
                  last edited by Jun 22, 2020, 5:43 PM

                  @george1421 Ok thank you I was able to get through the rest of it to the Make install part and this is what I got.

                  d52c8e05-90ac-4841-973a-034c2041f27c-image.png

                  G 1 Reply Last reply Jun 22, 2020, 5:50 PM Reply Quote 0
                  • G
                    george1421 Moderator @John L Clark
                    last edited by george1421 Jun 22, 2020, 11:50 AM Jun 22, 2020, 5:50 PM

                    @John-L-Clark so did everything on this line get installed correctly?

                    sudo apt-get install -y wget libdbus-1-dev libnetfilter-conntrack-dev idn libidn11-dev nettle-dev libval-dev dnssec-tools 
                    

                    libidn11-dev should have installed that header file.

                    If you just can’t get idn to load correctly then go back into the config file and remove these two lines and it should compile.

                    #define HAVE_DBUS
                    >> #define HAVE_IDN
                    >> #define HAVE_IDN_STATIC
                    #define HAVE_CONNTRACK
                    #define HAVE_DNSSEC
                    

                    just remove the lines completely from the config 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!

                    J 1 Reply Last reply Jun 22, 2020, 6:39 PM Reply Quote 0
                    • J
                      John L Clark @george1421
                      last edited by Jun 22, 2020, 6:39 PM

                      @george1421 Removed the 2 lines and this is what I got. Thank you again for your help.
                      6cca26a1-ab65-4bd0-86ec-4ea8fe75582d-image.png

                      G 1 Reply Last reply Jun 22, 2020, 6:49 PM Reply Quote 0
                      • G
                        george1421 Moderator @John L Clark
                        last edited by Jun 22, 2020, 6:49 PM

                        @John-L-Clark again did running this line give no errors?

                        sudo apt-get install -y wget libdbus-1-dev libnetfilter-conntrack-dev idn libidn11-dev nettle-dev libval-dev dnssec-tools 
                        

                        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!

                        J 3 Replies Last reply Jun 22, 2020, 8:43 PM Reply Quote 0
                        • J
                          John L Clark @george1421
                          last edited by Jun 22, 2020, 8:43 PM

                          @george1421 It fails
                          ba18cb9f-1f0b-4f08-8260-abf09f9da1a7-image.png

                          J 1 Reply Last reply Jun 23, 2020, 12:30 PM Reply Quote 0
                          • S
                            Sebastian Roth Moderator
                            last edited by Jun 22, 2020, 8:45 PM

                            @John-L-Clark Temporary failure resolving 'us.archive.ubuntu.com'. Works fine on my end:

                            nslookup us.archive.ubuntu.com
                            Server:		192.168.24.1
                            Address:	192.168.24.1#53
                            
                            Non-authoritative answer:
                            Name:	us.archive.ubuntu.com
                            Address: 91.189.91.38
                            Name:	us.archive.ubuntu.com
                            Address: 91.189.91.39
                            

                            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
                            • J
                              John L Clark @george1421
                              last edited by Jun 23, 2020, 12:27 PM

                              @george1421 Ok that finally ran and i was able to run the Make Install and this is what I got.
                              35629b78-2c8d-40bf-a672-18910e0f439f-image.png

                              1 Reply Last reply Reply Quote 0
                              • J
                                John L Clark @John L Clark
                                last edited by Jun 23, 2020, 12:30 PM

                                @John-L-Clark So then I checked the version and tried to restart the service and this is what I got.
                                a9456e6c-a601-4f12-8156-dd3e1dc4e16c-image.png

                                1 Reply Last reply Reply Quote 0
                                • J
                                  John L Clark @george1421
                                  last edited by Jun 23, 2020, 12:35 PM

                                  @george1421 This is what I see. Any ideas?
                                  043f5b63-9320-4105-9ce7-90fc18294f1f-image.png

                                  G 1 Reply Last reply Jun 23, 2020, 12:55 PM Reply Quote 0
                                  • G
                                    george1421 Moderator @John L Clark
                                    last edited by Jun 23, 2020, 12:55 PM

                                    @John-L-Clark Ok it looks like you have it compiled and working. I realize this is quite an intensive process. If your distro had an up to date version it would not be necessary.

                                    The first thing I see is that you have your compiler files extracted into the /etc/dnsmasq.d directory. IMO it should not be there but in your home directory instead. dnsmasq searching the /etc/dnsmasq.d directory and sub directory for configuration files. Who knows what I might find if it searched the build path files. So move that /etc/dnsmasq.d/dnsmasq-2.76.orig directory out of there. You see in the error message *bad option in line 1 of /etc/dnsmasq.d/dnsmaq… dnsmasq found a file it didn’t like in its config file path, so move it.

                                    Second what you want to do in install the distro’s version of dnsmasq. I know it will be 2.75 but what we are going to do is slide in your compiled version of dnsmasq in place of the distro’s version.

                                    So once you move that compiler directory out key in which dnsmasq that will tell you where the distro placed its file. Then copy the dnsmasq you just compiled over and replace the distro’s version.

                                    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!

                                    J 1 Reply Last reply Jun 23, 2020, 2:23 PM Reply Quote 0
                                    • J
                                      John L Clark @george1421
                                      last edited by Jun 23, 2020, 2:23 PM

                                      @george1421 Ok so I got it running and can boot EFI but get this error.![0_1592922198232_IMG_5520.png](Uploading 0%) a00f41bd-f93f-4a31-b746-49b6b50f5ca9-image.png

                                      G 1 Reply Last reply Jun 23, 2020, 3:02 PM Reply Quote 0
                                      • G
                                        george1421 Moderator @John L Clark
                                        last edited by Jun 23, 2020, 3:02 PM

                                        @John-L-Clark On the plus side dnsmasq appears to be working.

                                        So is your fog server at 192.168.101.29? I think yes because it found default.ipxe and then chained to boot.php. So is the web ui running on that server? You didn’t do anything like setup https on that server did you?

                                        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!

                                        J 2 Replies Last reply Jun 23, 2020, 3:03 PM Reply Quote 0
                                        • J
                                          John L Clark @george1421
                                          last edited by Jun 23, 2020, 3:03 PM

                                          @george1421 no we didnt change any of that I can still boot legacy just fine with the undionly.kkpxe I used the ipxe.efi for the efi boot.

                                          G 1 Reply Last reply Jun 23, 2020, 3:49 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 1 / 3
                                          1 / 3
                                          • First post
                                            20/52
                                            Last post

                                          144

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.4k

                                          Posts
                                          Copyright © 2012-2024 FOG Project