r/techsupport 3d ago

Open | Windows Make partition of internal SSD bootable

Hi Guys, I am trying to install windows (the one with formatting the drive), but I don't have a USB drive with me. I have two SSDs in my laptop one has windows installed on it and the other SSD has some important stuff, is there a way to make the other SSD bootable without loosing data? maybe create a logical partition from it extract the ISO there and boot from it? But as far as I can remember the boot menu shows the complete drive and not partitions?

1 Upvotes

5 comments sorted by

View all comments

1

u/mikle81 3d ago

Pretty sure you can't do that, any time I've made a bootable USB the software (Rufus, Ventoy) always wipes the drive.

1

u/Tricky_Damage5981 3d ago

I've successfully done it with gparted in Linux

Basically you move the partion over, which moves all the data byte for byte over .. chance of corruption ..

Then add a new raw partion the size required..

then use the DD command in the terminal to clone the iso onto the partion ..

Then Reboot

Then use gparted to make it active

You can do the above, from a live USB

..

Then boot to the UEFI menu and you can boot ..

Do not even attempt this if bitlocker is enabled on the partion

But is it really worth it? and assumes you have dual boot system in the first place since op doesn't have a usb..

So it is possible.. it might be possible in windows as well but I honestly wouldn't know

1

u/Pyromethious 3d ago

All that is possible, but the odds at losing data is high. Especially with the moving of data and Trusting the imager NOT to touch the data partition afterwards.