If you deploy the emergency-files to your lumia950xl with the WPI, it can happend that the last volume don't get the label "Data". This shouldn't be a problem for WOA because we use the GPT partition name instead of the volume name. But one single line in the PartitionCleaner.cs use the volume name.
This result in an error in Phone disk preparation failed in the frontend that stop the deployment. If you look in the log you see the full error:
Deployer.FileSystem.PartitioningException: The label of the last partition should be 'Data' and it's ''
bei Deployer.Lumia.PartitionCleaner.<EnsureDataIsLastPartition>d__3.MoveNext()
To Reproduce
Steps to reproduce the behavior:
Deploy your Lumia950XL with the emergency-files or with the Windows Device Recovery Tool
Open the disk management on check if the last partition have the label Data
if not remove that label over the propertys
try to deploy your WinARM via WOA and you see the error.
Expected behavior
No error or a message that ask me, if it should be change the volume label.
Current workaround
go in the disk management and change the labe of the last partition to Data. Make sure you use the last partition.
If nobody grab this in the next 8h I start working on the fix by myself. But now I go to sleep. Good night internet 😎
Describe the bug
If you deploy the emergency-files to your lumia950xl with the WPI, it can happend that the last volume don't get the label "Data". This shouldn't be a problem for WOA because we use the GPT partition name instead of the volume name. But one single line in the PartitionCleaner.cs use the volume name. This result in an error in
Phone disk preparation failed
in the frontend that stop the deployment. If you look in the log you see the full error:To Reproduce
Steps to reproduce the behavior:
Data
Expected behavior No error or a message that ask me, if it should be change the volume label.
Current workaround
go in the disk management and change the labe of the last partition to
Data
. Make sure you use the last partition.