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

    Hard Disk not found after Deployment

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    37
    4.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.
    • george1421G
      george1421 Moderator @vanopy
      last edited by george1421

      @vanopy Oh so you are using the C# (retired) application or is it the (retired) flash based management? If its the C# application I can understand why its not working.

      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!

      V 1 Reply Last reply Reply Quote 0
      • V
        vanopy @george1421
        last edited by

        @george1421 The flash based… Just tried to login directly on the client and now I see the option…
        Was always used to work this way and didn’t even realize I was lacking quite some options by doing so.
        Seems that it was an ID10T error, sorry about that 🙂
        I’ll give it another try now, thank you!

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

          @vanopy If you have vCenter the flash based ui that part of that is close to the standalone C# vsphere application. But that too is being retired. You will need to get use to the html5 web ui sooner or later. I finally gave up about a year ago and started using the vCenter html5 web ui even though the flash based ui was nicer to use.

          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!

          V 1 Reply Last reply Reply Quote 0
          • V
            vanopy @george1421
            last edited by

            @george1421 May I ask for your assistance one more time please?
            I believe I have everything ready, but now I would need to know how to get my UEFI VM to PXE boot.
            I’ve tried the boot option EFI Network, but it just sits as this screen and nothing happens:

            c2e17aab-d7fb-43c8-a7da-5ad51e82267f-image.png

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

              @vanopy So the next question is have you ever pxe booted a uefi machine in your environment? If not then you need to change dhcp option 67 to ipxe.efi. And/or setup the dynamic pxe boot options on your dhcp server.

              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!

              V 2 Replies Last reply Reply Quote 0
              • V
                vanopy @george1421
                last edited by

                @george1421 Yes, several times. Never a VM though… dhcp option 67 is already ipxe.efi

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

                  @vanopy This is interesting since it just works for me on esxi

                  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
                  • V
                    vanopy @george1421
                    last edited by

                    @george1421 It’s like this:

                    7c60aad3-1266-4015-8608-81879c4bd987-image.png

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

                      @vanopy So just for grins if you switch it back to bios mode it pxe boots correctly?

                      Also I noticed you only have 1 uefi filter. There are two (three) types you should define. 006 007 and 009.

                      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!

                      V 1 Reply Last reply Reply Quote 0
                      • V
                        vanopy @george1421
                        last edited by

                        @george1421 Yes, I’ve done it earlier today in BIOS mode and that worked fine.
                        Ok, I see, I will also add those.

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

                          @vanopy If you only define to you need efi-64 and efi-bc to cover all of your x64 bases.

                          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!

                          V 1 Reply Last reply Reply Quote 0
                          • V
                            vanopy @george1421
                            last edited by

                            @george1421 So I’m looking into this again…
                            I’ve adjusted everything on the DHCP as I believe it should be.
                            I also found an article saying that I should use vmxnet3 as the network adapter instead of the E1000, which could have difficulties with PXE Booting.

                            I’m now getting a different error message when I’m trying the UEFI PXE Boot, I’m getting the following:
                            succeed to download nbp file unsuccessful

                            Any idea what else could be going wrong for me?

                            Thanks again.

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

                              @vanopy said in Hard Disk not found after Deployment:

                              succeed to download nbp file unsuccessful

                              Well this tells me the file name asked for was not delivered to the uefi firmware (NBP would indicate uefi firmware). If tftp is logging to syslog or its own log file (in /var/log directory) you might be able to see what file name is being requested. If not you can setup tcpdump to capture the entire dhcp/pxe booting process that will give us an idea what is going wrong. I have a tutorial for that: https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue

                              But now you know that the pxe booting client is at least getting the information needed to pxe boot. It might not be getting the right information, but at least its getting something.

                              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!

                              V 1 Reply Last reply Reply Quote 0
                              • V
                                vanopy @george1421
                                last edited by

                                This post is deleted!
                                george1421G 1 Reply Last reply Reply Quote 0
                                • george1421G
                                  george1421 Moderator @vanopy
                                  last edited by

                                  @vanopy You were too quick to request, I just posted a link to it in the previous post

                                  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!

                                  V 2 Replies Last reply Reply Quote 0
                                  • V
                                    vanopy @george1421
                                    last edited by

                                    @george1421 Already removed it when I saw it, thank you!
                                    I will give it a try and get back to you.

                                    1 Reply Last reply Reply Quote 0
                                    • V
                                      vanopy @george1421
                                      last edited by

                                      @george1421 Ok, I think this may have been helpful, George.
                                      What I’m seeing is the following:

                                      cb8a6a48-7fbf-4c40-8421-bcde725200d6-image.png

                                      But shouldn’t it be referring to ipxe.efi instead of undionly.kpxe?

                                      V 1 Reply Last reply Reply Quote 0
                                      • V
                                        vanopy @vanopy
                                        last edited by

                                        @vanopy said in Hard Disk not found after Deployment:

                                        @george1421 Ok, I think this may have been helpful, George.
                                        What I’m seeing is the following:

                                        cb8a6a48-7fbf-4c40-8421-bcde725200d6-image.png

                                        But shouldn’t it be referring to ipxe.efi instead of undionly.kpxe?

                                        Maybe this isn’t making any sense what I’m saying…

                                        Anyway, this is the output I get when I perform tcpdump -i any port 67 or port 68 or port 69 or port 4011
                                        When I enter the command which is in your tutorial, I’m getting the following error:
                                        NFLOG link-layer type filtering not implemented.

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

                                          @vanopy Well, we can see from the tftp log that the target computer is asking for undionly.kpxe. The issue is from the NBP message you posted before, the target system is uefi based. You can not load a bios based boot loader on a uefi based system.

                                          The quick fix would be to change dhcp option 67 to send ipxe.efi (uefi boot loader) to the target system and then try to pxe boot it.

                                          Now I have to say 2 things.

                                          1. Did you specifically configure the vm for uefi mode? The default when a new VM is created (at least for VMWare Workstation and ESXi is BIOS mode).
                                          2. If you need to support both bios and uefi based systems in your environment and have either a linux or windows 2012 or later dhcp server there is a configuration you can use to make dynamic support for both systems functional.

                                          Finally
                                          “NFLOG link-layer type filtering not implemented”
                                          What linux distribution is running on your FOG server?

                                          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!

                                          V 1 Reply Last reply Reply Quote 0
                                          • V
                                            vanopy @george1421
                                            last edited by

                                            @george1421 1. Yes, I’m sure it is specifically configured for Uefi mode.
                                            2. I have a w2012 dhcp server and thought I had it configured for dynamic support. I’ll go through all the settings again to make sure. The thing is, I can PXE boot in UEFI just fine when it’s a physical machine, it’s just the VM which is giving me trouble, but I’ll make sure to check all the settings on my DHCP server.

                                            My FOG server is running on CentOS.

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

                                            220

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project