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
Edit: typo
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)
Here’s a link the docs for this: docker/windows
Let me know if you have any questions :)
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?
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.
deleted by creator
Ventoy supports any iso, including Windows
I’m a bit confused by the question.
Do you want to write the installation files to a USB drive? There’s dd, KDE ISO Image Writer, Balena Etcher, Gnome MultiWriter, etc.
Do you want to boot a full windows installation off a thumb drive? You would want to look at Ventoy or WinToUSB.
Would you want to run windows at the same time in a VM? Thats essentially what I do when I need to run a specialty windows application.
No I don’t want to make a bootable USB already have a Ventoy USB drive for that. in Windows With Rufus or win to USB you can install an Windows iso as “Windows To Go” to a external drive (can be a thumb drive or better an SSD) and then boot from that drive and have functioning Windows installation on it which is also kinda portable too
Edit: typo
You don’t need to do anything special. Take an NVMe or SSD and put it internally in some PC—ideally the same computer you want to use it on, for driver reasons—then install Windows on it. (Windows won’t let you install to a USB device, so you have to put the drive internally in the PC.) Then take it back out, put it in an external enclosure, plug it into USB and it boots right up. (Well, as long as you know how to choose a boot device at startup or make USB a higher priority than your internal drive.)
I just did that on my laptop by taking out the Windows NVMe, putting in a new one for Linux, and then sticking the Windows NVMe in an enclosure.
Obviously, this can’t work on a thumb drive, but it’s not terribly inconvenient to carry around an enclosure and a cable.
(An LLM told me I should change some registry settings to make loading the USB drivers occur earlier during boot, but that doesn’t make much sense. How could it boot enough to load the Registry in order to know to load the USB drivers earlier? It’s already booting. But if you try this and have any troubles, I can probably figure out what Registry settings I changed. I’ve also done this with an M.2 SSD from one PC and booted it from a USB enclosure on a different PC, and I definitely made no registry changes then.)
So, like, Ventoy with persistence?
Interesting but it seems to be only for Linux
Thanks I know there is wintousb software but it is also Windows specific I don’t have Windows around to use it
Wine for wintousb or make a vhd for Ventoy.
Thanks yes trying wine or winboat is my last option
Since you’ve edited to clarify, you want WinToUSB.
None of these are what he’s asking about. He wants windows installed on a flash drive, so he can boot to it and be in the OS, with windows seeing the flash drive as C:
So they want the second one I mentioned, WinToUSB.
Edit: Though to be clear you can do this with Ventoy too, just make a vhd.
Flash drive performance gonna be abysmal. If you want to try it on day I suggest a dedicated external SSD connected via USB 3 atleast
You sure WintoUSB is not Windows specific software?
It runs under wine, but check versions at the winehq db for what to grab.
Ok will check wine db
Windows To Go was discontinued back in 2019 so it’s not really something that has been maintained or updated for a long time
https://en.wikipedia.org/wiki/Windows_To_Go#Discontinuation
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.
On Linux Ventoy is often used for this - it does have a persistence plugin but not for Windows https://www.ventoy.net/en/plugin_persistence.html
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.
Thanks Yes this is what I was thinking to try next if I run out of options
Why not just run Windows in a VM?
Unfortunately not everything works in a VM
It should.
Hell I have hardware dongles I have to deal with that work fine in a VM.
Are you sure you can’t go the easier route with a VM? Running off USB will be slow and unpleasant, especially with windows.
What’s the VM issue?
Have you ever tried running Solidworks or Fusion 360 or Ansys or other Autodesk software in a vm? Painful is all I can say
Yes.
On my virt host, which I pass the GPU to. I remote into it from my laptop.
I have a client running both Solidworks and Fusion 360 in VMWare Workstation with GPU pass-thru enabled, it’s pretty straightforward to setup and the end-users were pleased with it’s performance. If you have USB license keys those usually work as well, just setup the USB device pass-thru.
In my case it’s been hardware acceleration. Sure I can make the adobe suite “run” but it’s not really usable at a professional level without hardware accel.
Single GPU or dual GPU laptop?
Have you looked at libvf.io?
virtio-gpu (if you look to the more recent work) has made big strides, but I also wouldn’t consider it “ready”.
Single gpu on my desktop. AMD 7900xt. I haven’t looked at either of those. I’ll give them a browse!
Take a look, and consider one more option (I have this setup in one of my workstations).
A second GPU. Older is fine, I have an older quadro 2000 in one machine thats great for cad, when I load up my VM for AutoCAD architecture, thats the GPU its using.
I have a few others with quadro 620s in them, the Intel iGPU is accessed shared by being an lxc, the quadros I pass through to the VMs. Some need very different configs, so I only power up the VM when I need it, so they can all use the same passed through GPU.
Ohh I see. You just dedicate another gpu to the VM? That sounds cool. I do have an extra.
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-
At first I thought about this too. Didn’t work with either Windows 10 or 11 iso. It didn’t boot after I took it out and put in the enclosure
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 can confirm M.2 to PCIe adapters work for booting Windows. Had both my Linux drive and Windows drive each in a separate one when I used to dual boot. Then I would swap out which adapter was in the computer to switch OS.
I haven’t plugged the Windows one in in a loooong time, but wanted to mention the option since it would do what you want.
Thanks but I should have mentioned It is a laptop I’m talking about here. If it was a PC there would be options like the adapter you mentioned
Cause u need if u are using grub use os-prober that it would add boot manager of windows on the list of grub
Yes I will update the grub for ease of use but first I need to get windows to boot when I choose it in BIOS boot menu
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.
I tried but it does not boot from it when I put it back. It should be Windows to go
If it still boots from the internal disk then you may just need to set the boot priority to prefer your external drive. That’ll be mobo specific unfortunately so I can’t give any tips. I’ve had systems set up to boot from external media when plugged in so it should work.
Back in the day there was also an issue with running full windows installs from USB drives where you needed to prevent it from reinitializing USB devices during bootup since that would interfere with itself, but I’m not seeing anything recent about that so hopefully that’s not an issue anymore.
deleted by creator
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)
Thanks I know I can’t use it on multiple hardware. I plan to use it with a single laptop
well then it should defo work, it’s just a normal windows installation done to a usb3 drive instead of sata/nvme.
Are you planning to use the SSD across multiple computers?
No I read that it won’t work
I used Rufus to make Linus boot USBs for AGES
Your posts are a bit confusing to read because you don’t capitalize Windows To Go. Capitalizing it would make it easier to understand.
Fixed it





