mkdir c:\HVCoreDir
cd c:\HVCoreDir
diskpart
create vdisk file=C:\HVCoreDir\HVCoreBoot.vhd maximum=12000 type=fixed
select vdisk file=C:\HVCoreDir\HVCoreBoot.vhd
attach vdisk
create partition primary
select partition 1
active
assign letter=Y
format quick fs=ntfs label="HVCoreBoot"
exit
# Powershell
Mount-DiskImage -ImagePath "C:\HVCoreDir\SHV_X64FRE_DE-DE_DV9.ISO" -StorageType ISO -PassThru | Get-Volume
DriveLetter FileSystemLabel FileSystem DriveType HealthStatus OperationalStatus SizeRemaining Size
----------- --------------- ---------- --------- ------------ ----------------- ------------- ----
F SHV_X64FRE_DE-DE_DV9 UDF CD-ROM Healthy OK 0 B 2.65 GB
DISM /Get-WimInfo /WimFile:F:\sources\Install.WIM /index:1
Version: 10.0.14393.0
Details für Abbild: "F:\sources\Install.WIM"
Index: "1"
Name: "Hyper-V Server 2016"
Beschreibung: "Durch diese Option wird Hyper-V installiert."
Größe: 7.794.088.697 Bytes
WIM startbar: Nein
Architektur: x64
Hal: acpiapic
Version: 10.0.14393
Service Pack-Build: 0
Service Pack-Nummer: 0
Edition: ServerHyper
Installation: Server Core
Produkttyp: ServerNT
Produktsuite: Terminal Server
Systemstamm: WINDOWS
Verzeichnisse: 11532
Dateien: 52343
Erstellt: 21.11.2016 - 12:58:23
Geändert: 21.11.2016 - 12:58:45
Sprachen:
de-DE (Standard)
DISM /apply-image /imagefile:F:\sources\Install.WIM /index:1 /applydir:Y:
Tool zur Imageverwaltung für die Bereitstellung
Version: 10.0.14393.0
Das Image wird angewendet.
[===== 9.0% ]
REG load HKLM\HyperVRegistry Y:\windows\system32\config\system
REG add “HKLM\HyperVRegistry\ControlSet001\Control\Session Manager\Memory Management” /v PagingFiles /t REG_MULTI_SZ /d “” /f
REG delete “HKLM\HyperVRegistry\ControlSet001\Control\Session Manager\Memory Management” /v ExistingPageFiles /f
REG unload HKLM\HyperVRegistry
diskpart
list disk
select disk ...
clean
create partition primary
select partition 1
active
assign letter=X
format quick fs=ntfs label="HVCoreStick"
exit
BOOTSect /nt60 X: /force /MBR
BCDBOOT Y:\windows /s X: /f all /v
...
Install Backup Catalog
msiexec /i "H:\Catalog\VeeamBackupCatalog64.msi"
H:\Redistr\x64\SQLSysClrTypes.exe
H:\Redistr\x64\SharedManagementObjects.exe
H:\Redistr\x64\SqlExpress\2016SP1\SQLEXPR_x64_ENU
Setup.exe /qs /ACTION=Install /FEATURES=SQLEngine /INSTANCENAME=MSSQLSERVER /IAcceptSQLServerLicenseTerms="True"
msiexec.exe /i h:\Backup\Server.x64.msi