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

How to pxe boot cent os 7

Scheduled Pinned Locked Moved Solved
General
5
63
29.0k
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.
  • W
    Wayne Workman @dureal99d
    last edited by Wayne Workman Sep 6, 2016, 8:19 PM Sep 7, 2016, 2:18 AM

    @dureal99d our Troubleshoot NFS article linked below explains troubleshooting NFS as it relates to FOG, might help you with understanding.

    But let’s take a basic example?

    The images directory. It’s exported as such:

    /images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)

    Say that server’s IP address is 10.0.0.4. From a remote Linux box, I’d mount this NFS shared directory to a local directory called /mnt as such:

    mount 10.0.0.4:/images /mnt

    Now, if I were to try to describe to you how to do this but try to also say “replace this field”, I might say:

    mount <your IP here>:/images /mnt all this means is completely remove the left & right carrots and put an IP there instead.

    But, to the root of the issue, it looks like your boot menu is using http which has absolutely nothing to do with NFS at all. Completely nothing to do with it.

    If you were to put your ISOs somewhere else, and create a soft symbolic link to them somewhere in the web directory, and then set permissions properly and path your menu properly, you can get these things working again. We would need to know where you’re putting stuff to help out.

    https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_NFS

    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!
    Daily Clean Installation Results:
    https://fogtesting.fogproject.us/
    FOG Reporting:
    https://fog-external-reporting-results.fogproject.us/

    D 1 Reply Last reply Sep 7, 2016, 2:27 AM Reply Quote 0
    • T
      Tom Elliott @dureal99d
      last edited by Sep 7, 2016, 2:19 AM

      @dureal99d lose the -t nfs?

      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

      D 1 Reply Last reply Sep 7, 2016, 2:28 AM Reply Quote 0
      • D
        dureal99d @Wayne Workman
        last edited by Sep 7, 2016, 2:27 AM

        @Wayne-Workman as suggested by @george1421 I am moving all my files to a folder called /opt/bootimgs on my Linux box

        W 1 Reply Last reply Sep 7, 2016, 2:29 AM Reply Quote 0
        • D
          dureal99d @Tom Elliott
          last edited by dureal99d Sep 6, 2016, 8:29 PM Sep 7, 2016, 2:28 AM

          @Tom-Elliott removed the suggested lines from the command same result

          1 Reply Last reply Reply Quote 0
          • W
            Wayne Workman @dureal99d
            last edited by Sep 7, 2016, 2:29 AM

            @dureal99d said in How to pxe boot cent os 7:

            @Wayne-Workman as suggested by @george1421 I am moving all my files to a folder called /opt/bootimgs on my Linux box

            Because your boot menu is using http, you would still need to create a soft symbolic link from this new directory to somewhere in the web directory.

            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!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            D 1 Reply Last reply Sep 7, 2016, 2:30 AM Reply Quote 0
            • D
              dureal99d @Wayne Workman
              last edited by Sep 7, 2016, 2:30 AM

              @Wayne-Workman said in How to pxe boot cent os 7:

              you would still need to create a soft symbolic link from this new directory to somewhere in the web directory.

              Ok how do i create this soft link?

              W 1 Reply Last reply Sep 7, 2016, 2:38 AM Reply Quote 0
              • W
                Wayne Workman @dureal99d
                last edited by Wayne Workman Sep 6, 2016, 8:40 PM Sep 7, 2016, 2:38 AM

                @dureal99d The syntax is:

                ln -s <source> <destination>

                You should remove the left/right carrots when running the command.
                If all the ISOs are in /opt/bootimgs the command would be:
                ln -s /opt/bootimgs /var/www/html

                Of course, apache needs access to this new directory also. It’s fine to set ownership of /opt/bootimgs to apache:root or 777 or something.

                And your resultant web path to these files would then be:
                http://<IP>/bootimgs/whatever

                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!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                D 2 Replies Last reply Sep 7, 2016, 2:42 AM Reply Quote 0
                • D
                  dureal99d @Wayne Workman
                  last edited by Sep 7, 2016, 2:42 AM

                  @Wayne-Workman ok ima get on it and post the results shortly

                  T 1 Reply Last reply Sep 7, 2016, 2:43 AM Reply Quote 0
                  • T
                    Tom Elliott @dureal99d
                    last edited by Sep 7, 2016, 2:43 AM

                    @dureal99d after setting the new nfs paths, did you run exportfs -a

                    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

                    D 2 Replies Last reply Sep 7, 2016, 2:47 AM Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Sep 7, 2016, 2:44 AM

                      Also may be useful to see the exact command you’re typing now.

                      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

                      D 1 Reply Last reply Sep 7, 2016, 2:46 AM Reply Quote 0
                      • D
                        dureal99d @Tom Elliott
                        last edited by Sep 7, 2016, 2:46 AM

                        @Tom-Elliott sudo mount 192.168.1.109:/opt/bootimgs/fedora /mnt

                        T 1 Reply Last reply Sep 7, 2016, 3:12 AM Reply Quote 0
                        • D
                          dureal99d @Tom Elliott
                          last edited by Sep 7, 2016, 2:47 AM

                          @Tom-Elliott no, i didnt know i had to, but will try it

                          1 Reply Last reply Reply Quote 0
                          • D
                            dureal99d @Tom Elliott
                            last edited by Sep 7, 2016, 2:57 AM

                            @Tom-Elliott said in How to pxe boot cent os 7:

                            exportfs -a

                            exportfs: /etc/exports [3]: Neither ‘subtree_check’ or ‘no_subtree_check’ specified for export “*:/var/www/fog/service/ipxe”.
                            Assuming default behaviour (‘no_subtree_check’).
                            NOTE: this default has changed since nfs-utils version 1.0.x

                            exportfs: /etc/exports [4]: Neither ‘subtree_check’ or ‘no_subtree_check’ specified for export “*:/opt/bootimgs/fedora”.
                            Assuming default behaviour (‘no_subtree_check’).
                            NOTE: this default has changed since nfs-utils version 1.0.x

                            T 1 Reply Last reply Sep 7, 2016, 2:59 AM Reply Quote 0
                            • T
                              Tom Elliott @dureal99d
                              last edited by Sep 7, 2016, 2:59 AM

                              @dureal99d those messages are fine
                              Any luck mounting now?

                              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

                              D 1 Reply Last reply Sep 7, 2016, 3:06 AM Reply Quote 0
                              • D
                                dureal99d @Tom Elliott
                                last edited by Sep 7, 2016, 3:06 AM

                                @Tom-Elliott said in How to pxe boot cent os 7:

                                @dureal99d those messages are fine
                                Any luck mounting now?

                                No luck

                                T 1 Reply Last reply Sep 7, 2016, 3:09 AM Reply Quote 0
                                • T
                                  Tom Elliott @dureal99d
                                  last edited by Sep 7, 2016, 3:09 AM

                                  @dureal99d can you post your exports file again?

                                  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

                                  D 1 Reply Last reply Sep 7, 2016, 3:10 AM Reply Quote 0
                                  • D
                                    dureal99d @Tom Elliott
                                    last edited by Sep 7, 2016, 3:10 AM

                                    @Tom-Elliott said in How to pxe boot cent os 7:

                                    @dureal99d can you post your exports file again?

                                    /images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
                                    /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
                                    /var/www/fog/service/ipxe *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
                                    /opt/bootimgs *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Tom Elliott @dureal99d
                                      last edited by Tom Elliott Sep 6, 2016, 9:15 PM Sep 7, 2016, 3:12 AM

                                      @dureal99d That’s the issue you can’t mount a full path. Only mount up to the bootimgs folder.

                                      Instead of:
                                      mount 192.168.1.109:/opt/bootimgs/fedora /mnt use :
                                      mount 192.168.1.109:/opt/bootimgs /mnt

                                      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

                                      D 2 Replies Last reply Sep 7, 2016, 3:15 AM Reply Quote 0
                                      • D
                                        dureal99d @Tom Elliott
                                        last edited by Sep 7, 2016, 3:15 AM

                                        This post is deleted!
                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          dureal99d @Tom Elliott
                                          last edited by Sep 7, 2016, 3:20 AM

                                          @Tom-Elliott said in How to pxe boot cent os 7:

                                          mount 192.168.1.109:/opt/bootimgs /mnt

                                          mount: wrong fs type, bad option, bad superblock on 192.168.1.109:/opt/bootimgs,
                                          missing codepage or helper program, or other error
                                          (for several filesystems (e.g. nfs, cifs) you might
                                          need a /sbin/mount.<type> helper program)

                                             In some cases useful info is found in syslog - try
                                             dmesg | tail or so.
                                          
                                          T 1 Reply Last reply Sep 7, 2016, 3:21 AM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 2 / 4
                                          2 / 4
                                          • First post
                                            33/63
                                            Last post

                                          156

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project