Windows 10 USB installation stuck at 'Copying Windows files (0%)'
After formatting the SSD in my laptop, I am trying to install Windows 10 on it using a USB created from the Windows Media Creation Tool (I have tried multiple USBs). When I do this, the process does not get farther than 'Copying Windows files (0%)'.
I have formatted it, cleaned it, and checked it for write protection through the Windows commandprompt but it still does not proceed. I know ubuntu can be installed on it, but not Win 10.
windows windows-10 installation windows-installation
add a comment |
After formatting the SSD in my laptop, I am trying to install Windows 10 on it using a USB created from the Windows Media Creation Tool (I have tried multiple USBs). When I do this, the process does not get farther than 'Copying Windows files (0%)'.
I have formatted it, cleaned it, and checked it for write protection through the Windows commandprompt but it still does not proceed. I know ubuntu can be installed on it, but not Win 10.
windows windows-10 installation windows-installation
What build of Windows 10, are you trying to install, hopefully you are installing 1703
– Ramhound
Jul 13 '17 at 14:20
@Ramhound Yes, I am installing 1703
– CDO
Jul 13 '17 at 14:23
get a clean ISO from MS and use tools like rufus to create a bootabe USB drive
– magicandre1981
Oct 22 '17 at 8:12
add a comment |
After formatting the SSD in my laptop, I am trying to install Windows 10 on it using a USB created from the Windows Media Creation Tool (I have tried multiple USBs). When I do this, the process does not get farther than 'Copying Windows files (0%)'.
I have formatted it, cleaned it, and checked it for write protection through the Windows commandprompt but it still does not proceed. I know ubuntu can be installed on it, but not Win 10.
windows windows-10 installation windows-installation
After formatting the SSD in my laptop, I am trying to install Windows 10 on it using a USB created from the Windows Media Creation Tool (I have tried multiple USBs). When I do this, the process does not get farther than 'Copying Windows files (0%)'.
I have formatted it, cleaned it, and checked it for write protection through the Windows commandprompt but it still does not proceed. I know ubuntu can be installed on it, but not Win 10.
windows windows-10 installation windows-installation
windows windows-10 installation windows-installation
asked Jul 13 '17 at 14:17
CDOCDO
814
814
What build of Windows 10, are you trying to install, hopefully you are installing 1703
– Ramhound
Jul 13 '17 at 14:20
@Ramhound Yes, I am installing 1703
– CDO
Jul 13 '17 at 14:23
get a clean ISO from MS and use tools like rufus to create a bootabe USB drive
– magicandre1981
Oct 22 '17 at 8:12
add a comment |
What build of Windows 10, are you trying to install, hopefully you are installing 1703
– Ramhound
Jul 13 '17 at 14:20
@Ramhound Yes, I am installing 1703
– CDO
Jul 13 '17 at 14:23
get a clean ISO from MS and use tools like rufus to create a bootabe USB drive
– magicandre1981
Oct 22 '17 at 8:12
What build of Windows 10, are you trying to install, hopefully you are installing 1703
– Ramhound
Jul 13 '17 at 14:20
What build of Windows 10, are you trying to install, hopefully you are installing 1703
– Ramhound
Jul 13 '17 at 14:20
@Ramhound Yes, I am installing 1703
– CDO
Jul 13 '17 at 14:23
@Ramhound Yes, I am installing 1703
– CDO
Jul 13 '17 at 14:23
get a clean ISO from MS and use tools like rufus to create a bootabe USB drive
– magicandre1981
Oct 22 '17 at 8:12
get a clean ISO from MS and use tools like rufus to create a bootabe USB drive
– magicandre1981
Oct 22 '17 at 8:12
add a comment |
2 Answers
2
active
oldest
votes
Try booting off a Windows DVD if your system has a DVD R/W available. It should work like a charm. Let me know about any troubles throug comments.
add a comment |
Right, this solution may sound really far-fetched, but bear with me as this worked for me.
- Grab the tool Rufus and an Ubuntu ISO, both are available online.
- Use Rufus to burn the ISO to a USB. Choose the FAT32 option and if your partition table is MBR, choose the option that has 'BIOS' in it else choose one of the UEFI options.
- When it is done, boot from the Ubuntu USB. When asked, select Try Ubuntu.
- Once you see a desktop, press CTRL ALT T to load the terminal. Keep this open in the background.
- Search for a program called Disks, open it and navigate to your SSD. Make a note of its path, eg /Dev/D
Going back to the terminal window you should have open, type in the following commands, where [path] is the path of your SSD, so something like /Dev/d:
sudo hdparm --user-master u --security-set-pass passkey [path]
sudo hdparm --user-master u --security-erase passkey [path]
sudo hdparm -I [path]
At the end of the last command, you should see some lines of text. Look for the line that says 'not frozen'. That means it has been done correctly. If it says 'frozen', this fix probably won't work for you.
Turn your computer off, and boot to your Windows 10 USB.
Go through the options, then press 'Custom Install'. Delete all partitions shown, highlight the unallocated space then press Next. The installation should go perfectly.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1229540%2fwindows-10-usb-installation-stuck-at-copying-windows-files-0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try booting off a Windows DVD if your system has a DVD R/W available. It should work like a charm. Let me know about any troubles throug comments.
add a comment |
Try booting off a Windows DVD if your system has a DVD R/W available. It should work like a charm. Let me know about any troubles throug comments.
add a comment |
Try booting off a Windows DVD if your system has a DVD R/W available. It should work like a charm. Let me know about any troubles throug comments.
Try booting off a Windows DVD if your system has a DVD R/W available. It should work like a charm. Let me know about any troubles throug comments.
answered Oct 22 '17 at 7:06
Rezn0vRezn0v
855
855
add a comment |
add a comment |
Right, this solution may sound really far-fetched, but bear with me as this worked for me.
- Grab the tool Rufus and an Ubuntu ISO, both are available online.
- Use Rufus to burn the ISO to a USB. Choose the FAT32 option and if your partition table is MBR, choose the option that has 'BIOS' in it else choose one of the UEFI options.
- When it is done, boot from the Ubuntu USB. When asked, select Try Ubuntu.
- Once you see a desktop, press CTRL ALT T to load the terminal. Keep this open in the background.
- Search for a program called Disks, open it and navigate to your SSD. Make a note of its path, eg /Dev/D
Going back to the terminal window you should have open, type in the following commands, where [path] is the path of your SSD, so something like /Dev/d:
sudo hdparm --user-master u --security-set-pass passkey [path]
sudo hdparm --user-master u --security-erase passkey [path]
sudo hdparm -I [path]
At the end of the last command, you should see some lines of text. Look for the line that says 'not frozen'. That means it has been done correctly. If it says 'frozen', this fix probably won't work for you.
Turn your computer off, and boot to your Windows 10 USB.
Go through the options, then press 'Custom Install'. Delete all partitions shown, highlight the unallocated space then press Next. The installation should go perfectly.
add a comment |
Right, this solution may sound really far-fetched, but bear with me as this worked for me.
- Grab the tool Rufus and an Ubuntu ISO, both are available online.
- Use Rufus to burn the ISO to a USB. Choose the FAT32 option and if your partition table is MBR, choose the option that has 'BIOS' in it else choose one of the UEFI options.
- When it is done, boot from the Ubuntu USB. When asked, select Try Ubuntu.
- Once you see a desktop, press CTRL ALT T to load the terminal. Keep this open in the background.
- Search for a program called Disks, open it and navigate to your SSD. Make a note of its path, eg /Dev/D
Going back to the terminal window you should have open, type in the following commands, where [path] is the path of your SSD, so something like /Dev/d:
sudo hdparm --user-master u --security-set-pass passkey [path]
sudo hdparm --user-master u --security-erase passkey [path]
sudo hdparm -I [path]
At the end of the last command, you should see some lines of text. Look for the line that says 'not frozen'. That means it has been done correctly. If it says 'frozen', this fix probably won't work for you.
Turn your computer off, and boot to your Windows 10 USB.
Go through the options, then press 'Custom Install'. Delete all partitions shown, highlight the unallocated space then press Next. The installation should go perfectly.
add a comment |
Right, this solution may sound really far-fetched, but bear with me as this worked for me.
- Grab the tool Rufus and an Ubuntu ISO, both are available online.
- Use Rufus to burn the ISO to a USB. Choose the FAT32 option and if your partition table is MBR, choose the option that has 'BIOS' in it else choose one of the UEFI options.
- When it is done, boot from the Ubuntu USB. When asked, select Try Ubuntu.
- Once you see a desktop, press CTRL ALT T to load the terminal. Keep this open in the background.
- Search for a program called Disks, open it and navigate to your SSD. Make a note of its path, eg /Dev/D
Going back to the terminal window you should have open, type in the following commands, where [path] is the path of your SSD, so something like /Dev/d:
sudo hdparm --user-master u --security-set-pass passkey [path]
sudo hdparm --user-master u --security-erase passkey [path]
sudo hdparm -I [path]
At the end of the last command, you should see some lines of text. Look for the line that says 'not frozen'. That means it has been done correctly. If it says 'frozen', this fix probably won't work for you.
Turn your computer off, and boot to your Windows 10 USB.
Go through the options, then press 'Custom Install'. Delete all partitions shown, highlight the unallocated space then press Next. The installation should go perfectly.
Right, this solution may sound really far-fetched, but bear with me as this worked for me.
- Grab the tool Rufus and an Ubuntu ISO, both are available online.
- Use Rufus to burn the ISO to a USB. Choose the FAT32 option and if your partition table is MBR, choose the option that has 'BIOS' in it else choose one of the UEFI options.
- When it is done, boot from the Ubuntu USB. When asked, select Try Ubuntu.
- Once you see a desktop, press CTRL ALT T to load the terminal. Keep this open in the background.
- Search for a program called Disks, open it and navigate to your SSD. Make a note of its path, eg /Dev/D
Going back to the terminal window you should have open, type in the following commands, where [path] is the path of your SSD, so something like /Dev/d:
sudo hdparm --user-master u --security-set-pass passkey [path]
sudo hdparm --user-master u --security-erase passkey [path]
sudo hdparm -I [path]
At the end of the last command, you should see some lines of text. Look for the line that says 'not frozen'. That means it has been done correctly. If it says 'frozen', this fix probably won't work for you.
Turn your computer off, and boot to your Windows 10 USB.
Go through the options, then press 'Custom Install'. Delete all partitions shown, highlight the unallocated space then press Next. The installation should go perfectly.
edited Jan 13 '18 at 18:44
Pierre.Vriens
1,23561218
1,23561218
answered Jan 13 '18 at 17:26
Edward AdamsEdward Adams
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1229540%2fwindows-10-usb-installation-stuck-at-copying-windows-files-0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What build of Windows 10, are you trying to install, hopefully you are installing 1703
– Ramhound
Jul 13 '17 at 14:20
@Ramhound Yes, I am installing 1703
– CDO
Jul 13 '17 at 14:23
get a clean ISO from MS and use tools like rufus to create a bootabe USB drive
– magicandre1981
Oct 22 '17 at 8:12