Latest FOG 0.33b
-
I appreciate your work on this Tom! When I get a chance I plan to set up a 0.33 server to play with, you’re actually getting me kind of excited seeing all these updates and work being done
-
This post is deleted! -
I’m glad to be inspiring people with this. I’m enjoying it so much. Thank you for the support.
-
Glad to see some updates! I had feared the worst for the project. I have a pretty hefty test environment at home and may have to fire up a new test lab to try out 0.33. Thanks for updating!
-
No problem.
-
r917 Out, Default Printers are back in the mix with stylized checkbox similar to 0.32 style. Please test, had an issue with the system.php file also, this has been updated so I just need to know if you all are back to working.
-
r921 is out. It is allows for updating of the Host Inventory fields. Has a few, hopefully okay, aesthetic changes such as a fixed footer, fixed side menu system, and fixed information bar. I though having those things fixed is appropriate. Hopefully you’ll all agree. Added between these two particular releases was the host and group tasks. The Advanced options, I thought, needed a means of being displayed, but another means of closing if you opened it. Hopefully all is good.
Thank you.
-
r922 out, Fixed the Content for viewing pleasure. The main page, for now, contains it’s own scrollbar. With this update, comes the Service class. It also fixes the Service Configuration Page so that it works now. I haven’t worked on anything within the host or group service configurations, that’ll be another day.
-
Hi Tom
Awesome Job dude… sincerely appreciate it…
is there a list of outstanding matters for 0.33? perhaps someone here can assist with something on that list…
-
r923 up, Host Service configuration is now working. It does not poll for data for enabled modules, so please, if you’re to use them, make sure you select the ones you want. Display Manager and Auto Logout times are pulled thru the default values unless other wise specified. However, you may need to click update on those fields to actually have it work. I haven’t figured out a way to set defaults automagically in their proper fields for now.
-
r924 is now up. With it comes Group Services.
After trudging through the deep abyss of Services I can say that GUI side is almost there I think. The only things left that I know of, besides a few of the Feature Additions (i.e. Config Backup) , that are left are the Host Virus and Host Login information. Other than that, I’d say this GUI is almost getting there, YAY!
Now just to have others test.
-
Will pull down and have a play. Tom ur a star. ;):)
-
Hi Tom,
Maybe I haven’t read about that somewhere else, but though I’m really excited about some activity on FOG, I’m concerned by the fact this is a fork-ish way of dealing with things.
What’s the status on the main FOG repository, and why not handle the work over there rather than on a separate SVN setup. This will in the long run make it hard to track evolutions, should there be any, of the original project. The more reasonnable approach here would be to get in touch with the current developpers, and have them include your patch, or give you access to the repository.
I will nevertheless have a shot at your branch, because I need FOG to go further, especially on the partclone/W8 evolutions, but let us not make a fork of something that isn’t dead, or at least that doesn’t appear to be dead. Maybe it is, then, fix before going down a potentially painful path
Cheers
-
I don’t know what you mean Gilou.
I’ve been updating the main SVN for FOG for the last few weeks. My branch simply sync’s with the original branch.
-
Ok, my bad. Since it was hosted on your own server, I thought it was isolated. Please ignore me, and simply go on ;))
-
No worries, I will.
LOL
-
Hey guys… sincerely appreciate the work, however, I must point out that prior to main release, fog 0.33 must be able to deal with UEFI bios… we have just purchase 100 HP650 laptops and they are junk… their bios has an option to go legacy mode, but its not real… after blowing away the original install, and fdisk to only get 1 partition windows 7 install, fog still uploads 3 partitions for some reason, on putting the image back, it says that it cannot find partition 3 4 and 5 and then bombs with IO errors…
I truly believe fog needs UEFI compatibility for it to remain viable…
-
Did you convert the GPT Disk to MBR Disk? I used “AOMEI Partition Assistant Standard Edition 5.2” its free for private and commercial use. [url]http://www.disk-partition.com/download-home.html[/url]
-
[quote=“Todd Holte, post: 17741, member: 141”]Did you convert the GPT Disk to MBR Disk? I used “AOMEI Partition Assistant Standard Edition 5.2” its free for private and commercial use. [url]http://www.disk-partition.com/download-home.html[/url][/quote]
Hey Todd
I actually resolved this issue today…
I originally did convert the GPT disk to MBR disk, however, it was still giving me the same errors.
The eventual setup that worked was the following:
Boot into windows 7 install disk, and shit + f10 on the first screen before you start the install process, blow away the partitions etc and create a new one so that you can have a single partition windows 7 install.
I then decided to use single disk, single partition to upload the image, thats when FOG told me that no partitions can be located. It turns out, there is a post on this forum (which I can no longer find for some reason) I found while googling the error message which led me to a free tool called fixpart (there is a windows version) that you download and run on the computer with the following steps:
fixpart.exe 0:
it then immediately told me that there were left over GPT signatures on the drive mixed in with the MBR and that it would take care of them if I pressed Y.
After that, i committed the changes with “w”, it wrote the new MBR, I rebooted and presto… the image got taken up.
after I deployed it back to another laptop, the image went down fine however fog complained that partition 2 to 5 were missing but wasnt bombing out with IO errors like before… it then said task completed and it rebooted into windows 7…
so happy days!!
-
As I’m relatively new and mainly been working on the GUI, I’ll try seeing if I can update my init.gz file to test around with EFI a little bit. The kernel’s that I’ve been building have already included support for EFI, so it may just be a matter of … finally … switching to partclone to get true UEFI support imaging. Again, I’m new so it may not work right away and may take a little bit more time, but I will try and keep trying until I get it for you all. I will, as per usual, request others to test out as well as all I’ve got is a VM that I can tell to use EFI for bootup.