For work, I just use windows. Not my machine not my problem.
For work, I just use windows. Not my machine not my problem.


Don’t be afraid of the command line, breaking Linux is how you end up learning how to use it!
I haven’t done this tutorial but if that kind of thing helps you this one looks pretty good.
My best guess is you need to do something like:
(In the shell, one line at a time, enter runs the command)
mkdir /mnt/tmp
mount /dev/sda2 /mnt/tmp
nano /mnt/tmp/etc/fstab
Nano is a text editor that uses your whole terminal, so you will see the contents of /mnt/tmp/etc/fstab (the file that controls where disks are mounted) and replace ‘sdb’ with ‘sda’ on the line starting with /dev/sdb2. The bottom of nano’s screen shows you the keyboard shortcuts, I think Ctrl W will make it write the file, asking for confirmation of the filename, which should stay the same. Exit nano (Ctrl+x maybe?) then reboot with the command ‘reboot’
If you get any errors about access denied or permissions, run ‘sudo bash’ to get a shell with more power and try again.
Good luck!
What most likely happened is your disk order switched and, as others have mentioned, using /dev/sda1 or something similar to point to partitions is unstable and can’t be trusted. Once your system is back up, look up how to specify partitions in /etc/fstab using UUID (something like /dev/disks/by-uuid/xxxx-xxxxxxxxxx-xxxx instead of /dev/sda2)


When this happens to me I mostly assume Linux shutdown automatically because of a critical over temperature event. I’ve seen it in the logs a few times but I don’t usually check anymore.
There’s an example of this here https://unix.stackexchange.com/questions/502226/how-do-you-find-out-if-a-linux-machine-overheated-before-the-previous-boot-and-w


Idk I just bought a 32GB stick of ddr4 sodimm for $60, adapters are less than $10 each so maybe not if you stay away from scalpers and don’t pay attention to ram speed 😅
I was also thinking the soldered CPU motherboard with 8 cores must cost at least 200 but maybe that’s a bad assumption and I didn’t look it up.


Looks like most of the nibbles are fine. Maybe something happened to the connectors or traces. At least you know it’s the ram not your motherboard.
Also, what do you mean by crashes? Kernel panic? Random app death because the oom killer was activated should be expected when pushing the memory limits on Linux.
I’m running 8 and 32 in my T490, seems to work fine. I’m building software and leaking memory like crazy and it’s never been weird. I don’t see why 8 + 32 would be any different than 8 + 16 other than capacity.
Doesn’t the channel balance not matter that much? Like operations can be done in parallel. I always thought the benefits came from reading different things from each ram chip not synchronizing them byte for byte.
Check your disk usage with df -h
When my machine gets weird it’s always out of disk space.


Agreed, you can probably get away with an extension that updates the file icons when the default app changes, and syncs all of them when you press a button somewhere or install it.


I find it amusing. I’m a die hard Linux user, but I never “switched”. I still have windows machines I just don’t like them.
Bruh is your CPU even source available?
The only option for true transparency is to build it from scratch, like at the logic gate level.
Those distros have ethical and legal value but they don’t magically make you better off.


Fyi UAC is not strong protection . Also, it really doesn’t matter if you have a password or not, UAC works the same way.
SELinux or other MAC systems (AppArmour?) are complicated but can protect a Linux system in a way similar to the UAC prompts on Windows, although its not convenient at all.
Maybe someone has a gui to make it easy, but I’ve never used it.
I think you may be happy with setting a short or empty user password so a sudo popup is basically the same as clicking allow on a UAC prompt


Let’s see how this goes then revisit the question.


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.
Renoise is sweet as far as trackers go.
Ardour was always my go-to although it’s been crashing on me a lot.
Shout out to BespokeSynth for being amazing, I forgive the crashes because it’s so cool and strongly foss.
Totally possible.
I recommend making room on your drive using windows tools to shrink the windows partition before letting your Linux installer add new ones, or doing it manually. This is just so that no weird filesystem bugs show up after resizing your ntfs filesystem with Linux tools. Never had a problem with them but it’s probably good to use Microsoft tools to mess with the Microsoft filesystem just in case.
I used to use Gentoo on my laptop, mostly for fun but also because I kept having issues on other distros (Ubuntu mostly) where I wanted to run the latest blender release but my libraries were out of date. On Gentoo I could easily get the most recent builds.


Agreed it sounds like op wants luks. Dare I say if you want bitlocker for Linux, it’s luks.
Maybe watch your system logs on the server when it’s having trouble, could be something random.
I get paid by the hour! 😅 But for real though it’s a struggle. Mostly I try to use msys2 for everything but. I still have native git. There are some long standing bugs that make the vim excruciatingly slow to open or close, really I should go try to fix it but it doesn’t feel like a fun problem.