• 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.
  • M
    ManofValor
    last edited by Mar 11, 2016, 10:13 PM

    After “FINALLY” getting FOG working I’ve been doing some test images. I just started on a laptop that is pretty new and barley been used. I am getting this error:

    0_1457733408985_0311161523-1-1.jpg

    In case it helps, here are some pics from before this error.

    0_1457733453256_2016-03-11-15-43-21.jpg
    0_1457733653287_0311161526.jpg

    I’m guessing that the bold red “Host is NOT registered” is the problem, but being so new at this I’m wanting some input.

    FOG v. 6623
    HP EliteBook 820 G2
    Intel i5 2.2GHz
    4 gigs ram
    64-bit

    Thanks in advance!

    W 1 Reply Last reply Mar 11, 2016, 10:24 PM Reply Quote 0
    • T
      Tom Elliott
      last edited by Mar 11, 2016, 10:17 PM

      What item did you choose?

      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:38 PM Reply Quote 0
      • W
        Wayne Workman @ManofValor
        last edited by Wayne Workman Mar 11, 2016, 4:25 PM Mar 11, 2016, 10:24 PM

        @ManofValor If you go to this address via a web browser, what is the output?

        http://10.10.1.40/fog/service/ipxe/boot.php?mac0=48:0f:cf:27:72:6f

        For you and future readers, you’ll see I have a MAC address at the end of that URL. This is how you can manually ask the fog web server to generate what WOULD be the iPXE boot script for whatever clent’s MAC you plug into that spot. Multiple MACs can be passed via standard POST syntax, like this for example (fake but valid example) http://10.0.0.4/fog/service/ipxe/boot.php?mac0=48:0f:cf:27:72:6f&mac1=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!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        T M 2 Replies Last reply Mar 11, 2016, 10:27 PM Reply Quote 1
        • 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
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            2/30
                                            Last post

                                          199

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project