Latest FOG 0.33b
-
r1266 released.
This is a major change.
First I’ll let you know of the minor things.
Trying, once again, with undionly.kpxe file per Junkhacker’s suggestions. Basically it chains to a default.ipxe file that contains the chain to the boot.php file. This way ipxe boot’s faster and without issue, just as we’re used to. No double chain from pxe->ipxe, it’s ipxe->ipxe. The default.ipxe file is generated when you reinstall and uses the fog server’s ipaddress/fog/service/ipxe/boot.php. If you have a special setup, remember this will need to be changed. pxelinux.0.old is still available if you are having issues.
Changelog.txt has been updated with information.
Alright, now the big shocking news.
Those of you using VM’s to test Windows XP using their configuration, be prepared, it’s most likely borked now.
Buildroot is updated to 2014.02 which released stable TODAY!
init.gz is fully 64 bit (hence the forewarning above). With this the kernel is also 64 bit now.
This is needed to read the efi variables properly. Even if I haven’t got a fix for this, I have to be prepared. While many of you may not like this, I will be working to maintain 32 bit versions on the fly. Right now I don’t have them as I completely reworked everything from scratch. If you download kernels through the “unpublished” part of fog 0.33b, they are still 32 bit, so they will NOT work with this brand new init.gz.
Windows 8 UEFI and all originally non-uefi imaging now works. Windows 8 comes with the caveat of only mps/mpa imaging is working. DD should work as well as that’s a bit for bit clone of the hdd. The one I haven’t tested is Single Disk Resizable, though the code base is there, I haven’t tested it. The rest of the caveat to Windows 8 is that, while the upload and deploy now work, the deploy will not leave your system bootable. That’s why I had to make the switch to 64 bit os, so I can test and try fixing this part. The way to fix it for now is after imaging, boot the Windows 8 DVD and choose recover. Follow these instructrions: [url]http://superuser.com/questions/460762/how-can-i-repair-the-windows-8-efi-bootloader[/url]
If your systems, and most of them are, are capable of 64 bit OS, then you should be good. Netbooks and maybe a few laptop models (old, almost antique) may not, but that’s why, if you request a 32 bit init.gz and kernel, I will provide them at request. I haven’t built them yet and I removed my old stuff as I had to work from scratch more or less to get this working.
Hopefully all works well for you,
-
Attached zip contains the changes needed to add shutdown or reboot after capone deploy.
You just need to drop the files in as the base files haven’t changed since the changes were done.[url=“/_imported_xf_attachments/0/566_capone.zip?:”]capone.zip[/url]
-
jbsclm, I will most likely add these items in the next release as I had to recover my systems for a minute there.
r1267 released.
With this release comes some, fairly, significant changes.
The tftpboot folder now only contains the pxelinux.0.old, default.ipxe, ipxe.krn, and undionly.kpxe files. It does have a couple other files as well, but I’m not fully ready to get rid of them entirely.
The init.gz and bzImage are now stored in the web directory under service/ipxe. Memtest does not work as a kernel with ipxe in this new setup. To fix this, memtest.bin is now in it’s place. It works the same, and works with ipxe. Update your memtest lines in the FOG Settings under the web gui if you’ve already installed FOG 0.33b, or just perform a fresh install.
The “pxelinux.0” file has been removed and is called undionly.kpxe. You will need to update your option 67. I’ve already made the changes so the installer informs you of this as well as, if you’re using FOG to be the dhcp server, sets up with the correct file.
There is no more /tftpboot/pxelinux.cfg or fog folders as I sort of stated above.
r1268 released.
Just removes the link creation to point back to irrelevant locations now.
I’m sure it will be rough at first, but it’s all for the better.
-
Great news Tom, appreciate the hard work!
time for testing windows 8 64bit
-
Just remember, it works, but limited. You still have to repair the boot up once complete. I haven’t found a means to get this working yet.
-
r1270 released.
Shutdown options are now added to the capone plugin.
-
r1271 released.
Some minor changes have been made. First important one is undionly.kpxe will keep retrying dhcp until it get’s a valid dhcp address. If you’re using virtualbox on 4.3.6, chances are you will have to power down the system for it to obtain a valid IP. Otherwise, all should be fine.
Hardware Information (when you click on the disk space graph) should now display the appropriate node information. I also added a side menu that displays the node information such as name, path, and ip address.
Thank you,
-
r1272 released.
Only thing adjusted for this release is the boot.php file. I’ve moved the components from base.inc.php to BootMenu.class.php in lib/fog/
The boot.php file uses this now to get the taskings.
Quickimage is truly quick now in that after you setup the tasking, it will start the task directly after. No more reboot for quick image from menu. Quick delete is also quick in that it will delete the host and return you to the menu without reboot.
Hopefully you all enjoy.
-
r1273 released.
Fixes an issue with the capone menu not generating the storage information. Sorry, I was hasty in getting the class file created, I forgot to add the variables it was looking for. This should be fixed now.
Thank you,
-
r1274 released.
No majorly huge change. efibootmgr is now built. As it’s a custom package for init.xz, it’s configuration information has been setup within the src/buildroot/package tree.
Linux kernel has to be built with this under a specialized method. For this, the TomElliott.config file has been updated in kernel folder.
init.gz is no more, it’s now init.xz just so people know from the extension what type of compression it is. Just remember when compressing it back if making customizations to use [code]xz -d -C crc32[/code] If you’re doing an update, make the change in FOG Configuration->FOG Settings->FOG_PXE_BOOT_IMAGE. If doing a clean install, you should be fine as I’ve updated the ubuntu/redhat functions.sh to reflect this new change.
r1275 released.
Just adds the TomElliott.config to the src/buildroot folder for ease later on.
-
This new init.zx don’t have kexec, no?
-
It should have kexec, but I’ll take a look. Sorry if I missed it.
-
I find it in /usr/sbin, sorry :oops:
You must say me how make you it -
Just as I stated before.
From menuconfig
Target packages->Debugging, profiling and benchmark, kexec. I also have added the kexec zlib support as well.
-
r1276 and r1277 released.
Just tweaking the init.gz so partclone works again properly with ncurses. You MUST have udev fs for ncurses to work apparently. I knew this was was just testing things out for efi translation later on I think.
r1277 should fix the errors thrown from SubMenu.class.php, though I don’t know for sure yet.
-
r1278 released.
Fixes a double $ sign on line 332 of the BootMenu.class.php file.
Thank you,
-
This post is deleted! -
r1279 released.
Only change is added my name to the footer per Chucks request. A few other changes populated, but it was just me testing the hooking stuff. Nothing of any real significance.
-
You don’t happen to have an official Github repo do you?
-
not yet, working slowly to create one
I’m kind of partial to svn atm though as well, so it may be a bit.