MS Server 2016 image KVM boot fail
Hi!
I just created a MS Server 2016 qcow2 image on Windows 8.1 with the cloudbase imaging tools.
When i try to start a new instance in Openstack i get 0xc00000001 error on startup.
I use Virtio version 1.133-2 with these parameters:
New-WindowsOnlineImage -WimFilePath $wimFilePath -ImageName $image.ImageName
-WindowsImagePath $windowsImagePath -Type 'KVM' -ExtraFeatures @()
-SizeBytes 20GB -CpuCores 4 -Memory 2GB -SwitchName $switchName
-ProductKey $productKey -DiskLayout 'BIOS' -VirtioISOPath $virtIOISOPath
-InstallUpdates:$false -AdministratorPassword 'Password' `
-PurgeUpdates:$false -DisableSwap:$true
On image creation I have several errors:
BFSVC: SetNamedSecurityInfo failed! Error code = 0x2 BFSVC: SetNamedSecurityInfo failed! Error code = 0x2 BFSVC: SetNamedSecurityInfo failed! Error code = 0x2 BFSVC: SetNamedSecurityInfo failed! Error code = 0x2
WARNING: BCDEdit failed: bootmgr device locate WARNING: BCDEdit failed: default device locate WARNING: BCDEdit failed: default osdevice locate Adding drivers from H: Adding drivers from "H:\WIN8\AMD64" to image "G:\"
Deployment Image Servicing and Management tool Version: 6.3.9600.17031
Error: 50
To service this Windows image requires the latest version of the DISM. See http://go.microsoft.com/fwlink/?LinkI... to find the latest version of DISM,
I tried to start the downloadable MS Server 2012 R2 eval from cloudbase, and it's works. I followed the creation steps from there.