Hi guys, basically as the title says I want to make external SSD drive with "Windows to Go" for the stuff that I really need Windows for unfortunately (proprietary CAD software) but there is no software for making this on Linux that I can find
Apps like Rufus (Windows only) are still able to create that sort of boot USB but it's sort of a non supported feature, wouldn't be surprised if it just stops working one day.
I haven't tested this idea, but maybe you can run a Windows VM within Linux, enable USB in it, download Rufus in it, then you can create your non-official Windows To Go boot disk that way? Could be something to try if you never find another solution.
You could just pull your drives, install a nvme and install windows. Then pull that drive and put it in an enclosure. Then choose that drive when booting. Idk if that works on modern windows but the install then pulling the drive used to work on 7-
Oh, that's weird. I just suggested the same thing up above with a bunch of extra explanation. I've done this exact thing twice. In that comment I talk about changing some registry settings, but like I said in the comment, I didn't think that actually helped. So I dunno. This was with Windows 10 both times, and both USB devices boot on a laptop.
I don't know about windows to go. But rufus? Isn't it just writing images to usb drives? Sounds like you're looking for the dd command. You can write images with
I don't think you need to involve Linux at all if you boot the official windows installer. I would just install the SSD as the only drive internally and install to it, then put it back in its enclosure.
This is probably an inefficient solution, but I just did this the other day using dockur/windows as a VM and passing through the drive. It's really easy if you have docker experience.
Once the VM has installed Windows to the drive you can just boot from it as normal (whatever the VM does to Windows to make it wanna boot in a VM let's it boot off the USB)
Just in case and I know this may sound like a duh type question and I apologize if you have already exhausted it. But you have tried installing it with wine and play on linux?
sorry. I figured you had tried but mentioned just in case. I was surprised when using playonlinux. I thought it would just run executables but it doing like a pho install was neat. I don't use cad software though.
Boot to WinPE and use Rufus to create one maybe? Not sure if WTG still works though.
I personally never used WTG. If you're planning to use this across multiple machines/hw configs, I don't think the normal windows can handle it as you'd have to install the correct drivers every time. I recall there being some hardware profile thing at bootup but not so sure. (that was XP)
I'm sure windows activation will complain, but you should be able to dd your windows partition (or disk) over to the external disk, set up a bootloader (windows can do this, but something like grub or syslinux I know would work to hand off to the windows bootloader)
I don't know anything about bitlocker stuff, probably needs to be decrypted before this can work.
That's what I would try, even though it's not wrapped up in a single tool.
top 50 comments