Replace Dell laptop HDD with different OS

DragonGunner

Distinguished
Apr 4, 2014
89
0
18,630
Hey guys,
I've got this pretty cruddy laptop that I use for work (Dell Inspiron 15-3558), and I'm planning on swapping the hdd with one from my old Dell XPS.

My biggest concern is that the inspiron runs factory windows 10, and the drive I'm putting in has Windows 7. Would this be problematic? Would drivers get messed up, or would the computer reject the new drive somehow?

Note: I'd meant to downgrade the OS in any case.

Also:
What would I need to do after the swap? Just find and install the appropriate drivers? Will this be simple?
 
Solution
Well, yeah. You need to back up the data stored on the drive first.
Also, you can repartition and reformat the drive before the installation process, through the CMD. That way, you will reformat the drive, after you install it in the laptop.

Once you are in Windows setup:
- shift+F10 to bring up the command line.
- diskpart [enter]
- list disk [enter]
- select drive [number] [enter]
- clean all [enter]
- create partition primary [enter]
- select partition 1 [enter]
- active [enter]
- format fs=ntfs [enter]
- assign [enter]
- exit [enter]
- exit [enter]

D_Know_WD :)


This computer does not have drivers for anything below windows 10. Your experience will be worse when using windows 7.
 

DragonGunner

Distinguished
Apr 4, 2014
89
0
18,630

Can't I just install the drivers manually? It's all pretty stock hardware - HD 5500, i3-5005U.
 

DragonGunner

Distinguished
Apr 4, 2014
89
0
18,630

So, format the new drive, put it in, then install Win7?
 
Well, yeah. You need to back up the data stored on the drive first.
Also, you can repartition and reformat the drive before the installation process, through the CMD. That way, you will reformat the drive, after you install it in the laptop.

Once you are in Windows setup:
- shift+F10 to bring up the command line.
- diskpart [enter]
- list disk [enter]
- select drive [number] [enter]
- clean all [enter]
- create partition primary [enter]
- select partition 1 [enter]
- active [enter]
- format fs=ntfs [enter]
- assign [enter]
- exit [enter]
- exit [enter]

D_Know_WD :)
 
Solution