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

    boot iso XP legacy

    Scheduled Pinned Locked Moved
    General
    3
    31
    5.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.
    • B
      bluedark @george1421
      last edited by

      @george1421 thank you very much for your reply.
      In fact, I don’t see concretely what is FOG used for compared to ipxe?
      Currently I have my ipxe which is on my dhcp server and which will look for the installations which are on my nfs server.
      I don’t have a web user interface.
      Here my ipxe config (sorry in french) : alt text
      UI on boot pxe : alt text
      And my problem setup XP on winPE : alt text

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

        @bluedark OK I see the issue I was having. You said a few things that didn’t link with the way FOG works. I was under the impression you were using FOG as a netboot server as outlined in this tutorial: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images

        FOG is a disk imaging tool, where you create a golden/master/mother image on a computer, then capture that image with FOG and deploy that image to many computers. FOG is built on top of other open source projects like iPXE, ISC-DHCP, rEFInd, etc. Within FOG’s web ui there is a utility that FOG Admins can create custom iPXE menus to do other things (like netbooting) that is not related to FOG imaging. I had the impression you where reusing FOG for netbooting and not for imaging as it was designed.

        I can offer you a few tips with your ipxe menu. From what I can see of the screen shot of the ipxe menu your winpe entries will (should) only boot under bios, for uefi booting you need to use the -n command switch as in this post: https://forums.fogproject.org/post/103331

        Remember you can use different protocols for netbooting beyond nfs. You can use http which is very scalable and fast protocol.

        You are running winsetup on your winpe instance. Can winPE see the target disk?

        Can you run diskpart from winpe and remove all partitions on the target computer?

        What target hardware are you trying to install XP on?

        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!

        B 1 Reply Last reply Reply Quote 0
        • B
          bluedark @george1421
          last edited by

          @george1421 no need for the -n switch, the winpe boot in legacy as well as uefi.
          I can see the disk and partitions from winPE (verified with diskpart).
          I do a clean on the disk.
          I try to install XP in pxe from several different workstations and I also test on hyper-v virtual machines.
          Always the same problem…

          george1421G 1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott
            last edited by

            Exactly how large is the ISO, how much memory is available to the machines you’re trying to load the ISO from?

            If the ISO is 2GB for example, then you need at least 2GB of RAM for the ISO to load to the machine.

            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

            B 1 Reply Last reply Reply Quote 0
            • B
              bluedark @Tom Elliott
              last edited by

              @Tom-Elliott the iso is 600MB and the machines are 4GB

              Tom ElliottT 1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @bluedark
                last edited by

                @bluedark And you’re 100% certain this ISO is capable of installing XP?

                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

                B 1 Reply Last reply Reply Quote 0
                • B
                  bluedark @Tom Elliott
                  last edited by

                  @Tom-Elliott yes I can install XP with this iso

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

                    @bluedark What hardware are you trying to install XP on? Manufacturer and model?

                    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!

                    B 2 Replies Last reply Reply Quote 0
                    • B
                      bluedark @george1421
                      last edited by

                      @george1421 I test on several different machines (HP, dell, …) and also on virtual machines on hyper-v. Always the same problem

                      1 Reply Last reply Reply Quote 0
                      • B
                        bluedark @george1421
                        last edited by

                        @george1421 in fact, I have the impression that when I want to start the installation of XP with the iso from a minimum vista machine, it does not work. From a machine already in XP, ok, the line is not grayed out. How then to start installations of XP from winPE?

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

                          @bluedark See this is where I was saying about WFWG and lanmanager protocol. You have to realize this is a 20 year old OS so my mind is a bit fuzzy, but you need to boot DOS mode where WinPE is probably running in 32 bit mode. I know I did it back in the day… or we just booted off a USB stick with all of the installer files on it.

                          See if you were using FOG and captured the XP image fully installed, sysprep it and then you could deploy it to other like hardware.

                          edit: Hmm this looks interesting https://www.netbootdisk.com/

                          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!

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            bluedark @george1421
                            last edited by

                            @george1421 I have something new.
                            I recreated a winpe image with adk under windows 8.
                            This time when I run winnt32 I can start the installation, as the screenshot shows : alt text

                            BUT after 2 or 3 minutes I automatically come back on the winpe command prompt …

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

                              @bluedark Well its now getting stopped at preparing for the installation. I would think at this point it should try to partition and format the disk. This might be a hardware issue in that XP may not understand the disk controller installed. I remember issues between <something> and ahci mode. If you didn’t have the drivers for ahci mode the system would fail to install.

                              So are you trying to install under a hypervisor or a physical machine? Right now we don’t know if the fault is in the winpe image or the XP installer.

                              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!

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

                                I did a little google-fu and found these two article that may help you get started.

                                The first one uses a bartpe environment. The instructions are for syslinux pxe booting but they can be converted to ipxe pretty easily.
                                http://www.codesingh.com/2009/06/walkthrough-install-win-xp-by-booting.html

                                This one is a bit more detailed, but it looks interesting and most likely will work without a bartpe image. The bootfloppy files from the sourceforge site looks interesting too.
                                https://www.funtoo.org/PXE_Network_Windows_Installation

                                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
                                • B
                                  bluedark @george1421
                                  last edited by

                                  @george1421 same probleme whether on physical machines or hyper-v virtual machines. And I am in IDE and not in AHCI in both cases

                                  B 1 Reply Last reply Reply Quote 0
                                  • B
                                    bluedark @bluedark
                                    last edited by

                                    I found a solution. I am using WinNTsetup4 which I run from winPE and it works. I don’t know what else he does but it works so I won’t look. Thank you for helping me !

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

                                    191

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project