F5F Stay Refreshed Software Operating Systems Windows refuses to set up on SSD devices.

Windows refuses to set up on SSD devices.

Windows refuses to set up on SSD devices.

E
Ectocraft
Junior Member
32
02-01-2023, 09:35 PM
#1
Hello everyone, I've already shared this in the troubleshooting section, but it hasn't gotten much attention yet. Perhaps someone here knows how to fix it. I recently swapped my old HDD for a new SSD and had to rely on Acer eRecovery Management. I created a recovery partition using three disks. Everything seems to be working now, but after installing Windows, I encountered an error: "Error=1005 (the volume does not contain a recognized file system)." Please check that all necessary drivers are installed and the volume isn't corrupted. What should I do next?
E
Ectocraft
02-01-2023, 09:35 PM #1

Hello everyone, I've already shared this in the troubleshooting section, but it hasn't gotten much attention yet. Perhaps someone here knows how to fix it. I recently swapped my old HDD for a new SSD and had to rely on Acer eRecovery Management. I created a recovery partition using three disks. Everything seems to be working now, but after installing Windows, I encountered an error: "Error=1005 (the volume does not contain a recognized file system)." Please check that all necessary drivers are installed and the volume isn't corrupted. What should I do next?

M
Minigunner500
Member
235
02-01-2023, 10:26 PM
#2
I recommend starting with a fresh setup since I faced the same issue and needed to remove all existing data. Make sure no other drives are connected before proceeding.
M
Minigunner500
02-01-2023, 10:26 PM #2

I recommend starting with a fresh setup since I faced the same issue and needed to remove all existing data. Make sure no other drives are connected before proceeding.

J
JzMW
Junior Member
48
02-04-2023, 09:42 PM
#3
The issue is that I'm unable to perform a clean installation. While I can complete a clean install on an HDD, the process fails on an SSD, resulting in the error you're encountering.
J
JzMW
02-04-2023, 09:42 PM #3

The issue is that I'm unable to perform a clean installation. While I can complete a clean install on an HDD, the process fails on an SSD, resulting in the error you're encountering.

_
_slyde_
Junior Member
45
02-05-2023, 08:54 AM
#4
It's a tower, not a laptop. Unplug all the drives and insert the CD, then perform a fresh installation without using Windows.
_
_slyde_
02-05-2023, 08:54 AM #4

It's a tower, not a laptop. Unplug all the drives and insert the CD, then perform a fresh installation without using Windows.

D
DaaarkPlayer
Member
153
02-05-2023, 02:53 PM
#5
I've been working on this all morning. My approach is to burn Windows 7 onto DVDs using Acer eRecovery Management. After that, I disconnect my HDD and connect an SSD. When I insert the DVD, the installation begins, but I encounter an error while copying files.
D
DaaarkPlayer
02-05-2023, 02:53 PM #5

I've been working on this all morning. My approach is to burn Windows 7 onto DVDs using Acer eRecovery Management. After that, I disconnect my HDD and connect an SSD. When I insert the DVD, the installation begins, but I encounter an error while copying files.

S
skyfall1235
Junior Member
30
02-07-2023, 06:44 PM
#6
Consider linking both disks, locate the Disk Manager on your Windows 8.1 system, and format the SSD despite the error message indicating the OS was burned. If you have the original CD, it would be preferable. Alternatively, use a USB drive to install the OS (Linus provided a tutorial for that).
S
skyfall1235
02-07-2023, 06:44 PM #6

Consider linking both disks, locate the Disk Manager on your Windows 8.1 system, and format the SSD despite the error message indicating the OS was burned. If you have the original CD, it would be preferable. Alternatively, use a USB drive to install the OS (Linus provided a tutorial for that).

D
darkgogo37
Junior Member
4
02-07-2023, 08:38 PM
#7
I’ve already prepared the SSD and experimented with it in the disk manager. The original Windows CD isn’t available to me. In this update of Acer eRecovery Management, I’m limited to burning disks, not installing it via USB.
D
darkgogo37
02-07-2023, 08:38 PM #7

I’ve already prepared the SSD and experimented with it in the disk manager. The original Windows CD isn’t available to me. In this update of Acer eRecovery Management, I’m limited to burning disks, not installing it via USB.

I
IkBenHetBram
Senior Member
735
02-16-2023, 02:59 PM
#8
It functions properly? Checks if Linux sets up correctly on your system. 3. Is the hard drive connected during installation?
I
IkBenHetBram
02-16-2023, 02:59 PM #8

It functions properly? Checks if Linux sets up correctly on your system. 3. Is the hard drive connected during installation?

O
OJ_Sloth
Junior Member
8
02-16-2023, 04:02 PM
#9
Partition the SSD prior to installation. You should be able to perform this within Windows Installer.
O
OJ_Sloth
02-16-2023, 04:02 PM #9

Partition the SSD prior to installation. You should be able to perform this within Windows Installer.

M
MyLym
Member
75
02-20-2023, 04:34 AM
#10
It finally worked! Here's what I did: To change a GUID partition table disk into a master boot record disk using command line Back up or move all volumes on the basic GUID partition table (GPT) disk you want to convert into a master boot record (MBR) disk. Open an elevated command prompt and type diskpart. If the disk does not contain any partitions or volumes, skip to step 6. At the DISKPART prompt (right-click Command Prompt, and then click Run as Administrator), type list disk. Make note of the disk number you want to delete. At the DISKPART prompt, type select disk <disknumber>. At the DISKPART prompt, type clean. ImportantImportant Running the clean command will delete all partitions or volumes on the disk. At the DISKPART prompt, type convert mbr. Once completed, type exit and resume installation of Windows. Source: http://www.tomshardw...40-evo-ssd.html That guy is a lifesaver.
M
MyLym
02-20-2023, 04:34 AM #10

It finally worked! Here's what I did: To change a GUID partition table disk into a master boot record disk using command line Back up or move all volumes on the basic GUID partition table (GPT) disk you want to convert into a master boot record (MBR) disk. Open an elevated command prompt and type diskpart. If the disk does not contain any partitions or volumes, skip to step 6. At the DISKPART prompt (right-click Command Prompt, and then click Run as Administrator), type list disk. Make note of the disk number you want to delete. At the DISKPART prompt, type select disk <disknumber>. At the DISKPART prompt, type clean. ImportantImportant Running the clean command will delete all partitions or volumes on the disk. At the DISKPART prompt, type convert mbr. Once completed, type exit and resume installation of Windows. Source: http://www.tomshardw...40-evo-ssd.html That guy is a lifesaver.