Загрузка страницы

Make bootable USB media from the Server 2016 ISO

Yes, every 180 days I have to refresh my Windows Server lab when the trial period expires on my HyperV host server. I'm making this video for my own reference in the future. But it could surely be of use to you when you find yourself in the same position. I went with the first article at the top of the search. It seems to go well until the very end. The article crams several commands together and they just don't work that way. Don't worry, I figure it out. Everything is great now. The new server is built and refreshing the lab continues. Up next I will be exploring System Center Virtual Machine Manager or SCVMM. Thanks again!

following this tutorial
https://www.disk-partition.com/server-2016/windows-server-2016-bootable-usb-7201.html

System Center Evaluations
https://www.microsoft.com/en-us/evalcenter/evaluate-system-center-2016

REM Open command prompt as administrator
REM type
diskpart
list disk
select disk #
REM (# is the disk number of the target USB drive.)
clean
REM (Deletes all partitions on the selected disk.)
create partition primary
select partition 1
format fs=ntfs quick
active
REM (set the selected partition active
assign letter= r
REM (or other available letter)
exit

REM Mount the Server 2016 ISO and copy all the files to the thumb drive
REM The tutorial does not break up the following commands. You need to break them up.

D:
REM (Drive letter of the mounted ISO)
cd\boot\
REM (Change to boot folder on D:)
bootsect.exe /nt60 R:
REM (Write the boot sector on R:)

Видео Make bootable USB media from the Server 2016 ISO канала ShotokuTech
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
16 января 2020 г. 4:15:00
00:05:29
Яндекс.Метрика