Latest FOG 0.33b
-
what you can do - on the server (from terminal) log into mysql (mysql -u root fog (-pYOUR-PASSWORD-IF-YOU-SET-ONE)) and then run…
Select * FROM globalSettings WHERE settingKey = “FOG_STORAGENODE_MYSQLPASS”;
-
Yes,
That is the new method.
I may create function to pull the information after user verification, but I’ve changed the FOG Settings to display the “Passwords” as Passwords, so prying eye’s don’t get your information.
-
r1211 released.
iPXE is now implemented. Please test and see how much I broke.
Should auto-generate for your particular setup.
-
This post is deleted! -
YOU WOULD do that after I already updated my 0.33b once toady, I’ve been dying to test this! I wil have to wait until tomorrow when I am on site with my server again
-
This post is deleted! -
is the FOG PXE Boot menu configuration page working yet? and if so, do advanced configuration options now need to be in ipxe format instead of the old pxelinux format?
-
The Page itself should still work, but I have not converted it yet to ipxe, so I wouldn’t use it for now. I’d recommend just make the edits you may need, for now, directly in the boot.php if you can follow the flow of logic in there.
If you need help let me know. That’s going to be my project later today, and tomorrow after my biopsy (if I feel well enough to work on it)
If you want, I can maybe get some help on the PXE Settings, to convert it to the new formats, part of the FOGConfigurationPage.class.php?
-
r1212 and r1213 released.
r1212 simply verifies that the init.gz is the latest and greatest, should also fix inventory issue I was seeing, though no guarantee’s yet.
r1213 just updates the Default file for Redhat to have a valid Timeout value. -
r1214 released.
Installer create’s the relevant links to the init.gz, bzImage, and memtest rather than enlarging the download of the tar/svn code.
Updated init.gz so Inventory actually gets performed now. Sorry I had a typo and needed to correct for it.
-
r1215 released.
Updated TomElliott.config for 3.13.3.
Quick Image from iPXE is truely “Quick” as it no longer boots the init.gz or bzImage. It requires username and password as it “almost” always has, but it’s done solely with iPXE and php.
-
Guys just want to say how extremly excited i am (i no im sad) to test the new version of Fog a big well done from someone who could not do his work without fog. Can i ask how we download the latest release of fog so i can load up into my test network please?
-
Hi
If you want to dowload the latest rev of the beta, i think it’s here:
[url]http://sourceforge.net/p/freeghost/code/HEAD/tarball?path=/trunk[/url] -
Hi
Is there a fogprep for Windows8? -
[quote=“Marco Dinis, post: 23036, member: 22226”]Hi
Is there a fogprep for Windows8?[/quote]FogPrep is not longer required.
-
Should I use sysprep?
-
you should ALWAYS use sysprep (some will argue) but it really helps generalize you install for the real user.
-
r1217 released.
Removes the “PXE” Menu options and does not create a new default file. This way iPXE always works. Only gives the menu timeout.
-
don’t suppose iPXE will solve issues on UEFI systems?
-
iPXE doesn’t resolve the UEFI situation, but it is a step toward a solution.