Unsolved
3 Posts
0
2548
November 25th, 2020 13:00
XPS 8900, HDD replacement issues
Hello,
I am attempting to replace the hard drive in my Dell XPS 8900. The reason for this is this desktop is about a decade old and performs as you'd expect. The drive is rather noisy when reading/writing. I've been told replacing the drive will likely improve performance.
Today I went to replace the drive after backing up anything I cannot simply download again. I powered down the system and brought it out to swap the drive. I unplugged the sata data/power cables, undid the screws to the drive, removed it replaced it with a new WD 2TB Black. I put the side of the case back on plugged everything back in, and plugged my Windows Installation Media into a rear USB jack.
I'm able to get into the BIOS setup. I saw the serial for the new drive in system information so I assumed it is functioning correctly. When I went to boot the installation media however, it takes me to what looks like the Dell POST menu but extremely stretched, like the resolution is off.
I haven't seen it move beyond this point, it just seems to hang there. When I press the power button it immediately turns off. After multiple tries haven't had any variation in results. I tried looking through BIOS settings and only weird thing I've come across is it being set to RAID and not AHCI. Changing this didn't seem to make a difference. It is also set to UEFI Secure Boot ON.
I'm trying to remake the installation media but am not sure that was the issue since the motherboard supposedly recognized the USB stick.
I'm really at a loss and am hoping there's some glaringly obvious step I missed or error I made that someone can point out. I ended up putting the old drive back in and that is what I am currently using.
0 events found


RoHe
12 Elder
•
45.2K Posts
•
172.6K Points
0
November 25th, 2020 17:00
Unless you really want to do a clean install of Windows (What version?) why not install both drives, with the original still connected to the blue SATA port on the motherboard.
Then boot from that original HDD and use Macrium Reflect (free) to image the old HDD onto the new one. When that's done disconnect the old HDD from the blue SATA port and plug the new HDD into that blue port. PC should boot from the new drive and you'll be done!*
And if you really want to speed this PC up, you could install an SSD in the M.2 slot on the motherboard as the boot drive, instead of using the 2T SATA HDD, which you could then use for storage.
*EDIT: You can use Macrium to expand the size of the C: partition on the new HDD, after it's imaged to make use of all the extra space, assuming it's bigger than the original HDD.
redxps630
11 Legend
•
15.6K Posts
•
80.7K Points
0
November 25th, 2020 23:00
redxps630
11 Legend
•
15.6K Posts
•
80.7K Points
0
November 26th, 2020 00:00
db0330
3 Posts
0
November 27th, 2020 05:00
speedstep
11 Legend
•
47K Posts
0
November 27th, 2020 06:00
Take out all drives including any m2 and remove cmos battery.
Put new blank drive in and use OEM System builder windows 10 dvd to clean install for that drive only with default bios settings.
https://www.neweggbusiness.com/Product/Product.aspx?Item=9B-32-350-238
redxps630
11 Legend
•
15.6K Posts
•
80.7K Points
0
November 27th, 2020 09:00
AHCI is simpler to understand and implement for many users including me. RAID is when you want system to automatically create backup in case one storage device fails.
I would install os on the ssd either M.2 or sata without other hdd connected. This will make it easier to install because you can not pick the wrong drive. After install is all done and successful then connect the hdds as additional drives. Use disk management to partition and format the hdds.
You can choose either legacy bios mode or uefi to install os. I prefer legacy for simplicity.
speedstep
11 Legend
•
47K Posts
0
November 27th, 2020 10:00
newer bios and hardware remove legacy as an option.
32 BIT OS Support is also gone
UEFI mode requires a 64-bit operating system be installed (ex, Windows 10 Pro 64-bit, Windows 10 Home 64-bit, Ubuntu 16.04 SP1 LTS 64-bit).
Newer Dell systems unable to boot to internal boot device in Legacy boot mode
https://www.dell.com/support/article/en-us/sln309720
RoHe
12 Elder
•
45.2K Posts
•
172.6K Points
0
November 27th, 2020 11:00
A lot of SSDs and cloning software don't play nice if RAID is enabled in BIOS.
BUT- If you decide to clone the existing HDD onto another drive, HDD or SSD, rather than doing a clean install on the new drive, you'll need to make a simple change to Windows on the existing HDD before switching BIOS from RAID to AHCI. Otherwise, the PC won't boot from the old HDD again.
Once the PC boots from the new drive, cloned or clean installed, with no other drives connected, you probably will want to remove the old HDD and set it aside. You said it's slow and noisy which might mean it's on its way out. Will you still trust it for storage? Besides, you'll have to initialize that old HDD (EVERYTHING gets deleted) to use it for storage, or the PC will continue to boot from the old HDD all the time, not from the new drive.
Crucial, and others, make M.2 SSDs that are compatible with the XPS 8900. I -personally- would go for a 500 GB SSD with 3400 MB/s Read, 3000 MB/s Write, to hold Windows and apps. And configure Win 10 and apps to store their default output files on the new 1T HDD, not on the SSD.
A 3400 MB/s Read M.2 SSD will be ~6 times faster than a SATA SSD, so an M.2 should give you better performance.
db0330
3 Posts
0
December 2nd, 2020 07:00
RoHe
12 Elder
•
45.2K Posts
•
172.6K Points
0
December 2nd, 2020 12:00
You should change BIOS to AHCI before you clone the drive, regardless of what imaging software you use.
bcdedit /set {current} safeboot minimal and press Enter
bcdedit /deletevalue {current} safeboot and press Enter
EDITED