-
- Novice
- Posts: 3
- Liked: never
- Joined: Apr 19, 2017 1:46 pm
Recovery media error: failed to change disk layout
Dear,
When I try to create recovery media on a WD Elements 1TB harddisk, I get an error that reads:
'Preparing USB disk Error: Failed to change disk layout'.
It's a brand new hard drive and I'm logged on a Windows Server 2012 R2 with Administrator priviliges.
Ps. I'm sorry I don't have a support case ID, but the internet told me that my question would most likely be answered in this forum.
When I try to create recovery media on a WD Elements 1TB harddisk, I get an error that reads:
'Preparing USB disk Error: Failed to change disk layout'.
It's a brand new hard drive and I'm logged on a Windows Server 2012 R2 with Administrator priviliges.
Ps. I'm sorry I don't have a support case ID, but the internet told me that my question would most likely be answered in this forum.
-
- Product Manager
- Posts: 14726
- Liked: 1707 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Recovery media error: failed to change disk layout
dipitroguc,
Can you format this drive via native Windows tools (i.e. disk manager) and then run recovery media creation again? Thanks.
Can you format this drive via native Windows tools (i.e. disk manager) and then run recovery media creation again? Thanks.
-
- Product Manager
- Posts: 8191
- Liked: 1322 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: Recovery media error: failed to change disk layout
As an addition to Dima's response
It is possible that you will get an error even after that. In that case diskpart will be able to help you:
However, don't run this step by step because it will completely wipe your 1TB usb disk so you might want to create different partitions first and so on...
This is not uncommon what you see as many of those vendors "prepare" the drive which makes it impossible for others to make it bootable. Considering many of these devices are bought by end-users, it is actually not even a bad idea
It is possible that you will get an error even after that. In that case diskpart will be able to help you:
Code: Select all
diskpart
list disk
select disk #
clean
create partition primary
select partition 1
active
format quick fs=fat32 (or other)
assign
exit
This is not uncommon what you see as many of those vendors "prepare" the drive which makes it impossible for others to make it bootable. Considering many of these devices are bought by end-users, it is actually not even a bad idea
-
- Novice
- Posts: 3
- Liked: never
- Joined: Apr 19, 2017 1:46 pm
Re: Recovery media error: failed to change disk layout
Thank you Dima and Mike!
I had already tried the disk manager format and I still had an error after that, like Mike said could happen.
So I tried diskpart and it worked!
Now I'm just wondering for the reason behind this.
Is the cleaning function of diskpart more thorough than disk manager? Is it the fact that I didn't make the partition active in disk manager?
I had already tried the disk manager format and I still had an error after that, like Mike said could happen.
So I tried diskpart and it worked!
Now I'm just wondering for the reason behind this.
Is the cleaning function of diskpart more thorough than disk manager? Is it the fact that I didn't make the partition active in disk manager?
-
- Product Manager
- Posts: 8191
- Liked: 1322 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: Recovery media error: failed to change disk layout
To say it very simple... Disk manager prohibits you from making actions that are irreversible. Diskpart doesn't, so the clean option cleans everything from that disk without being able to revert. Disk manager will not do that.
-
- Novice
- Posts: 3
- Liked: never
- Joined: Apr 19, 2017 1:46 pm
Re: Recovery media error: failed to change disk layout
Thanks again!
Who is online
Users browsing this forum: No registered users and 17 guests