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

    Live boot DLC and WinPE timing out or failing

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    7
    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.
    • D
      dylz
      last edited by

      Failing to get DLCboot ISO to boot through this method.

      I have tried with the iso in 2 locations: /ISO/DLCD/DLC.iso and /var/www/service/ipxe/DLCD/DLC.iso

      I keep getting similar errors. First I tried with these paramaters

      :DLCD
      initrd http://$192.168.25.66/var/www/fog/service/ipxe/DLCD/DLC.iso
      chain memdisk iso raw ||
      goto MENU

      And I got this error:

      0_1516125636532_fogfail2.PNG

      Then I tried with

      :DLCD
      initrd http://$192.168.25.66/var/www/fog/service/ipxe/DLCD/DLC.iso
      boot || echo failed to boot
      prompt
      goto MENU```

      and got this error

      0_1516125643668_fogfail.PNG

      I then tried removing the $ from the beginning of the IP address but it just takes me back to the FOG menu automatically

      Any help or suggestions on why this is timing out or what I am doing wrong would be greatly appreciated. Tearing my hair out with this one.

      Thanks

      1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator
        last edited by

        get rid of the extra “$” before 192 in your fog menu

        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 1
        • george1421G
          george1421 Moderator
          last edited by

          second issue is your path to the ISO image.

          /var/www/fog/service/ipxe/DLCD/DLC.iso is the linux file path since you are trying to access that iso over http you need this path:

          http://192.168.25.66/fog/service/ipxe/DLCD/DLC.iso

          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!

          D 1 Reply Last reply Reply Quote 1
          • D
            dylz @george1421
            last edited by

            @george1421 Thanks for the advice that helped big time. But there’s still an issue. The ISO seems to download but nothing boots. I take it I need to replace “goto MENU” with a command that makes it boot the live cd now?

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by

              @dylz Not all ISOs boot like this. That’s just the way it is though I can’t actually explain the technical details of why it works with some ISOs and does not with others. It has to do with how the ISOs are build I am sure.

              That said, you can make pretty much any system/ISO boot by extracting the contents. But this is a very custom step. There is no general tutorial on how to do this as each ISO is a bit different. Maybe start by telling us what exactly DLC is and where you got this ISO from.

              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

              D 1 Reply Last reply Reply Quote 1
              • D
                dylz @Sebastian Roth
                last edited by

                @sebastian-roth I see. I suppose I’ll need to try dig in to this a lot more and figure out how to get this working. DLC boot is a diagnostics iso that I got from a colleague in work. It is similar to hirens with that it boots to a menu with mini windows environments, clonezilla, partitioning tools etc…

                I also have a custom Win10PE environment that I am going to try out and see if the results are any different. Should the ISO typically boot up as soon as it is done downloading the image to RAM?

                1 Reply Last reply Reply Quote 0
                • D
                  dylz
                  last edited by

                  I have finally figured it out. The ISO’s won’t boot in UEFI mode and must be set to legacy (BIOS)
                  For now everything is working. Thanks for the help guys.

                  1 Reply Last reply Reply Quote 1
                  • 1 / 1
                  • First post
                    Last post

                  164

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project