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

Centos Help

Scheduled Pinned Locked Moved Solved
Linux Problems
3
25
4.9k
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.
  • M
    mwright @george1421
    last edited by Jul 11, 2018, 2:12 AM

    @george1421 The firmware is up to date. So it is not that, and we normally use Clonezilla and it was able to find the issue, I think I did something wrong and I do not know what.

    1 Reply Last reply Reply Quote 0
    • M
      mwright @george1421
      last edited by Jul 11, 2018, 4:36 AM

      @george1421 You were right, it is something with the computer. I tried a windows 10 machine and it worked instantly.

      G 1 Reply Last reply Jul 11, 2018, 10:05 AM Reply Quote 0
      • G
        george1421 Moderator @mwright
        last edited by Jul 11, 2018, 10:05 AM

        @mwright There are different ipxe kernels you can try to see if they work better. You are using the isc-dhcp server for boot information. In that file (first picture you provided) there is arch 0000 line it lists undionly.kkpxe as the boot file. You could test by replacing undionly.kkpxe with ipxe.kpxe then reboot the fog server. See if that boot kernel works better for that hardware.

        The undionly.kpxe uses the undi driver to speak to the network adapter, where it uses bits of the built in network driver, where the ipxe.kpxe boot kernel has all of its own built in network drivers. The undionly.kpxe has wider support for more hardware because it uses parts of the nic’s built in driver, where ipxe.kpxe has its own drivers.

        If the ipxe.kpxe driver doesn’t work for this hardware, then switch back to the undionly.kpxe. If it does work then we need to see how we can make isc-dhcp to dynamically adjust according to the boot device.

        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!

        M 1 Reply Last reply Jul 11, 2018, 10:12 PM Reply Quote 0
        • H
          hvaransky
          last edited by Jul 11, 2018, 4:14 PM

          We have gotten further than you have, with using the undionly file, however, our image has 3 partitions, and only the 1st one will write. After it finished, it says cloned successfully and stops. We are also using CentOS with Fog version 1.4.4

          G 1 Reply Last reply Jul 11, 2018, 9:54 PM Reply Quote 0
          • G
            george1421 Moderator @hvaransky
            last edited by Jul 11, 2018, 9:54 PM

            @hvaransky Are you trying to image a HP Compaq Pro 4300 too?

            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!

            H 1 Reply Last reply Jul 17, 2018, 7:12 PM Reply Quote 0
            • M
              mwright @george1421
              last edited by Jul 11, 2018, 10:12 PM

              @george1421 I will make the change that you suggested, but I ran it through setup again, on the windows 10 and I got a different error, It seems like fog is not pointing at its new IP address, I ran the installer but it doesn’t seem to want to change. 0_1531347128316_20180711_150146.jpg

              G 1 Reply Last reply Jul 11, 2018, 10:17 PM Reply Quote 0
              • G
                george1421 Moderator @mwright
                last edited by Jul 11, 2018, 10:17 PM

                @mwright OK this is moving in the right direction. Do I understand that 65.50.x.x is the wrong address for the fog server?

                If so you need to update it in 4 spots.

                1. In /opt/fog/.fogsettings file. That needs to have the current IP address of the fog server.
                2. In /tftpboot/default.ipxe
                3. In the webui FOG Settings->FOG Configuration, Just hit the expand all and search for “65.50.”
                4. Storage node Master node default. The IP address is in there too.

                Once you get all of those places cleaned up then try to pxe boot again. You are sooooooo close.

                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!

                M 1 Reply Last reply Jul 11, 2018, 10:28 PM Reply Quote 0
                • M
                  mwright @george1421
                  last edited by Jul 11, 2018, 10:28 PM

                  @george1421 Where is the storage node master node default?

                  G 1 Reply Last reply Jul 11, 2018, 10:34 PM Reply Quote 0
                  • G
                    george1421 Moderator @mwright
                    last edited by Jul 11, 2018, 10:34 PM

                    @mwright Storage Management. If you only have one fog server, then there should only be one storage node configuration in there called “default”

                    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!

                    M 1 Reply Last reply Jul 11, 2018, 10:37 PM Reply Quote 0
                    • M
                      mwright @george1421
                      last edited by Jul 11, 2018, 10:37 PM

                      @george1421 Thank you so much for the help! You are a life saver!

                      1 Reply Last reply Reply Quote 0
                      • H
                        hvaransky @george1421
                        last edited by Jul 17, 2018, 7:12 PM

                        @george1421 We were trying an HP 8200 Elite, however, we also tried a 4300 and got the same result.

                        G 2 Replies Last reply Jul 17, 2018, 7:14 PM Reply Quote 0
                        • G
                          george1421 Moderator @hvaransky
                          last edited by Jul 17, 2018, 7:14 PM

                          @hvaransky said in Centos Help:

                          got the same result

                          Sorry I read too many threads here, same results as what? The OP had several issues here.

                          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 @hvaransky
                            last edited by Jul 17, 2018, 7:16 PM

                            @hvaransky I also recommend you open a new thread unless your fog server and configurations are exactly the same as the OP’s I don’t want to confuse posted information because we are talking about different setups.

                            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
                            • 2
                            • 2 / 2
                            2 / 2
                            • First post
                              22/25
                              Last post

                            199

                            Online

                            12.1k

                            Users

                            17.3k

                            Topics

                            155.4k

                            Posts
                            Copyright © 2012-2024 FOG Project