F5F Stay Refreshed Software Operating Systems Removing outdated operating system

Removing outdated operating system

Removing outdated operating system

R
RezarkYT
Member
64
05-20-2016, 05:57 PM
#1
I'm not sure if the question was covered before, since I couldn't find a clear way to phrase it. You mentioned issues with your hard drive splitting between Windows 8.1 and Windows 10, and you want to remove the older version safely without harming your personal files.
R
RezarkYT
05-20-2016, 05:57 PM #1

I'm not sure if the question was covered before, since I couldn't find a clear way to phrase it. You mentioned issues with your hard drive splitting between Windows 8.1 and Windows 10, and you want to remove the older version safely without harming your personal files.

A
awseomesteven
Junior Member
1
06-03-2016, 10:18 PM
#2
Well... remove system 32. That's not really possible since the files were made under that OS in the OS folder, rather than having a separate partition with the OS on one side and files elsewhere. The best approach I know is to copy them somewhere and then move back the files you're sure won't cause issues, so everything can be updated without problems.
A
awseomesteven
06-03-2016, 10:18 PM #2

Well... remove system 32. That's not really possible since the files were made under that OS in the OS folder, rather than having a separate partition with the OS on one side and files elsewhere. The best approach I know is to copy them somewhere and then move back the files you're sure won't cause issues, so everything can be updated without problems.

M
miknes123
Senior Member
646
06-04-2016, 04:18 AM
#3
Backup the information first, then format the HDD and finally restore the data.
M
miknes123
06-04-2016, 04:18 AM #3

Backup the information first, then format the HDD and finally restore the data.

B
Batai22
Member
184
06-04-2016, 10:41 AM
#4
Confirm Windows 10 is on its own separate storage. Verify the bootloader is present on the SSD before proceeding with formatting. Disconnect the 8.1 drive from your computer and ensure it still boots. Finally, transfer all personal files to either the C or E drives.
B
Batai22
06-04-2016, 10:41 AM #4

Confirm Windows 10 is on its own separate storage. Verify the bootloader is present on the SSD before proceeding with formatting. Disconnect the 8.1 drive from your computer and ensure it still boots. Finally, transfer all personal files to either the C or E drives.

N
Neaxfus
Junior Member
1
06-26-2016, 03:47 AM
#5
I created the Reveal hidden contents button by adjusting its appearance and functionality during development.
N
Neaxfus
06-26-2016, 03:47 AM #5

I created the Reveal hidden contents button by adjusting its appearance and functionality during development.

R
RayMage
Junior Member
16
06-30-2016, 03:50 AM
#6
You should verify that all desired files reside on E. Once confirmed, remove the partition for D and expand the partition for E to utilize the full storage capacity. The main challenge is ensuring your bootloader isn’t installed on D. If it is, deleting that partition will cause the next boot to report no operating system. This issue can be resolved using a Windows disk or flash drive, though preparation beforehand is much simpler. To transfer the boot record, consider these methods: download the free EasyBCD version or use the command prompt. Open an Administrative command prompt and execute: bcdboot c:\windows /s (replace 'c' with your actual C partition path). After disconnecting the other drive and powering off, restart and set drive 0 as the primary boot device. The system should start normally, though recovery options may be limited. Before shutting down, run the provided command to retrieve recovery information and save it for reference.
R
RayMage
06-30-2016, 03:50 AM #6

You should verify that all desired files reside on E. Once confirmed, remove the partition for D and expand the partition for E to utilize the full storage capacity. The main challenge is ensuring your bootloader isn’t installed on D. If it is, deleting that partition will cause the next boot to report no operating system. This issue can be resolved using a Windows disk or flash drive, though preparation beforehand is much simpler. To transfer the boot record, consider these methods: download the free EasyBCD version or use the command prompt. Open an Administrative command prompt and execute: bcdboot c:\windows /s (replace 'c' with your actual C partition path). After disconnecting the other drive and powering off, restart and set drive 0 as the primary boot device. The system should start normally, though recovery options may be limited. Before shutting down, run the provided command to retrieve recovery information and save it for reference.