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

    Windows 8 Deployment Problem

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    35
    9.9k
    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

      Please read the wiki!

      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
      • B
        BPSTravis Developer
        last edited by

        From the wiki link I gave you about upgrading:

        [QUOTE]
        [SIZE=6][B]Clean out the old[/B][/SIZE]

        [B]AS THERE ARE SO MANY CHANGES YOU WILL NEED TO MAKE ONE MINOR DATABASE CHANGE TO MAKE THINGS WORK[/B]
        [LIST=1]
        []Login to your mysql system
        [LIST]
        [
        ]MySQL with a password set:
        [][CODE]mysql -u root -p’<YOURPASSWORDHERE>’ fog[/CODE]
        [
        ]MySQL without a password:
        [][CODE]mysql -u root fog[/CODE]
        [/LIST]
        [
        ]Run the following query once you see the mysql> prompt:
        [LIST]
        [][B]THIS REMOVES ALL TASKS FROM THE TASKS TABLE ESSENTIALLY MAKING THE TASKS AS IF THEY HAVE NEVER BEEN PERFORMED. IMAGING LOG IS UNTOUCHED SO IF YOU NEED RECORDS OF THE ACTUAL TASKS MAKE A BACKUP FIRST[/B]
        [
        ][CODE]truncate table tasks;[/CODE]
        [/LIST]
        []Sign into the FOG GUI
        [LIST]
        [
        ]Go to the link you normally go to and you should notice the upgrade/install database screen.
        []Click the submit button and it should move on to say, Click here to login, once complete.
        [
        ]Sign in with your normal user and password.
        [/LIST]
        []Make necessary adjustments.
        [LIST]
        [
        ]As the hostOS column has been moved to the images table rather than the hosts table, you need to specify the Operating system of the images currently on your system.
        []To do so, login to the FOG GUI and navigate to the Image Management Page. Click on each of your images and set the OSID accordingly.
        [/LIST]
        [
        ]You will need adjust tftp values.
        [LIST]
        []Login to the FOG GUI and navigate to FOG Configuration Page.
        [
        ]Click the FOG Settings link on the left hand side of the screen.
        []Select the TFTP Server heading on this page.
        [
        ]Change values accoringly:
        [/LIST]
        [/LIST]
        [/QUOTE]

        [SIZE=12px]signature:[/SIZE]
        [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

        1 Reply Last reply Reply Quote 0
        • T
          tjd230
          last edited by

          Thanks Tom. And Travis. I will see what I can come up with. I will report back with what I get.

          1 Reply Last reply Reply Quote 0
          • T
            tjd230
            last edited by

            Alright well I opted for a fresh install. I am now running 13.04, with Fog 0.33b (rc1). Everything seems to be up and running fine. I followed the wiki and updated the settings after install. Now I get a TFTP error File not Found.

            1 Reply Last reply Reply Quote 0
            • W
              Wolfbane8653 Developer
              last edited by

              did you change your option 66 & 67 on your DHCP server?

              …and disable your fire wall on the Ubuntu machine?

              1 Reply Last reply Reply Quote 0
              • T
                tjd230
                last edited by

                We are running a RHEL DHCP server.
                Also, just disabled firewall, and still nothing.

                1 Reply Last reply Reply Quote 0
                • T
                  tjd230
                  last edited by

                  Does this apply?[url]http://fogproject.org/forum/threads/server-pxe-diferent-server-dhcp.10361/#post-26043[/url]

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

                    no, this does [url]http://fogproject.org/forum/threads/server-pxe-diferent-server-dhcp.10361/#post-25997[/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
                    • T
                      tjd230
                      last edited by

                      Well I switched out pxelinux.0 with undionly.kpxe in the dhcp server and it worked!

                      1 Reply Last reply Reply Quote 0
                      • W
                        Wolfbane8653 Developer
                        last edited by

                        [quote=“Wolfbane8653, post: 26082, member: 3362”]did you change your option 66 & 67 on your DHCP server?

                        …and disable your fire wall on the Ubuntu machine?[/quote]

                        [quote=“tjd230, post: 26086, member: 23826”]Well I switched out pxelinux.0 with undionly.kpxe in the dhcp server and it worked![/quote]

                        😄
                        Glad to hear you’re up running!

                        1 Reply Last reply Reply Quote 0
                        • T
                          tjd230
                          last edited by

                          Well almost, now I can get the client to upload, but it is reading the partitions as Raw. I have the image set to Multiple Partition Image Single Disk Not Resizeable. Also I am using the 3.14.0.TomElliott 64 bit kernel. I also tried chaning the image manager to PartImage and PartClone and they both read the partitions as Raw.

                          1 Reply Last reply Reply Quote 0
                          • W
                            Wolfbane8653 Developer
                            last edited by

                            Now that’s just odd…

                            Only suggestion I can make is to update to Tom’s 3.14.1 Kernels --> [SIZE=12px]Kernel Issues: [/SIZE][URL=‘http://fogproject.org/wiki/index.php/FAQ’][SIZE=12px]http://fogproject.org/wiki/index.php/FAQ[/SIZE][/URL]

                            1 Reply Last reply Reply Quote 0
                            • T
                              tjd230
                              last edited by

                              Wel that made it worse. I downloaded Tom’s latest kernel and now I get:
                              [FONT=Lucida Grande][COLOR=#000000]ipxe Error: Exec format error [/COLOR][/FONT][B][FONT=Lucida Grande][COLOR=#000000]Error code 2e0080)[/COLOR][/FONT][/B]

                              Tom, do you have a list of previous revisions of the kernel? Also, when I go to kernel updates in my server, nothing populates on the list, neither Published Kernels, nor Unofficial Kernels. Any reason for this?

                              1 Reply Last reply Reply Quote 0
                              • B
                                BPSTravis Developer
                                last edited by

                                If those pages don’t work then FOG is not seeing an external connection OR something is blocking the traffic to get to Tom’s site.

                                Does the login page display the FOG site info below the login box?:
                                [CODE]Estimated FOG sites: 4354

                                Latest Version: 0.32[/CODE]

                                [SIZE=12px]signature:[/SIZE]
                                [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

                                1 Reply Last reply Reply Quote 0
                                • T
                                  tjd230
                                  last edited by

                                  Hmm, no. It just sits there loading but never displays the info.

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    BPSTravis Developer
                                    last edited by

                                    Then your FOG server sees no external connection(to the internet).

                                    Did you set it up with two NIC’s or just one?

                                    [SIZE=12px]signature:[/SIZE]
                                    [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tjd230
                                      last edited by

                                      Added my DNS servers into interfaces. Wow I feel dumb. Now, when I try to download and Unofficial Kernel it tells me:
                                      [SIZE=16px][FONT=Ubuntu][COLOR=#ff0000]Error: Download failed: filesize = 0[/COLOR][/FONT][/SIZE]

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        BPSTravis Developer
                                        last edited by

                                        [QUOTE][SIZE=16px][FONT=Ubuntu][COLOR=#ff0000]Error: Download failed: filesize = 0[/COLOR][/FONT][/SIZE][/QUOTE]
                                        We are working on that issue.

                                        [SIZE=12px]signature:[/SIZE]
                                        [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          tjd230
                                          last edited by

                                          Hmm ok. Well I suppose I could try pulling a raw image then. Otherwise I am sitting dead in the water.

                                          1 Reply Last reply Reply Quote 0
                                          • B
                                            BPSTravis Developer
                                            last edited by

                                            For now, whatever kernel you want to download, open a terminal to the fog sever and do this:

                                            [CODE]cd /var/www/fog/service/ipxe

                                            touch NAMEOFYOURDOWNLOADEDKERNEL

                                            cd backup

                                            touch NAMEOFYOURDOWNLOADEDKERNEL[/CODE]

                                            And then use the UI to download the kernel, it should complete now.

                                            Just make sure whatever name you are going to type into the box for the kernel is what you replace “NAMEOFYOURDOWNLOADEDKERNEL” with.

                                            On a side note, if you leave the name bzimage it should download fine.

                                            [SIZE=12px]signature:[/SIZE]
                                            [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

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

                                            239

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project