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

    Asus X200M

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    33
    12.8k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      The /tftpboot folder is owned by fog, but should be able to be written by the user “root”.

      My guess is you’re logged in under another username (example: Shock2k15) rather than logged into the FOG Server as the user fog or root.

      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
      • S
        Shock2k15
        last edited by

        Unfortunately i inherited this server and didn’t build it myself. I am logged in under the user “Fogadmin” I can’t seem to access the user “Fog” 😕 Is there normally a default password? I will keep trying. Worst case I guess I just completely rebuild the server.

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

          Seeing as you can log into the FOG Gui, to find the “FOG” user’s password, goto StorageManagement->YourStorageNode->ManagementPassword

          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
          • S
            Shock2k15
            last edited by

            AWESOME! I’m in. Sorry I’m a newb. I Can’t thank you guys enough

            1 Reply Last reply Reply Quote 0
            • S
              Shock2k15
              last edited by

              Hi again, could you please walk me trough how to change the DHCP-Server config to point to this binary. I tried researching this but was unsure if what I was looking at was correct. This a VM if that helps.

              Thank you

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by

                In your case it would be easier to just rename the files. Please make sure you don’t delete or overwrite any files. I won’t be liable in case anything goes wrong here! Think twice before you copy paste this commands…

                [CODE]cd /tftpboot
                mv undionly.kpxe undionly.kpxe.orig
                mv ipxe.efi undionly.kpxe[/CODE]

                Try booting your client. If that works we know that this binary is working for you. We then can go ahead and configure things properly…

                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
                • S
                  Shock2k15
                  last edited by

                  I took a snap shot of the server last week so we are good. We are definitely making progress as it will now load the fog screen. Sort of. It doesn’t provide the graphics and is just a blue screen with white letters. It still allows me to select register host but when I do I get an error:

                  Kernal Panic - not syncing: VFS: Unable to Mount root fs on unkown-block(1,0)
                  Kernal Offset: 0x0 from 0xffffffff81000000 (relocation range: oxffffffff800000000-0xffffffff9ffffffff)
                  —{ end Kernal panic - not syncing: VFS: Unable to mount root fs on unkown block(1,0)

                  Hope this is useful information. Please let me know how to proceed.

                  Thank you,

                  Matt

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

                    This message is normally seen when you have a cross platform file being loaded.

                    This means, you have a: 32 bit kernel trying to load on a 64 bit init, or a 64 bit kernel trying to load on a 32 bit init.

                    Did you make customizations to the kernel files? For example, did you download a new kernel under the plain (x86) but name it as bzImage?

                    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
                    • S
                      Shock2k15
                      last edited by

                      Not that I am aware of. I know the previous person installed a undionly.kpxe.INTEL file. Is there a way for me to find out if they are 32 bit or 64 bit?

                      Thanks,

                      1 Reply Last reply Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by

                        [quote=“Shock2k15, post: 43482, member: 28829”]Kernal Panic - not syncing: VFS: Unable to Mount root fs on unkown-block(1,0)
                        Kernal Offset: 0x0 from 0xffffffff81000000 (relocation range: oxffffffff800000000-0xffffffff9ffffffff)
                        —{ end Kernal panic - not syncing: VFS: Unable to mount root fs on unkown block(1,0)[/quote]

                        For me this error also sounds like the initrd issue on mac os x… see here: [url]http://fogproject.org/forum/threads/mac-support.11033/page-2#post-34584[/url]

                        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
                        • S
                          Shock2k15
                          last edited by

                          When I try to update the kernal using [url]http://fogproject.org/wiki/index.php/FAQ[/url] i get “bash: FOGWEBDIR: No such file or directory” when I run the 1st command. I’m running FOG_1.2.0. I checked the link but the information is not very detailed as far was what needs to be done. I may just not be understanding. Thank you for your patience.

                          1 Reply Last reply Reply Quote 0
                          • S
                            Sebastian Roth Moderator
                            last edited by

                            FOGWEBDIR is just a placeholder in this case. If you did not modify it when installing the system it should be like this:

                            [CODE]cd /var/www/fog/service/ipxe
                            …[/CODE]
                            And same again with <CURRDATE>. Just a placeholder. For example use 20150309 instead…

                            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
                            • S
                              Shock2k15
                              last edited by

                              Ok I figured out how to update the Kernal through the web interface. I have tried several different kernals. Basically the same result. If I select the newest unofficial kernal it just comes back to the “Host is not registered” screen after I select Quick Registration. With the kernal you provided I get the error previously listed. The screen that comes up to register your host is blue with white writing and has a solid blank line over the selected field. Please let me know if there is anything else I can provide that may help you troubleshoot this issue.

                              Thank you

                              1 Reply Last reply Reply Quote 0
                              • S
                                Shock2k15
                                last edited by

                                I looked at the iPXE page and their screen shots differ from mine. It looks like this computer is trying to boot to a VLAN then it times out. It then shows the MAC address and then boots to a distorted registration window.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Sebastian Roth Moderator
                                  last edited by

                                  What do you mean by “boot to a VLAN”?? And what is a distorted registration window?

                                  Screenshots? Error messages…?

                                  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
                                  • S
                                    Shock2k15
                                    last edited by

                                    Here is a link to download the video to watch the process

                                    [url]https://mhsinc.egnyte.com/dl/2RmzIMevaL[/url]

                                    Please let me know your thoughts

                                    Thank you

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      Shock2k15
                                      last edited by

                                      Does that look normal?

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

                                        The funky boot screen should still be functional, just not able to boot using the console db interface.

                                        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
                                        • S
                                          Shock2k15
                                          last edited by

                                          I’m working with the manufacturer as well to see if they will release a BIOS patch to enable the legacy PXE option. Is there any info I can’t get from them that may be helpful? Drivers or something?

                                          Thank you,

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Sebastian Roth Moderator
                                            last edited by

                                            As far as I can see on that video you are pretty close to get things working!! After bootup you see iPXE which loads, gets an IP address via DHCP and also loads the menu! Then it loads the linux kernel and initrd. Kind of weird that you don’t see any error messages but the menu again.
                                            Could you please try downloading any kind of linux live CD (e.g. ubuntu) and try booting it, just to see how linux in general is running on your X200M. I found an article about someone installing linux on his X200M. Try following this to see if you can boot (not install!) ubuntu: [url]http://sajan.io/blog/asus-x200m-perfect-linux-ubuntu-xubunu-utility-laptop[/url]

                                            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

                                            187

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project