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

    System Diagnostics

    Scheduled Pinned Locked Moved
    General
    6
    17
    6.5k
    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.
    • J
      Jarli
      last edited by

      OK well that should be fine then.

      The system is connected to a 1G LAN connection.
      Has 4GB of RAM
      and has a i5 with 2.5 Ghz

      Any ideas on what would cause the system to load up until [B][COLOR=#ff6600]“Memdisk to large to load”. [/COLOR][/B][COLOR=#ff6600][COLOR=#000000]When I can run Memtest86+ without issue?[/COLOR][/COLOR]

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

        How large is the iso file you’re attempting to load?

        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
        • A
          Andy Abplanalp Developer
          last edited by

          I may have an older Dell Diagnostics ISO but mine is only 8MB. This is what my PXE menu entry looks like:
          [CODE]:delldiag
          initrd ${boot-url}/iso/diags.iso
          chain memdisk iso raw ||
          echo failed to boot
          prompt
          goto MENU[/CODE]

          Are you using the correct memdisk parameters as above? I have also had better luck compiling my own memdisk execuatable. Here’s mine if you care to try it…

          [url=“/_imported_xf_attachments/1/1051_memdisk.zip?:”]memdisk.zip[/url]

          1 Reply Last reply Reply Quote 0
          • J
            Jarli
            last edited by

            The iso is just over 1011MB
            It can be found here [url]http://www.dell.com/support/home/us/en/555/Drivers/DriversDetails?driverid=W0R66[/url]

            1 Reply Last reply Reply Quote 0
            • J
              Jarli
              last edited by

              I found an older version of the ISO, which is much much much smaller at only 4MB. Will let you guys know what happens from here.

              1 Reply Last reply Reply Quote 0
              • A
                Andy Abplanalp Developer
                last edited by

                When I load my Dell diagnostics ISO into WinISO, it lists it as “Bootable”. When I load the ISO you referenced into WinISO, it says “Non-bootable”. Are you certain this is not one of those Dell ISOs that’s meant to run within the Windows environment?

                1 Reply Last reply Reply Quote 0
                • J
                  Jarli
                  last edited by

                  It very well may be, but I’ve dropped the iso I originally found, and have a bootable version now that I am working on configuring.

                  1 Reply Last reply Reply Quote 0
                  • J
                    Jarli
                    last edited by

                    Well with the smaller Dell Diagnostics, which is now (dell.img) i get an message which is “Bootstrap to large to load”

                    Still testing, just providing an update for anyone who may be monitoring this ticket.

                    1 Reply Last reply Reply Quote 0
                    • E
                      etb
                      last edited by

                      Did you find any resolution to this problem? I’m having the “Memdisk to large to load” issue with ISOs that worked with pxe/FOG .32

                      1 Reply Last reply Reply Quote 0
                      • J
                        Jarli
                        last edited by

                        We ended up using this ISO [url]http://downloads.dell.com/diags/DELL_32-BIT-DIAGNOSTICS_5114-2_R206154.exe[/url]
                        [LIST]
                        []With the above installer you need to run “Create a bootable image”
                        [/LIST]
                        [LIST]
                        [
                        ]This image gets saved on the fog server (at least with a stock install to) /www/fog/service/ipxe
                        [/LIST]
                        And adding this to the boot menu to BootMenu.Class.Php

                        [CODE] }
                        else if ($option == ‘fog.systest’)
                        {

                                print ":$option\n";
                                print "kernel memdisk iso raw\n";
                                print "initrd diags.iso\n";
                                print "boot || goto MENU\n";
                        

                        [/CODE]

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

                          It’s more preferred that you use the advanced menu option in PX E Settings because if you update the boot menu will be reset

                          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
                          • J
                            Jarli
                            last edited by

                            We attempted to use the Advance Boot menu, but were unsuccessful.

                            Given our above example which prompted your note. Copied below.

                            [CODE]
                            }
                            else if ($option == ‘fog.systest’)
                            {

                                    print ":$option\n";
                                    print "kernel memdisk iso raw\n";
                                    print "initrd diags.iso\n";
                                    print "boot || goto MENU\n";
                            

                            [/CODE]

                            How would we add additional boot options to the advanced boot menu.

                            1 Reply Last reply Reply Quote 0
                            • J
                              Jarli
                              last edited by

                              Sorry for coming back to this so late,

                              But how would you add a menu list outside of this using the Advanced Menu option within the PX E settings

                              1 Reply Last reply Reply Quote 0
                              • JunkhackerJ
                                Junkhacker Developer
                                last edited by

                                have you looked at the examples here? [url]http://www.fogproject.org/wiki/index.php/Advanced_Boot_Menu_Configuration_options[/url]

                                signature:
                                Junkhacker
                                We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                1 Reply Last reply Reply Quote 0
                                • J
                                  Jarli
                                  last edited by

                                  We are now looking at these, thank you for the guide.

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

                                  142

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project