Options for deploying standardized image to desktop & laptops?
-
@DustinB3403 I'm not sure if all of our desktops support PXE booting or not (some of our workstations are old, so I don't know for sure).
As far as using the VM as the image, I don't follow what you mean :-S...
I could use WADT, but since I've never used it before, it seems like that might be a lot of extra work to get it up and running (especially since I'd have to build a server for it, even if it was a virtual server). I like the simplicity of our PC techs being able to boot from a PE disc, map a drive to the network, and restore the pre-built image.
-
@Shuey said in Options for deploying standardized image to desktop & laptops?:
@DustinB3403 I'm not sure if all of our desktops support PXE booting or not (some of our workstations are old, so I don't know for sure).
I like the simplicity of our PC techs being able to boot from a PE disc, map a drive to the network, and restore the pre-built image.That's PXE booting.
-
@DustinB3403 Right, PXE booting essentially works the same way as how we're currently doing it. But it's a whole 'nother ball of wax. If I go the route of PXE booting, I'd have to make sure that all of our hardware supports it, and I'd have to still learn how to deploy using PXE boot (what would I use to build the image? what "server" would I use to host and deploy the image? etc)
-
@Shuey almost all hardware supports PXE, as it's been around forever.
Even the Lenovo Carbon supports it, with external USB NIC.
-
@Shuey said in Options for deploying standardized image to desktop & laptops?:
I could use WADT,
It does work.
You'll be building on the skills that the next tool kit for 10 needs (I've not looked into it).
Or...
You can bite the bullet and use FOG, which is a pain in the arse to get going and learn if you're not super familiar with it or similar. The pay off with FOG is it will deploy ANY operating system. Moving to win10? Meh. Moving to win11? Meh. etc.
-
@MattSpeller the Fog team has really gone out of their way recently to make it much easier to get setup and going.
-
@DustinB3403 awesome! not used it in a couple years
-
@MattSpeller @DustinB3403 Thanks guys. It sounds like FOG is gonna be the next route to look into. I'm already getting a VM setup for the "server" and am gonna keep digging into their wiki.
-
@DustinB3403 said in Options for deploying standardized image to desktop & laptops?:
@MattSpeller the Fog team has really gone out of their way recently to make it much easier to get setup and going.
I should probably take another look at it, as I haven't for at least a couple of years.
-
@travisdh1 said in Options for deploying standardized image to desktop & laptops?:
@DustinB3403 said in Options for deploying standardized image to desktop & laptops?:
@MattSpeller the Fog team has really gone out of their way recently to make it much easier to get setup and going.
I should probably take another look at it, as I haven't for at least a couple of years.
Ditto
-
I like this, lol: (https://wiki.fogproject.org/wiki/index.php?title=New_Home_Page#Hardware)
Requirements
Hardware
FOG is best implemented on a dedicated server, any spare machine you have. We recommend that you have sufficient hard drive space as each image you make is usually between 5 and 10 GB and it's best to have a gigabit NIC with as much processor and RAM you can throw at it.Wow, that's SO helpful of them to tell me exactly how much CPU, RAM and HD resources to throw at my server, lol!
-
@Shuey Honestly the only thing you really need for a FOG server is a gigabit nic and about 50-100GB of disk space on an array that can put out 100MB/s. RAM/CPU requirements are hilariously low.
-
@Shuey said in Options for deploying standardized image to desktop & laptops?:
I like this, lol: (https://wiki.fogproject.org/wiki/index.php?title=New_Home_Page#Hardware)
Requirements
Hardware
FOG is best implemented on a dedicated server, any spare machine you have. We recommend that you have sufficient hard drive space as each image you make is usually between 5 and 10 GB and it's best to have a gigabit NIC with as much processor and RAM you can throw at it.Wow, that's SO helpful of them to tell me exactly how much CPU, RAM and HD resources to throw at my server, lol!
You can disregard the dedicated hardware, I ran this at my last place as a VM on XenServer 6.5. I did have a dedicated NIC for a separate DHCP server that was running within the VM though.
This way I only had a single cable coming out of this NIC to my office, that had a 8 port switch so I could PXE boot, and image up to 7 computers at once.
I was getting NL-Gbe performance while deploying an image to my hardware.
-
@DustinB3403 Can confirm, my last FOG server was dedicated but with a pentium 4, 2gb ram and 8x 320gb drives in raid10
If you have a modern server, just use a VM. We have a lot of old crap laying around and electricity here is dirt cheap.
-
Uploading was approximately ~600 mbps of an image.
Which the image was hosted on the same hypervisor.
To update the golden image, I would shutdown the golden-VM, switch the NIC to "internet" NIC, update any programs or windows updates, sysprep & generalize the OS and shutdown the golden-VM.
I'd then connect to my fog instance (via XO), open the console and create an upload task for my "golden-VM".
Then go back to the golden-VM, swap the NIC, PXE boot to my fog network and the upload would proceed.
Once completed, I'd test the image process by grabbing a different laptop.
-
The whole imaging process from blank hard disk to Windows 7/10 was under 10 minutes. From there, join the system to the domain, and be on my way.
-
FOG ended up being just the ticket! It was easy to deploy, easy to configure, and I already had a base VM ready to go for image capture. Capturing and deploying the image was a breeze and took about 60 minutes total (not bad at all for the size of the base image and the speed of our infrastructure).
Thanks for taking me into giving it a try - it was well worth the time!
-
@Shuey said in Options for deploying standardized image to desktop & laptops?:
FOG ended up being just the ticket! It was easy to deploy, easy to configure, and I already had a base VM ready to go for image capture. Capturing and deploying the image was a breeze and took about 60 minutes total (not bad at all for the size of the base image and the speed of our infrastructure).
Thanks for taking me into giving it a try - it was well worth the time!
Sounds like I need to go ahead and set one up in my lab. It's been years, so probably time for a self refresher anyway.
-
@Shuey said in Options for deploying standardized image to desktop & laptops?:
FOG ended up being just the ticket! It was easy to deploy, easy to configure, and I already had a base VM ready to go for image capture. Capturing and deploying the image was a breeze and took about 60 minutes total (not bad at all for the size of the base image and the speed of our infrastructure).
Thanks for taking me into giving it a try - it was well worth the time!
Awesome, glad it works well!
-
@Shuey said in Options for deploying standardized image to desktop & laptops?:
I've currently been using a Macrium PE disc (free version)
This version is for non-commercial home use.