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

Could not boot: Input/Output error(http://ipxe.org/1d0c6539)

Scheduled Pinned Locked Moved Solved
FOG Problems
4
30
16.3k
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.
  • T
    Tom Elliott @Wayne Workman
    last edited by Mar 11, 2016, 10:27 PM

    @Wayne-Workman Just some clarification, using mac0/mac1 in the line will work, but you can also just use mac=

    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

    W 1 Reply Last reply Mar 11, 2016, 10:31 PM Reply Quote 0
    • W
      Wayne Workman @Tom Elliott
      last edited by Mar 11, 2016, 10:31 PM

      @Tom-Elliott can you give an example? I think the boot.php function combines them all together with pipe between but I’m not sure.

      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/

      T 1 Reply Last reply Mar 11, 2016, 10:31 PM Reply Quote 0
      • T
        Tom Elliott @Wayne Workman
        last edited by Mar 11, 2016, 10:31 PM

        @Wayne-Workman said:

        http://10.0.0.4/fog/service/ipxe/boot.php?mac0=48:0f:cf:27:72:6f&mac1=14:fe:b5:df:fc:7e

        http://10.0.0.4/fog/service/ipxe/boot.php?mac=48:0f:cf:27:72:6f|14:fe:b5:df:fc:7e

        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 1
        • M
          ManofValor @Tom Elliott
          last edited by Tom Elliott Mar 11, 2016, 4:40 PM Mar 11, 2016, 10:38 PM

          @Tom-Elliott I chose Quick image.

          @Wayne-Workman

          #!ipxe
          set fog-ip 10.10.1.40
          set fog-webroot fog
          set boot-url http://${fog-ip}/${fog-webroot}
          cpuid --ext 29 && set arch x86_64 || set arch i386
          goto get_console
          :console_set
          colour --rgb 0x00567a 1 ||
          colour --rgb 0x00567a 2 ||
          colour --rgb 0x00567a 4 ||
          cpair --foreground 7 --background 2 2 ||
          goto MENU
          :alt_console
          cpair --background 0 1 ||
          cpair --background 1 2 ||
          goto MENU
          :get_console
          console --picture http://10.10.1.40/fog/service/ipxe/bg.png --left 100 --right 80 && goto console_set || goto alt_console
          :MENU
          menu
          colour --rgb 0xff0000 0 ||
          cpair --foreground 1 1 ||
          cpair --foreground 0 3 ||
          cpair --foreground 4 4 ||
          item --gap Host is NOT registered!
          item --gap -- -------------------------------------
          item fog.local Boot from hard disk
          item fog.memtest Run Memtest86+
          item fog.reginput Perform Full Host Registration and Inventory
          item fog.reg Quick Registration and Inventory
          item fog.quickimage Quick Image
          item fog.multijoin Join Multicast Session
          item fog.sysinfo Client System Information (Compatibility)
          choose --default fog.local --timeout 3000 target && goto ${target}
          :fog.local
          sanboot --no-describe --drive 0x80 || goto MENU
          :fog.memtest
          kernel memdisk iso raw
          initrd memtest.bin
          boot || goto MENU
          :fog.reginput
          kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=10.10.1.40/fog/ conosoleblank=0 loglevel=4 mode=manreg
          imgfetch init_32.xz
          boot || goto MENU
          :fog.reg
          kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=10.10.1.40/fog/ conosoleblank=0 loglevel=4 mode=autoreg
          imgfetch init_32.xz
          boot || goto MENU
          :fog.quickimage
          login
          params
          param mac0 ${net0/mac}
          param arch ${arch}
          param username ${username}
          param password ${password}
          param qihost 1
          isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
          isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
          :fog.multijoin
          login
          params
          param mac0 ${net0/mac}
          param arch ${arch}
          param username ${username}
          param password ${password}
          param sessionJoin 1
          isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
          isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
          :fog.sysinfo
          kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=10.10.1.40/fog/ conosoleblank=0 loglevel=4 mode=sysinfo
          imgfetch init_32.xz
          boot || goto MENU
          :bootme
          chain -ar http://10.10.1.40/fog/service/ipxe/boot.php##params ||
          goto MENU
          autoboot
          
          1 Reply Last reply Reply Quote 0
          • M
            ManofValor @Wayne Workman
            last edited by Mar 11, 2016, 10:39 PM

            @Wayne-Workman Wait, do you need the output from the laptop I’m trying to image?

            T 1 Reply Last reply Mar 11, 2016, 10:40 PM Reply Quote 0
            • T
              Tom Elliott @ManofValor
              last edited by Mar 11, 2016, 10:40 PM

              @ManofValor The output is fine.

              I just wanted to find out if I could replicate.

              Do you have an image defined on the FOG Server? When you chose quick image, did it first present you with a login page?

              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

              M 1 Reply Last reply Mar 11, 2016, 10:44 PM Reply Quote 0
              • M
                ManofValor @Tom Elliott
                last edited by Mar 11, 2016, 10:44 PM

                @Tom-Elliott Yes, I put in my user name and password and it gave me a list images then I chose the one I setup for this machine.

                T 1 Reply Last reply Mar 11, 2016, 10:45 PM Reply Quote 0
                • T
                  Tom Elliott @ManofValor
                  last edited by Mar 11, 2016, 10:45 PM

                  @ManofValor then it gave the error? Can you show me how the image is setup?

                  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

                  M 2 Replies Last reply Mar 11, 2016, 10:48 PM Reply Quote 0
                  • M
                    ManofValor @Tom Elliott
                    last edited by Mar 11, 2016, 10:48 PM

                    @Tom-Elliott Yes, but have to be Monday, sorry. Servers are getting shut down for a generator install. Thanks see ya’ll Monday.

                    T 1 Reply Last reply Mar 11, 2016, 10:48 PM Reply Quote 0
                    • T
                      Tom Elliott @ManofValor
                      last edited by Mar 11, 2016, 10:48 PM

                      @ManofValor No problem.

                      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

                      T 1 Reply Last reply Mar 13, 2016, 11:16 PM Reply Quote 0
                      • T
                        Tom Elliott @Tom Elliott
                        last edited by Mar 13, 2016, 11:16 PM

                        Also, please try updating to the latest version then seeing if this problem is still present. It’s more likely an issue with the version you’re running, I think 6623?

                        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
                        • M
                          ManofValor @Tom Elliott
                          last edited by Mar 14, 2016, 6:39 PM

                          @Tom-Elliott said:

                          @ManofValor then it gave the error? Can you show me how the image is setup?

                          0_1457980686459_Capture.PNG

                          0_1457980738762_1.PNG

                          1 Reply Last reply Reply Quote 0
                          • W
                            Wayne Workman
                            last edited by Mar 14, 2016, 6:43 PM

                            One of the sites in my organization is getting a similar error. They are on 6677, and working with an Optiplex 9020 in BIOS mode. Here’s a screenshot.

                            0_1457981006953_upload-21cbeabd-1187-4d31-9408-09ea63cc900e

                            I asked that building tech to update to the latest, I’ll report back with what happens.

                            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/

                            1 Reply Last reply Reply Quote 0
                            • M
                              ManofValor
                              last edited by ManofValor Mar 14, 2016, 1:07 PM Mar 14, 2016, 7:05 PM

                              So I’m not sure if I’ve just been missing a step or if it works differently with different machines, but when I registered it through the client it started working. I put up a screen shot that showed it saying “Host Not Registered” and I haven’t seen that before. I haven’t had to do that yet, not that I shouldn’t have been, so maybe someone could help me understand here. Am I supposed to register through the client every time?

                              S 1 Reply Last reply Mar 14, 2016, 7:22 PM Reply Quote 0
                              • S
                                Sebastian Roth Moderator @ManofValor
                                last edited by Mar 14, 2016, 7:22 PM

                                @ManofValor said:

                                Am I supposed to register through the client every time?

                                Well, new/unknown clients need to register (themselves) or be registered (via web gui) once! New client/MAC address new registration. But you don’t need to re-register clients once per task or once a day or whatever!

                                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

                                M 1 Reply Last reply Mar 14, 2016, 7:40 PM Reply Quote 1
                                • W
                                  Wayne Workman
                                  last edited by Mar 14, 2016, 7:25 PM

                                  Following up - the update did not fix it.

                                  Upon further investigation, the problematic hosts had a “Auto-Reg” task that was stuck in task management, preventing a full iPXE boot script being generated for them from boot.php. The task was spinning, as if it was “In Progress”. We canceled these and the hosts began 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!
                                  Daily Clean Installation Results:
                                  https://fogtesting.fogproject.us/
                                  FOG Reporting:
                                  https://fog-external-reporting-results.fogproject.us/

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    ManofValor @Sebastian Roth
                                    last edited by Mar 14, 2016, 7:40 PM

                                    @Sebastian-Roth Thx once again everybody.

                                    T 1 Reply Last reply Mar 14, 2016, 8:40 PM Reply Quote 0
                                    • T
                                      Tom Elliott @ManofValor
                                      last edited by Mar 14, 2016, 8:40 PM

                                      @ManofValor Are things working now?

                                      Are you still getting “Could not boot: Input/output error(http://ipxe.org/1d0c6539)”?

                                      I’m only asking because thanking doesn’t really confirm things. For example, it leaves out if things are working. Thanks are perfectly fine, but please do share what you did that helped fixed it. If it’s just understanding of things, express that. That way the post doesn’t go by the wayside with other people running into similar issues going (How did it get fixed?).

                                      Hopefully you understand.

                                      If things are fixed, please try to explain what was done to fix them.

                                      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

                                      M 1 Reply Last reply Mar 14, 2016, 8:49 PM Reply Quote 1
                                      • M
                                        ManofValor @Tom Elliott
                                        last edited by Mar 14, 2016, 8:49 PM

                                        @Tom-Elliott I understand, I posted that a couple posts up. Everything is working after manually registering at the client.

                                        W 1 Reply Last reply Mar 14, 2016, 9:32 PM Reply Quote 0
                                        • W
                                          Wayne Workman @ManofValor
                                          last edited by Mar 14, 2016, 9:32 PM

                                          @ManofValor so what’s not working if the client isn’t registered? Nothing? Without registering, It’s my understanding that you should at least be able to quick-image.

                                          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/

                                          M 1 Reply Last reply Mar 14, 2016, 9:38 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 2 / 2
                                          2 / 2
                                          • First post
                                            13/30
                                            Last post

                                          165

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project