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

Dell Studio XPS 8700

Scheduled Pinned Locked Moved Solved
Hardware Compatibility
3
11
2.3k
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.
  • E
    eistek
    last edited by Jun 7, 2017, 10:05 AM

    Hi i have trying to capture from Dell Studio XPS 8700. PXE starting over IPV4.

    I see “Downloading bla bla” on screen. Then Windows start to boot.
    FOS screen does not come.

    What i need to check ?

    1 Reply Last reply Reply Quote 0
    • G
      george1421 Moderator
      last edited by Jun 7, 2017, 10:26 AM

      We need a bit more information to be able to help you.

      What version of FOG are you using?
      What precisely do you have set for dhcp option 67?
      Is the XPS 8700 running in bios (legacy) or uefi mode?

      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!

      E 1 Reply Last reply Jun 7, 2017, 11:34 AM Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by Jun 7, 2017, 10:34 AM

        @eistek said in Dell Studio XPS 8700:

        PXE starting over IPV4

        This sounds like an UEFI enabled machine…

        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 1
        • E
          eistek @george1421
          last edited by Jun 7, 2017, 11:34 AM

          @george1421

          1- FOG version 1.4.2

          2-
          dhcp setting is ;

          next-server 192.168.1.161;
          filename “undionly.kpxe”;

          3-
          uefi mode is enabled on bios

          G 1 Reply Last reply Jun 7, 2017, 11:36 AM Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Jun 7, 2017, 11:36 AM

            @eistek What kind of DHCP server do you have? You need to deliver a different iPXE binary (ipxe.efi) to your UEFI client(s)…

            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 1
            • G
              george1421 Moderator @eistek
              last edited by george1421 Jun 7, 2017, 5:37 AM Jun 7, 2017, 11:36 AM

              @eistek said in Dell Studio XPS 8700:

              filename “undionly.kpxe”;
              uefi mode is enabled on bios

              Whelp there is your first issue. You need to use the iPXE kernel that is correct for uefi. “ipxe.efi”

              Also since you are in uefi mode make sure that secure boot has been disabled.

              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!

              E 1 Reply Last reply Jun 7, 2017, 12:51 PM Reply Quote 0
              • E
                eistek @george1421
                last edited by Jun 7, 2017, 12:51 PM

                @george1421

                i have added following lines do dhcpd.conf

                host eistek {
                hardware ethernet f8:b1:56:a4:c4:bf;
                fixed-address 192.168.1.20;
                filename “ipxe.efi”;
                }

                Problem is resolved.
                Thanx

                G 1 Reply Last reply Jun 7, 2017, 1:00 PM Reply Quote 0
                • G
                  george1421 Moderator @eistek
                  last edited by Jun 7, 2017, 1:00 PM

                  @eistek You are using fog for your dhcp server? If so there are “fixes” you can do to make isc-dhcp dynamic and send out the right file name based on the target computer. No need to specifically call out each computer like you did. You can do that if you want, but there are easier ways especially if you are working with 100s of computers.

                  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!

                  E 2 Replies Last reply Jun 7, 2017, 1:05 PM Reply Quote 0
                  • E
                    eistek @george1421
                    last edited by Jun 7, 2017, 1:05 PM

                    @george1421

                    fog server is not my dhcpd server

                    1 Reply Last reply Reply Quote 0
                    • E
                      eistek @george1421
                      last edited by Jun 7, 2017, 1:07 PM

                      @george1421

                      May be i can use as following

                      option client-arch code 93 = unsigned integer 16;
                      if exists client-arch {
                      if option client-arch = 0 {
                      filename “undionly.kpxe”;
                      } elsif option client-arch = 6 {
                      filename “ipxe.efi”;
                      } elsif option client-arch = 7 {
                      filename “ipxe.efi”;
                      } elsif option client-arch = 9 {
                      filename “ipxe.efi”;
                      } elsif option client-arch = 10 {
                      filename “ipxe.efi”;
                      } elsif option client-arch = 9 {
                      filename “ipxe.efi”;
                      }
                      }

                      G 1 Reply Last reply Jun 7, 2017, 1:09 PM Reply Quote 0
                      • G
                        george1421 Moderator @eistek
                        last edited by Jun 7, 2017, 1:09 PM

                        @eistek this might get you started with a solid configuration. Your configuration IS very close.

                        https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence

                        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
                        • 1 / 1
                        1 / 1
                        • First post
                          4/11
                          Last post

                        205

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project