this post was submitted on 11 Nov 2025
42 points (95.7% liked)

Linux

59590 readers
1052 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] mvirts@lemmy.world 2 points 3 days ago (1 children)

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.

I have never used Bitlocker before and I'll keep it off. Also yes some else mentioned I can just use dd I'll look into it thanks