Posted December 09, 2018

teceem
Ack Ack Ack!
Registered: Apr 2013
From Belgium

Falci
Friendship is magic. Magic is Heresy!
Registered: Sep 2008
From Brazil
Posted December 09, 2018

I don't think I'll open the PC and reformat Win again, just to get rid of that separate partition, but it'll probably come bite me in the ass if that old HDD ever fail/dies. We'll see.
Possibly because the old disk still is Disk 0 for the computer and the SSD is Disk 1. The guys at the store installed the new stuff but they returned the computer still running the old installation. They did instruct me on what I had to do to format and install win 10, but didn't mention anything about win creating a boot partition separately.
Post edited December 09, 2018 by Falci

teceem
Ack Ack Ack!
Registered: Apr 2013
From Belgium

Falci
Friendship is magic. Magic is Heresy!
Registered: Sep 2008
From Brazil
Posted December 09, 2018


What I did remember right now is that this PC originally came without a Windows installation, so it was me who installed the win copy that created those two secret partitions.

dtgreene
vaccines work she/her
Registered: Jan 2010
From United States
Posted December 09, 2018
If you are able to boot Linux (a Live CD works fine for this) and have a spare storage device, you can back up the system and/or OEM partition and restore it later. (There are Windows tools that will work, I believe, but they require extra downloads. Running Linux in a VM or using WSL unfortunately won't work for this, as you can't directly access the host hardware.)
The procedure, once you've booted into Linux and have a command prompt, is as follows:
1. Use the "lsblk" command. This will display a list of the block devices the system recognizes, along with their sizes and mountpoints. This way, you can identify which partition you want to back up. Also, make sure the partition doesn't have a mountpount; if it does, you'll need to unmount it.
2. The command you need to use to back up the partition is:
dd if=/dev/sdX of=/path/to/file bs=4K
where sdX is the device you want to back up (likely sda3, but check with "lsblk" first), and /path/to/file is the place you want to save the backup image. (Chances are the path will be something like /media/sdY1/file.img if you're using a USB device for storage.)
WARNING: Don't mix up "if" and "of" when using this command; doing so could overwrite the partition you're trying to back up.
3. Actually, I lied; you likely need to put "sudo" at the beginning of the command mentioned in step 2. Because accessing hard drive partitions directly is a safety and security risk, only the superuser can do this.
4. If you later need to restore the partition from backup, the procedure is the same, but switch the "if" and "of" arguments of the "dd" command.
The procedure, once you've booted into Linux and have a command prompt, is as follows:
1. Use the "lsblk" command. This will display a list of the block devices the system recognizes, along with their sizes and mountpoints. This way, you can identify which partition you want to back up. Also, make sure the partition doesn't have a mountpount; if it does, you'll need to unmount it.
2. The command you need to use to back up the partition is:
dd if=/dev/sdX of=/path/to/file bs=4K
where sdX is the device you want to back up (likely sda3, but check with "lsblk" first), and /path/to/file is the place you want to save the backup image. (Chances are the path will be something like /media/sdY1/file.img if you're using a USB device for storage.)
WARNING: Don't mix up "if" and "of" when using this command; doing so could overwrite the partition you're trying to back up.
3. Actually, I lied; you likely need to put "sudo" at the beginning of the command mentioned in step 2. Because accessing hard drive partitions directly is a safety and security risk, only the superuser can do this.
4. If you later need to restore the partition from backup, the procedure is the same, but switch the "if" and "of" arguments of the "dd" command.

WinterSnowfall
Bastard Lunatic
Registered: Apr 2012
From Romania
Posted December 09, 2018

As for the rest of it, I concur with what other people have mentioned before: it's probably best to disconnect your HDD during the installation of windows on your SSD, then reconnect it once that is done and partition/format it from your newly installed OS.

Themken
Old user
Registered: Nov 2011
From Other

Falci
Friendship is magic. Magic is Heresy!
Registered: Sep 2008
From Brazil
Posted December 09, 2018
For now I'm going to leave it as it is. Though I know that when/if the old HDD fails I'll have to reinstall win again, this machine isn't exactly my main one anymore and any stuff that I had only here, has been backed up before the format.
So I'll just have to be extra careful with what I leave here.
So I'll just have to be extra careful with what I leave here.

dnovraD
2023-08-14: Remember the Spaces!
Registered: Jul 2012
From United States
Posted December 09, 2018

So I'll just have to be extra careful with what I leave here.

Falci
Friendship is magic. Magic is Heresy!
Registered: Sep 2008
From Brazil
Posted December 09, 2018

So I'll just have to be extra careful with what I leave here.
