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

top 50 comments

sorted by: hot top controversial new old
[–] 20 points 9 months ago (1 child)

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.

  • source
  • hideshow 2 child comments
  • [–] [S] 4 points 9 months ago* (last edited 9 months ago) (13 children)

    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

  • source
  • parent
  • hideshow 15 child comments
  • [–] 3 points 9 months ago* (last edited 9 months ago) (1 child)

    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.)

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (11 replies)
  • [–] 12 points 9 months ago (1 child)

    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.

  • source
  • hideshow 2 child comments
  • [–] 6 points 9 months ago (1 child)

    Why not just run Windows in a VM?

  • source
  • hideshow 2 child comments
  • [–] [S] 3 points 9 months ago (1 child)

    Unfortunately not everything works in a VM

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 9 months ago* (1 child)

    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-

  • source
  • hideshow 2 child comments
  • [–] [S] 2 points 9 months ago (4 children)

    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

  • source
  • parent
  • hideshow 6 child comments
  • [–] 2 points 9 months ago* (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (2 replies)
  • [–] 4 points 9 months ago (1 child)

    Ventoy supports any iso, including Windows

  • source
  • hideshow 2 child comments
  • [–] 4 points 9 months ago (2 children)

    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

    dd if=/path/to/my/image of=/dev/[insert device here] status=progress
    
  • source
  • hideshow 3 child comments
  • load more comments (1 reply)
    [–] 4 points 9 months ago (2 children)

    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.

  • source
  • hideshow 2 child comments
  • load more comments (2 replies)
    [–] 3 points 9 months ago* (1 child)

    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 :)

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 3 points 9 months ago (1 child)

    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?

  • source
  • hideshow 2 child comments
  • [–] [S] 1 point 9 months ago (1 child)

    wine won't cut it for CAD software unfortunately

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 9 months ago (1 child)

    Are you planning to use the SSD across multiple computers?

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)

    I used Rufus to make Linus boot USBs for AGES

  • source
  • [–] 2 points 9 months ago* (3 children)

    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)

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    [–] 2 points 9 months ago (1 child)

    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.

  • source
  • hideshow 2 child comments
  • [+] 1 point 8 months ago* (last edited 2 months ago)
    load more comments
    view more: next ›