26/12/2018

Bootable Windows Server 2016 USB si oluşturmak.

Elimde ki ikinci laptopa windows server 2016 kurmak istedim ancak image file 6 GB dı ve elimde 8 GB lık DVD hiç yoktu. Bir USB ye format atıp bootable yapmak istedim.

Önce virtual disk yazılımı kullanarak Server iso sunu mount ettim (Drive ismi i:). Daha sonra 8GB lık USB yi taktım.

Başlat–>CMD–> sağ klik administrator olarak kullan.

C:\WINDOWS\system32>diskpart
Microsoft DiskPart version 10.0.17134.1
Copyright (C) Microsoft Corporation.
On computer: MONSTER
DISKPART> list disk
  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          223 GB  1024 KB
  Disk 1    Online          931 GB      0 B
  Disk 2    Online         7596 MB      0 B
DISKPART> select disk 2
Disk 2 is now the selected disk.

Bundan sonrası çok tehlikeli hangi diski seçtiğinize çok dikkat edin. Sonra sıra ile aşağıda ki komutları girin.

clean
create partition primary
select partition 1
active
format fs=ntfs quick label=”2016TP5”
exit

Böylece formatlanmış tertemiz bir USB miz oldu.

Ve i: ya geçip aşağıda ki işlemleri yapın.

C:\WINDOWS\system32>i:
I:\>cd boot
I:\boot>bootsect.exe /nt60 h:
Target volumes will be updated with BOOTMGR compatible bootcode.
H: (\\?\Volume{ee8264c4-02a2-11e7-af86-e4a7a0362be8})
    Successfully updated NTFS filesystem bootcode.
Bootcode was successfully updated on all targeted volumes.

Artık USB mizde bootable oldu. Şimdi vereceğimiz komutta Drive harflerine dikkat edin ve uzun sürmesini bekleyin. Özellikle vim dosyası baya uzun sürüyor.

I:\boot>xcopy i:\*.* H:\ /E /H /F

Bu adımdan sonra USB yi diğer sisteme takıp boot edebilirsiniz.

]]>

Leave a Reply