Windows – Bootable Windows Server 2016 USB Drive

installationusb-bootwindowswindows-server-2016

I have 8 HP ProLiant DL380 servers that are mounted in a data center. I have to deploy Windows Server 2016 Datacenter operating system on all of them using a particular customer's (modified) ISO.

Unfortunately, the only way I can access this installation ISO is inside the DC security zone, which means I will have to create a bootable USB drive on-premise to install the farm. Another problem is that according to customer's SLA using any additional software for creating bootable drives is prohibited.
Is there any way of creating a Windows Server 2016 bootable USB using only native Windows 2016 Server tools?

Thanks in advance!

Best Answer

Yes. This can be done using native Windows commands like diskpart, bootsect and copy (xcopy).

Here are the guides that cover the topic exactly: https://www.starwindsoftware.com/blog/how-to-create-bootable-windows-server-2016-usb-thumb-drive-for-installing-os

http://itproguru.com/expert/2016/05/create-bootable-windows-server-2016-usb-thumb-drive-for-installing-os/

Hope this helps.