South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
D drive was formatted. Not sure why it has 2 extra partitions. EFI and Recovery partition. Why not on the ssd?
diskpart
It will show you the volume and the letter associated with it. In your case volume 5 is likely on D drive. You can clean it to get rid of the broken OS installation, just make sure to backup your data first.list volume
Identify the disk you want to clean, use "list volume" again to cross reference if your unsure.list disk
Be very sure you have the correct drive selected and have a backup before doing this last command as it will completely erase the disk including partition table.select disk <number>
clean
exit
No gui way to do it?To identify volumes, open command prompt then do the following commands.
It will show you the volume and the letter associated with it. In your case volume 5 is likely on D drive. You can clean it to get rid of the broken OS installation, just make sure to backup your data first.
Identify the disk you want to clean, use "list volume" again to cross reference if your unsure.
Be very sure you have the correct drive selected and have a backup before doing this last command as it will completely erase the disk including partition table.
The dual boot option should be gone now.
https://neosmart.net/Download/Register
Go to start/apps/windows administrative/system configmsconfig>boot tab
Disclaimer: I'm not in front of my PC, so not sure if it's on the same place on Windows 10, but on previous Windows it was there.
EDIT: a quick google suggest to type msconfig in search (win buton + r) and choose "System Configuration Desktop App" (new name for msconfig).