Closed
Bug 1463302
Opened 7 years ago
Closed 7 years ago
Process for generating Win10 installer vhd from install ISO
Categories
(Infrastructure & Operations :: RelOps: General, task)
Infrastructure & Operations
RelOps: General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1474548
People
(Reporter: dividehex, Assigned: dividehex)
References
Details
There was a lot of work done during the Relops work week on setting up a process to convert a Windows 10 ISO to a vhd file that could be then used to produce a base Win10 disk image for both ec2 (AMI) or baremetal image.
Let's go back and update this bug with that info and finish the process! :-D
Updated•7 years ago
|
Depends on: iso-to-ami
Assignee | ||
Comment 1•7 years ago
|
||
For posterity, this is the extent of the snippets I took down while testing a POC on win10 ami building during the work week. I'm going to close this bug since bug 1474548 is where the current work is being recorded.
PS C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell> (New-ObjectNet.WebClient).DownloadFile('https://github.com/git-for-windows/git/releases/download/v2.17.0.windows.1/Git-2.17.0-64-bit.exe','C:\Git-2.17.0-64-bit.exe')
PS C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell> C:\Git-2.17.0-64-bit.exe
PS C:\Users\Administrator> git clone https://github.com/dividehex/relops_image_builder.git
PS C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell> Set-AWSCredential -AccessKey REDACED -SecretKey READACTED -StoreAs relops-image-builder
PS C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell> Initialize-AWSDefaultConfiguration -ProfileName relops-image-builder -Region us-west-2
PS C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell> Set-AWSCredential -ProfileName relops-image-builder
PS C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell> Copy-S3Object -BucketName relops-image-builder -Key ISOs/en_windows_10_enterprise_version_1703_updated_july_2017_x64_dvd_10925376.iso -LocalFile win10.iso
PS C:\Users\Administrator\relops_image_builder> . .\Convert-WindowsImage.ps1; Convert-WindowsImage -RemoteDesktopEnable -SourcePath C:\win10.iso -Edition Enterprise -VHDPath .\win1064_build.vhdx
PS C:\Users\Administrator\relops_image_builder> Write-S3Object -BucketName relops-image-builder -Key "VHDs/win1064_build.vhdx" -File .\win1064_build.vhdx
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•