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

Booting WinPE from Advanced Menu

Scheduled Pinned Locked Moved
FOG Problems
6
11
5.1k
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.
  • C
    CrazyPenguin37
    last edited by Jun 9, 2016, 1:23 AM

    I have been researching this topic a lot and I still keep having this issue where my WinPE.iso will not boot. I have it (and the memdisk) stored in an easy access location, all have proper ownership and permissions, but still states that there is no file or directory when I try to boot it.
    (ex. menu)
    :WinPE
    initrd http://10.101.xx.x/ISO/WinPE.iso
    chain memdisk iso raw

    I have tried to use the ipxe/winpe help website that is often included in the forums, but it still has not helped me resolve my issue. Can anyone lead me in the right direction to get this to work? Thanks.

    T 1 Reply Last reply Jun 9, 2016, 1:47 AM Reply Quote 0
    • L
      LordRaptor333
      last edited by Jun 9, 2016, 1:32 AM

      I am having the same exact issue right now also. I have become so frustrated that I actually have built my own WinPE PXE boot server and if I can’t resolve this, I may just have to retire the fog and just move on to doing everything through my PXE server using just .wim files. I really like the user friendliness of fog, but I could always just automate everything with the WinPE iso. Please help solve this because I don’t want to give up on fog.

      G 1 Reply Last reply Jun 9, 2016, 12:34 PM Reply Quote 0
      • T
        Tom Elliott @CrazyPenguin37
        last edited by Jun 9, 2016, 1:47 AM

        @CrazyPenguin37 can you provide a screenshot of what is/isn’t happening?

        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
        • T
          Tom Elliott
          last edited by Jun 9, 2016, 1:49 AM

          Also what are the links you see referenced? I just did a quick search for ipxe and from the looks of it you need to extract the iso and call it’s files.

          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
          • T
            Tom Elliott
            last edited by Jun 9, 2016, 1:51 AM

            And you both followed this? http://ipxe.org/howto/winpe

            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
            • G
              george1421 Moderator
              last edited by george1421 Jun 8, 2016, 8:09 PM Jun 9, 2016, 2:08 AM

              https://forums.fogproject.org/topic/6284/booting-mdt-2013-litetouch-with-fog
              Method #1 is for booting the winpe iso image
              Method #2 (down a little in the post) is the process for booting the .wim file

              Its been a while since I wrote this KB, but the mdt generated iso image IS a WinPE environment. How are you building your winPE iso image? Understand the instructions from the above link are for setting up the mdt iso using the trunk version of FOG but the concepts are the same if you are managing the iPXE menus by hand. But if you look how I’m doing in method 1 is how you have it setup in your OP.

              Have you burned that iso image to an actual CDROM (or usb drive) and tried to boot the iso that way to see if it actually works.

              Just to be sure that something hasn’t changed in FOG I’ll test booting my mdt winpe iso image in the morning.

              As Tom posting what part isn’t working with the boot? A screen shot of the error might help narrow in on a solution.

              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
              • Q
                Quazz Moderator
                last edited by Jun 9, 2016, 6:57 AM

                Where exactly on the server is your ISO stored? The full path would be helpful.

                1 Reply Last reply Reply Quote 0
                • G
                  george1421 Moderator
                  last edited by george1421 Jun 9, 2016, 7:08 AM Jun 9, 2016, 12:28 PM

                  I can confirm that I can pxe boot a mdt (Win10 PE) iso image following my instructions from the tutorial.

                  I placed the iso files in /var/www/html/iso and that made the parameters block look like this:

                  initrd http://192.168.1.88/iso/LiteTouchPE_x86.iso
                  chain memdisk iso raw
                  

                  I did this on a freshly built FOG server so there was no left over magical foo from last time I tested it.

                  You have to be very aware of case because to unix (linux) case IS important!!

                  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
                  • G
                    george1421 Moderator @LordRaptor333
                    last edited by george1421 Jun 9, 2016, 6:34 AM Jun 9, 2016, 12:34 PM

                    @LordRaptor333 said in Booting WinPE from Advanced Menu:

                    I am having the same exact issue right now also. I have become so frustrated that I actually have built my own WinPE PXE boot server and if I can’t resolve this, I may just have to retire the fog and just move on to doing everything through my PXE server using just .wim files. I really like the user friendliness of fog, but I could always just automate everything with the WinPE iso. Please help solve this because I don’t want to give up on fog.

                    To be totally fair here, this is not a FOG problem. What you are doing is not the primary (or even secondary focus) of the FOG Project. I understand your frustration because I’ve tried to make open source systems do things it was not designed to do too. Some times I’ve been successful but most of the time it was a waste of effort. But I can tell you that it is possible to boot both winpe by both the .wim file and the .iso image via the trunk version of 1.2.0 of fog. It does work.

                    If you are willing to open your own thread, we are willing to help you get it worked out, but you have to remember that what you are doing is not the focus of the FOG project.

                    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 9, 2016, 1:02 PM Reply Quote 0
                    • J
                      Junkhacker Developer @george1421
                      last edited by Junkhacker Jun 9, 2016, 8:53 AM Jun 9, 2016, 1:02 PM

                      the biggest problem people seem to have with WinPE iso booting is remembering that the url you enter into the menu is case sensitive. have you verified the exact link?

                      signature:
                      Junkhacker
                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                      1 Reply Last reply Reply Quote 0
                      • L
                        LordRaptor333
                        last edited by Jun 9, 2016, 1:47 PM

                        Awesome help george 1421!!! That was my issue all along was that I was not using the /var/www/html/iso, but I was pointing directly to just /iso. It all makes sense now. Thanks for all the help!!! WinPE is successfully booting for me!!! Great work FOG and thank you for the advanced menu!!!

                        1 Reply Last reply Reply Quote 3
                        • 1 / 1
                        1 / 1
                        • First post
                          6/11
                          Last post

                        220

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project