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

    FOG 0.33 - What's coming?

    Scheduled Pinned Locked Moved
    General
    60
    122
    165.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
      maafty
      last edited by

      @Kevin, thanks for the reply 🙂 i will check out the beta and report any bugs if i come across any, and i appreciate it will be ready when its ready!! i also do software development so i know how it works… again thanks

      Will

      1 Reply Last reply Reply Quote 0
      • S
        Steve Ropiak
        last edited by

        Yu yo, re: “It would be awesome to include the option of tweaking sysprep.inf / unattend.xml to change the hostname and join an AD before booting the computer after deployment.” We use Powershell for that. The Unattend.xml does it all, we log into the desktop and run our Finalize.ps1 which enables and sets a password for the local administrator account, joins the computer to the domain and restarts the computer.

        1 Reply Last reply Reply Quote 0
        • Y
          YuYo
          last edited by

          @Steve: So you deploy the computer “out of the domain”, with a LogonCount=1 in your unattend, and join the domain once it has logged in, right?
          Can you post your Finalize.ps1? (Hiding your sensitive data, of course 😉 ). It goes on C:\Windows\Scripts, as your SetupComplete.cmd, right?

          1 Reply Last reply Reply Quote 0
          • S
            Steve Ropiak
            last edited by

            Correct. This allows us to set the computer name, etc. before we join.

            Finalize.ps1:

            reg import c:\deluser.reg
            ;imports a reg branch that tells it to run a batch file at next boot. The batch file deletes the temp user account created by sysprep and also deletes the finalize.ps1 file as it contains the local admin password in plain text

            net user administrator xxxxxxx
            ;sets password for local admin account

            net user administrator /active:yes
            ;enables the local admin account

            Add-Computer -DomainName “student.emcc.edu” -credential student.emcc.edu\itadmin
            ;adds conputer ro student domain (prompts for credentials of domain admin account)

            restart-computer
            ;reboots to complete

            1 Reply Last reply Reply Quote 0
            • M
              MLX
              last edited by

              hello
              just to thank again for your work !
              i’m using 0.32 and when i can test 0.33 i’ll do it (busy job too). Congrats to the team !

              1 Reply Last reply Reply Quote 0
              • M
                millitester
                last edited by

                [quote=“Blackout, post: 49, member: 1”][B]What’s coming?[/B]
                [LIST]
                []Rewritten PHP code base to be fully Objected Oriented - easier to develop & maintain
                [
                ]Developer Tools - create your own FOG Page’s to suit your needs
                []Hook System - manipulate data & structure easily
                [
                ]Web UI update - tabs, style updates, lots of code updates & bug fixes
                []Mobile UI update - revamped structure & styles
                [
                ]Partclone - EXT4 & Extended Partition support
                [*]Advanced Format Drive support - 4k sector support
                [/LIST]
                [COLOR=#808080][SIZE=2][I]Disclaimer[/I][I]: This list may change[/I][/SIZE][/COLOR][/quote]
                will possibly have hot/live capture or deployment

                1 Reply Last reply Reply Quote 0
                • Lee RowlettL
                  Lee Rowlett Developer
                  last edited by

                  “re: “It would be awesome to include the option of tweaking sysprep.inf / unattend.xml to change the hostname and join an AD before booting the computer after deployment.” We use Powershell for that. The Unattend.xml does it all, we log into the desktop and run our Finalize.ps1 which enables and sets a password for the local administrator account, joins the computer to the domain and restarts the computer.”

                  I use FOG to change the unattend.xml before it reboots after imaging so before it even boots into sysprep all options are set as needed and jsut let sysprep take care of it all - never fails and requires no additional reboots after imaging (like changing hostname, adding to domain) because it’s already all correct before booting into windows 🙂

                  1 Reply Last reply Reply Quote 0
                  • S
                    Steve Ropiak
                    last edited by

                    That’s awesome. Can you tell me how you do that?

                    1 Reply Last reply Reply Quote 0
                    • Lee RowlettL
                      Lee Rowlett Developer
                      last edited by

                      There is already a tutorial, admittedly abit lengthy:
                      [url]http://fogproject.org/forum/threads/hostname-change-joining-domain-before-sysprep-runs-xp-win7.3332/#post-7964[/url]

                      I can talk you through it if you want. 🙂

                      1 Reply Last reply Reply Quote 0
                      • S
                        Steve Ropiak
                        last edited by

                        That’s OK. I enjoy a good mystery novel and I will remember it better if I work through it. Thanks for pointing me in the right direction.

                        1 Reply Last reply Reply Quote 0
                        • R
                          RRLAG
                          last edited by

                          Any way it would be possible to allow addon images? It would definitely help with driver deployment to have an addon image that is downloaded to C:\drivers that is specific to the machine and separate from the windows image. Otherwise .33 beta is installed and running for us right now, upgraded from .32 without issue.

                          1 Reply Last reply Reply Quote 0
                          • T
                            The Dealman
                            last edited by

                            [quote=“BryceZ, post: 8935, member: 2”]The testing thread is [url]http://fogproject.org/forum/threads/bugs-in-fog-0-33.631[/url]. Feel free to jump in and give a hand, just make sure you’re not cluttering up the thread with useless questions (search before you ask).

                            As for a release date… when it’s ready. I know that’s not the answer most people are looking for, but it’s the truth. There are three FOG developers, each with real jobs that keep them busy. If more people help with testing then the devs can spend less of their own time tracking down bugs and more time fixing them.[/quote]

                            Is this still a work in progress? or is it dying?

                            Fog 1.5.9 running currently on all servers

                            1 Reply Last reply Reply Quote 0
                            • Jaymes DriverJ
                              Jaymes Driver Developer
                              last edited by

                              Everything is still in development, Everyone that works on this project does it in their free time.

                              0.33 is a serious re-write of code so it is taking some time to complete.

                              I can assure the project is still in development, the developers just have lives 🙂

                              WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                              1 Reply Last reply Reply Quote 0
                              • S
                                Stephen DiCato
                                last edited by

                                Have the core Fog developers thought about moving or mirroring the code repository to [url]https://github.com/[/url] ?

                                Github gets way more traffic than sourceforge nowadays, I think it would lessen the barrier for others to submit issues, patches, and general improvements.

                                1 Reply Last reply Reply Quote 0
                                • J
                                  Janketh Jay
                                  last edited by

                                  Hi Devs! Firstly, let me start by saying you’ve done a fantastic job with this project. I was introduced to it about 3 months ago and I’m totally in love with it! That being said, I recently decided to give 0.33B (rev 899) a shot to check out the ext4 support along with other perks that seem to be coming along nicely. But, when I attempt to upload a ext4 image, it is still seen as ‘raw’ and sometimes doesn’t upload the partition at all (only about 914 bytes, actually). However, if I’m uploading an LVM or encrypted partition (also ‘raw’) it seems to work fine. Is this something that should not be happening with 0.33B or did I somehow b0rk the install?

                                  Again, great work on such such an awesome project! Thank you all very much for continuing the development.

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    BryceZ
                                    last edited by

                                    Quick update: Yes, 0.33 is still under development. Work has been stuck for a while due to the schedule of the developers and the fact that the one big remaining issue is UEFI. If anyone out there is interested in pushing things forward and has the time to spare, the devs could really use some help working out the whole UEFI booting.

                                    Other than that, the rest is just fixing little things throughout the UI. FOG 0.33 didn’t start with a solid bug tracker, and the dev that did most of the rewrite has had to step back from the project, so there are pages that didn’t get finished but they’re not all documented in one place. So if anyone wants to systematically go through each page and track down all the little pieces that don’t load properly it would help a lot.

                                    If I get some time today I’ll try to read back through these posts and answer individual questions that I know the answers to; like Stephen DiCato’s question about GitHub: they’re waiting for 0.33 to finish before migrating to GitHub.

                                    1 Reply Last reply Reply Quote 0
                                    • N
                                      nicked
                                      last edited by

                                      Any Idea when 0.33 will be in final release?

                                      [SIZE=6][B][FONT=arial][COLOR=#222222][SIZE=24px][SIZE=3][COLOR=#000000]Boom Goes the Dynamite[/COLOR][/SIZE][/SIZE][/COLOR][/FONT][/B][/SIZE]

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        Dean211
                                        last edited by

                                        @nicked check out link below for status of 0.33

                                        [url]http://fogproject.org/forum/threads/fog-status.4515/[/url]

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          mlb2009
                                          last edited by

                                          in fog 0.33 it will be installing and working for fedora,right

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

                                            [quote=“mlb2009, post: 15451, member: 13741”]in fog 0.33 it will be installing and working for fedora,right[/quote]

                                            From my knowledge it is all set and should work for all the Distro’s it nativally supports (Redhat/Centos/Fedora)([X]Ubuntu Based)

                                            For non-standard distro’s you could get it to work, though it might take a little extra work.

                                            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
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 6 / 7
                                            • First post
                                              Last post

                                            206

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project