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

    Nothing is working...

    Scheduled Pinned Locked Moved
    General
    5
    30
    11.2k
    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
      Jordon Rapp
      last edited by

      I just updated the 9010 to A09 from A08 in hopes that a newer version would have something useful. UEFI is disabled on all three. The purpose is to get this server to function. That address comes up on the error screen.

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

        My current menu:
        [code]#!ipxe
        cpuid --ext 29 && set arch x86_64 || set arch i386
        colour --rgb 0xff6600 2
        cpair --foreground 7 --background 2 2
        console --picture http://10.0.7.1/fog/service/ipxe/bg.png --left 100 --right 80
        :MENU
        menu
        colour --rgb 0x00ff00 0
        cpair --foreground 0 3
        item --gap Host is registered as winxptest
        item --gap – -------------------------------------
        item fog.local Boot from hard disk
        item fog.memtest Run Memtest86+
        item fog.quickimage Quick Image
        item fog.quickdel Quick Host Deletion
        item fog.sysinfo Client System Information (Compatibility)
        item fog.advanced Advanced Menu
        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.quickimage
        login
        params
        param mac ${net0/mac}
        param arch ${arch}
        param username ${username}
        param password ${password}
        param qihost 1
        chain http://10.0.7.1/fog/service/ipxe/boot.php##params ||
        goto MENU
        :fog.quickdel
        login
        params
        param mac ${net0/mac}
        param arch ${arch}
        param username ${username}
        param password ${password}
        param delhost 1
        chain http://10.0.7.1/fog/service/ipxe/boot.php##params ||
        goto MENU
        :fog.sysinfo
        kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=10.10.10.1 keymap= web=10.0.7.1/fog/ consoleblank=0 loglevel=4 mode=sysinfo
        imgfetch init_32.xz
        boot || goto MENU
        :fog.advanced
        chain http://10.0.7.1/fog/service/ipxe/advanced.php || goto MENU
        autoboot[/code]

        Your current menu:
        [code]#!ipxe
        cpuid --ext 29 && set arch x86_64 || set arch i386
        colour --rgb 0xff6600 2
        cpair --foreground 7 --background 2 2
        console --picture http://172.16.0.35/fog/service/ipxe/bg.png --left 100 --right 80
        :MENU
        menu
        colour --rgb 0xff0000 0
        cpair --foreground 0 3
        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.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 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=127.16.1.4 keymap= web=172.16.0.35/fog/ consoleblank=0 loglevel=4 mode=manreg
        imgfetch init_32.xz
        boot || goto MENU
        :fog.reg
        kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=127.16.1.4 keymap= web=172.16.0.35/fog/ consoleblank=0 loglevel=4 mode=autoreg
        imgfetch init_32.xz
        boot || goto MENU
        :fog.sysinfo
        kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=127.16.1.4 keymap= web=172.16.0.35/fog/ consoleblank=0 loglevel=4 mode=sysinfo
        imgfetch init_32.xz
        boot || goto MENU
        autoboot[/code]

        What happens if you go to the link:
        [url]http://172.16.0.35/fog/service/ipxe/boot.php?mac=18:03:73:46:44:93[/url] (where the XX’s represent the MAC of the system you’re seeing issues:

        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
          Jordon Rapp
          last edited by

          [quote=“Tom Elliott, post: 28095, member: 7271”]
          What happens if you go to the link:
          [url]http://172.16.0.35/fog/service/ipxe/boot.php?mac=18:03:73:46:44:93[/url] (where the XX’s represent the MAC of the system you’re seeing issues:[/quote]

          When I go to that link I get a blank white screen.

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

            What’s in your apache error logs then? Specifically referencing the boot.php

            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
              Jordon Rapp
              last edited by

              Nothing specifically referencing boot.php. Here’s my log if you want to have a look: [URL=‘http://www.pastebin.com/BAUs2mub’]pastebin.com/BAUs2mub[/URL]

              Edit: log from today.

              1 Reply Last reply Reply Quote 0
              • J
                Jordon Rapp
                last edited by

                [quote=“Tom Elliott, post: 28083, member: 7271”]
                How is it “Nothing is working” when right in your first statement you say it IS working?[/quote]

                Well that’s now the case. I ran full registration on the Vostros, they stalled, I restarted them, now they return the same error as the 9010s.

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

                  [quote=“Jordon Rapp, post: 28109, member: 24302”]Well that’s now the case. I ran full registration on the Vostros, they stalled, I restarted them, now they return the same error as the 9010s.[/quote]

                  What is the error? The PXE-M0F error?

                  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
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    [quote=“Jordon Rapp, post: 28105, member: 24302”]Nothing specifically referencing boot.php. Here’s my log if you want to have a look: [URL=‘http://www.pastebin.com/BAUs2mub’]pastebin.com/BAUs2mub[/URL]

                    Edit: log from today.[/quote]

                    Took a look and it appears the database isn’t linking properly. Are you able to login to the FOG GUI?

                    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
                      Jordon Rapp
                      last edited by

                      [quote=“Tom Elliott, post: 28111, member: 7271”]Are you able to login to the FOG GUI?[/quote]

                      Yes I am. The GUI loads perfectly, but I am not able to PXE what-so-ever.

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

                        [quote=“Tom Elliott, post: 28110, member: 7271”]What is the error? The PXE-M0F error?[/quote]

                        bump?

                        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
                          Jordon Rapp
                          last edited by

                          The PXE-E51 and M0F errors both, the Vostros now looks just like the 9010s.

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

                            Have you, possibly, thought of performing a reinstall of FOG?

                            It sounds like, with these messages, tftpd-hpa service isn’t running properly.

                            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
                              Jordon Rapp
                              last edited by

                              I have done that twice, but I’m not opposed to doing it again if you think that will solve it.

                              1 Reply Last reply Reply Quote 0
                              • N
                                need2 Moderator
                                last edited by

                                I would suggest you cleanly scrub out your current FOG install and all packages that are then no longer needed, then start again.

                                And honestly I would suggest using about any other Linux distro other than Ubuntu 14.04.

                                1 Reply Last reply Reply Quote 0
                                • J
                                  Jordon Rapp
                                  last edited by

                                  [quote=“need2, post: 28136, member: 21891”]

                                  And honestly I would suggest using about any other Linux distro other than Ubuntu 14.04.[/quote]

                                  I tried putting 10.04 on, but the PC didn’t like that for some reason. I might try the x86 install

                                  1 Reply Last reply Reply Quote 0
                                  • N
                                    need2 Moderator
                                    last edited by

                                    Or you could try Debian if you feel attached to a Ubuntu like ecosystem. Ubuntu’s core is Debian, and the freshest latest release of Debian works flawlessly with Fog.

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      Jordon Rapp
                                      last edited by

                                      [quote=“need2, post: 28143, member: 21891”]Or you could try Debian if you feel attached to a Ubuntu like ecosystem. Ubuntu’s core is Debian, and the freshest latest release of Debian works flawlessly with Fog.[/quote]

                                      Is there a working install I could use from a flash drive? Ubuntu didn’t seem to like the flash drive.

                                      Scratch that, sorry.

                                      1 Reply Last reply Reply Quote 0
                                      • F
                                        fractal13 Developer
                                        last edited by

                                        FWIW, my ubuntu 14.04 server is working fine.

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          Jordon Rapp
                                          last edited by

                                          I’m not sure what I did.

                                          I’m just a lowly intern, please forgive me.

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

                                            Being a lowly intern means somebody “higher” than you can possibly lead you in the right direction.

                                            That being said, I don’t know what the issue is, but it almost sounds like a firewall is blocking access to the TFTP server. Have you tried simply disabling the firewall?

                                            [code]sudo ufw disable[/code]

                                            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
                                            • 1 / 2
                                            • First post
                                              Last post

                                            204

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project