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

UEFI won boot tools via fog menu.

Scheduled Pinned Locked Moved Solved
FOG Problems
6
94
37.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.
  • D
    dureal99d @dureal99d
    last edited by Oct 4, 2016, 9:06 AM

    @Quazz that is my entire config file

    Q 1 Reply Last reply Oct 4, 2016, 9:09 AM Reply Quote 0
    • Q
      Quazz Moderator @dureal99d
      last edited by Oct 4, 2016, 9:09 AM

      @dureal99d I think the main problem is most likely that the nfs location those boot options want to use isn’t being exported by your FOG server.

      Check /etc/exports to confirm

      D 1 Reply Last reply Oct 4, 2016, 9:12 AM Reply Quote 0
      • D
        dureal99d @Quazz
        last edited by dureal99d Oct 4, 2016, 3:14 AM Oct 4, 2016, 9:12 AM

        @Quazz the files are being exported via nfs server of Ubuntu

        /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)
        /images2 *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=2)
        /images2/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=3)
        /var/www/html/bootimgs *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
        /opt/bootimgs *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)```
        Q 1 Reply Last reply Oct 4, 2016, 9:26 AM Reply Quote 0
        • Q
          Quazz Moderator @dureal99d
          last edited by Oct 4, 2016, 9:26 AM

          @dureal99d They need to have fsid assigned at the very least to work properly as far as I know.

          D 1 Reply Last reply Oct 4, 2016, 9:32 AM Reply Quote 1
          • D
            dureal99d @Quazz
            last edited by Oct 4, 2016, 9:32 AM

            @Quazz said in UEFI won boot tools via fog menu.:

            fsid

            fsid? i see add fsid=4 fsid=5 to the exports

            D 1 Reply Last reply Oct 4, 2016, 9:40 AM Reply Quote 0
            • D
              dureal99d @dureal99d
              last edited by Oct 4, 2016, 9:40 AM

              @dureal99d said in UEFI won boot tools via fog menu.:

              i see add

              @Quazz I shall add fsid= to the export and shall report back

              Q 1 Reply Last reply Oct 4, 2016, 9:42 AM Reply Quote 0
              • Q
                Quazz Moderator @dureal99d
                last edited by Oct 4, 2016, 9:42 AM

                @dureal99d You’ll also need to run

                exportfs -a
                

                After that.

                Use

                showmount -e 127.0.0.1
                

                to confirm

                D 1 Reply Last reply Oct 4, 2016, 9:46 AM Reply Quote 1
                • D
                  dureal99d @Quazz
                  last edited by Oct 4, 2016, 9:46 AM

                  @Quazz said in UEFI won boot tools via fog menu.:

                  showmount -e 127.0.0.1

                  dureal99d@dureal99d-Precision-WorkStation-T5400:~$ sudo exportfs -a
                  exportfs: /etc/exports [5]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/var/www/html/bootimgs".
                    Assuming default behaviour ('no_subtree_check').
                    NOTE: this default has changed since nfs-utils version 1.0.x
                  
                  exportfs: /etc/exports [6]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/opt/bootimgs".
                    Assuming default behaviour ('no_subtree_check').
                    NOTE: this default has changed since nfs-utils version 1.0.x
                  
                  exportfs: duplicated export entries:
                  exportfs: 	*:/opt/bootimgs
                  exportfs: 	*:/opt/bootimgs
                  dureal99d@dureal99d-Precision-WorkStation-T5400:~$ showmount -e 127.0.0.1
                  Export list for 127.0.0.1:
                  /opt/bootimgs *
                  /images2/dev  *
                  /images2      *
                  /images/dev   *
                  /images       *
                  
                  Q 1 Reply Last reply Oct 4, 2016, 9:47 AM Reply Quote 0
                  • Q
                    Quazz Moderator @dureal99d
                    last edited by Oct 4, 2016, 9:47 AM

                    @dureal99d You’ll need to add subtree_check as well, otherwise any folders underneath it won’t be accessible.

                    D 1 Reply Last reply Oct 4, 2016, 9:51 AM Reply Quote 1
                    • D
                      dureal99d @Quazz
                      last edited by dureal99d Oct 4, 2016, 3:52 AM Oct 4, 2016, 9:51 AM

                      @Quazz

                      dureal99d@dureal99d-Precision-WorkStation-T5400:~$ sudo exportfs -a
                      exportfs: duplicated export entries:
                      exportfs: 	*:/opt/bootimgs
                      exportfs: 	*:/opt/bootimgs
                      dureal99d@dureal99d-Precision-WorkStation-T5400:~$ showmount -e 127.0.0.1
                      Export list for 127.0.0.1:
                      /opt/bootimgs *
                      /images2/dev  *
                      /images2      *
                      /images/dev   *
                      /images       *
                      dureal99d@dureal99d-Precision-WorkStation-T5400:~$ ```
                      
                      Does this look right?
                      
                      /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)
                      /images2 *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=2)
                      /images2/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=3)
                      /var/www/html/bootimgs *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=4)
                      /opt/bootimgs *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=5)
                      Q T 2 Replies Last reply Oct 4, 2016, 9:52 AM Reply Quote 0
                      • Q
                        Quazz Moderator @dureal99d
                        last edited by Oct 4, 2016, 9:52 AM

                        @dureal99d It’s trying to export /opt/bootimgs twice.

                        Is it a symbolic link or something?

                        Either way, it should probably work now, might need to restart NFS service, though.

                        D 1 Reply Last reply Oct 4, 2016, 9:56 AM Reply Quote 0
                        • D
                          dureal99d @Quazz
                          last edited by Oct 4, 2016, 9:56 AM

                          @Quazz

                          0_1475574962653_CentOS 64-bit (2)-2016-10-04-04-55-07.png

                          Q 1 Reply Last reply Oct 4, 2016, 10:00 AM Reply Quote 0
                          • Q
                            Quazz Moderator @dureal99d
                            last edited by Oct 4, 2016, 10:00 AM

                            @dureal99d Looking at my own boot items, I do not appear to have a trailing slash. Try removing that from your boot options.

                            If it still has issues after that, see if you can manually mount that NFS location.

                            You can base yourself on https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_NFS replace paths where necessary.

                            D 1 Reply Last reply Oct 4, 2016, 10:02 AM Reply Quote 0
                            • D
                              dureal99d @Quazz
                              last edited by Oct 4, 2016, 10:02 AM

                              @Quazz Keep in mind in bios boot mode these options work just fine, the issue exist in uefi mode.

                              also, what is a trailing slash?

                              Q 1 Reply Last reply Oct 4, 2016, 10:05 AM Reply Quote 0
                              • Q
                                Quazz Moderator @dureal99d
                                last edited by Oct 4, 2016, 10:05 AM

                                @dureal99d It’s a forward slash / at the end of the url.

                                I don’t know why it would work in BIOS mode, honestly. Or perhaps why not in UEFI. Secure Boot is off on the target device, right?

                                D 1 Reply Last reply Oct 4, 2016, 10:07 AM Reply Quote 0
                                • D
                                  dureal99d @Quazz
                                  last edited by Oct 4, 2016, 10:07 AM

                                  @Quazz said in UEFI won boot tools via fog menu.:

                                  know why it would work in BIOS mode

                                  yes I am also at a loss, that is also what I find strange, I see no reason I can upload and download an image but not boot these isos in uefi mode. its crazy to me. but ive read uefi is pretty pick about stuff so who knows?

                                  T 1 Reply Last reply Oct 4, 2016, 10:58 AM Reply Quote 0
                                  • T
                                    Tom Elliott @dureal99d
                                    last edited by Oct 4, 2016, 10:56 AM

                                    @dureal99d You should use subtree_check, not no_subtree_check.

                                    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 Oct 4, 2016, 11:00 AM Reply Quote 1
                                    • T
                                      Tom Elliott @dureal99d
                                      last edited by Oct 4, 2016, 10:58 AM

                                      @dureal99d ISO’s can be created to run in only “BIOS” mode. This means, while UEFI is backwards compatible from a support perspective, the ISO’s have no idea how to use UEFI. BIOS expects certain things to run. You must remember BIOS booting has been around, essentially, since the beginning of personal computers. UEFI is relatively new so simply saying “UEFI is supposed to be backwards compatible” doesn’t mean much. EFI has been around for quite some time, but only recently has it been in “major” 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! 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 Oct 4, 2016, 11:04 AM Reply Quote 3
                                      • D
                                        dureal99d @Tom Elliott
                                        last edited by Oct 4, 2016, 11:00 AM

                                        @Tom-Elliott Ok I’m going to try that now

                                        also i tried this config and its getting farther than before by loads

                                        0_1475578826119_CentOS 64-bit (2)-2016-10-04-05-59-59.png

                                        initrd http://${fog-ip}/bootimgs/16.04.1_64/casper/initrd.lz
                                        chain http://${fog-ip}/bootimgs/16.04.1_64/casper/vmlinuz.efi initrd=initrd.lz root=http://${fog-ip}/bootimgs/16.04.1_64/casper/squashfs
                                        ip=dhcp – || read void
                                        boot || goto MENU```
                                        Q 1 Reply Last reply Oct 4, 2016, 11:02 AM Reply Quote 0
                                        • T
                                          Tom Elliott @dureal99d
                                          last edited by Oct 4, 2016, 11:00 AM

                                          @dureal99d The post I’m linking here.

                                          You are missing the initrd= statement. You will likely need to add: initrd=initrd.lz (or the respective initrd filename) to each of your menu entries.

                                          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
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 5 / 5
                                          5 / 5
                                          • First post
                                            74/94
                                            Last post

                                          157

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project