My friend was unable to update to windows 11 due to the TPM requirements and looking to switch to linux. I upgraded my CPU and said they should buy my old one. They finally said OK and asked if I could help them install it before they switched to Linux. I installed the CPU and they never switched to Linux because now they have a CPU that meets the TPM requirements.
Windows users really hate change. Microsoft will force them to update and the users will whine but 1 week later they will be used to it then they will stick on windows 11 till EoL.
It’s been so good. I sit at my desk and neglect my gaming PC and Steam Deck to play this thing. 2 weeks later I’m still in the honeymoon phase with it.
I want to move to Linux, but I need to be able to use the VPN service my work uses and I’m just not sure how to get it working on Linux. I should just dual boot.
Without prodding too much into what VPN you work uses
Most VPN solutions run on linux just fine, even Microsoft PPTP VPN solution works fine. I would probably check with your IT department what protocol they use and any connection caveats (like machine certificates used for authentication) and look into the different VPN solutions (some examples; WireGuard and OpenVPN are very well supported, IPSec (libreswan or strongswan are options here) depends on setup, PPTP/L2TP should work with most setups (I have to admin I havn’t touched those enough), vpnc works with Cisco base IPsec setups and openconnect works with most SSL VPN connection)
It’s Watchguard. Though looking at their site, it seems like there might be support that I wasn’t able to find last time I looked into this. Definitely want to dual boot at some point. I’ve got a Surface Book 3 though, and I know it needs special kernel stuff to get working properly, so I’d almost rather just wait until my boss retires and everyone’s out of a job to dive into Linux. Easier than finding spare time in my life. Living the dream
I have not any experience with WatchGuard, but it from some quick searching around it seems to not be far from the easiest to set up for linux. dual-booting is probably the easier solution.
I hope you find a solution to what sounds like not the best life situation, and may you have an otherwise have a nice Linux journey.
I have 11, so not directly affected. But with “no more security updates” being the only real reason one needs to change, the obvious question here is if there is 3rd party software that can protect a Windows 10 system?
I remember when anti-virus software was in common use.
I tried out going 100% Linux a year ago. Unfortunately I was playing one of the very few games that has Linux issues. 100% CPU all the time was bugging me. It’s not the fault of Linux. Anyway, that’s how it played out. I may be tempted to try again soon.
People might get a little emotional about it but I bounce between Linux Mint, windows 10, and windows 11 and honestly I totally agree that windows 11 is trash. When my windows 10 computer reaches it’s limit, I might try to figure out how to run games on Linux/proton or whatever that is.
My plan is to use my Linux box as my main PC with Steam installed so that I can remote play from my Windows gaming PC since not all titles natively work on Linux for me. That way, the only activity being performed on my Windows machine is gaming and everything else will live in Linux Mint
Since you wanna Game using network anyway did you ever thought of Cloud Gaming (aka Geforce Now) ? That way you don't have a "unsecure" device in your network. From a security standpoint even an device only used for gaming is a security risk ;)
I have used nvidia on my private PC on linux for more than a decade now. They provided a stable usable 3D acceleration in KDE1 when no other company did give a fuck about linux and voodoo had only their glide interface on the console.
As a customer i am very sad about the current state on linux and as a customer my next graphics card might be an AMD. The reasons are not only the driver but also that amd provides just more memory for the same money and i think that nvidia currently is cheating their way throu the consumer market (for real imaginary AI Pictures is a performance improvment ???).
But and thats why i disagree hardly with the "fuck nvidia" ... they deserve the respect for the support much longer than any brand out there and therefor they deserve a respectfull way to express where they imho do wrong.
They deserve respect? For the criminal methods they used back then? FCK nvidia! That’s like paying respect to MS or Intel + Nvidia to destroy the market in the long term in monopoly positions.
( First of all, this is not a criticism of the users. I used to use Intel and Nvidia myself. It’s towards Nvidia and their dirty company policy. )
That would require me to abandon half of my Steam library and pay an additional cost for games I already can play. My device is on Windows 11 so I am not worried about security updates, more so the Recall “feature” and AI training.
Upgrade tool says my hardware isn’t supported, seems like I can enable TPM on my motherboard but it doesn’t work right for some reason I think I managed to install Windows 10 without secure boot or something, not sure if those two are even related. I was thinking maybe I’d have to reinstall windows 10 with those modules enabled in order to upgrade to windows 11… Has anyone else encountered something similar?
Yeah, said I had to buy a tpm module for my mobo to upgrade to win11. My steam deck works so well running arch based Linux I searched “gaming arch Linux” in DuckDuckGo and installed CachyOS. Easier and cleaner than installing windows 10 when I built my PC and the constant updates are awesome (they also offer long term support LTS builds). Highly recommend, I have an Nvidia 2070 Super and CachyOS has been a great upgrade from Windows 10.
Those two are related. Windows 11 requires both UEFI (secure boot) and TPM. Microsoft has a tool for converting a legacy install to UEFI. (backup your data beforehand as always)
Considering I’m unemployed and job hunting, and Windows says I can’t upgrade my current (old) PC, and I regularly play Warzone with friends? No, probably not any time soon.
Maybe if I get a job with a six digit salary in a city with a reasonable cost of living (or remote) so I can jump out of debt before 6 months? But I’m not holding my breath.
Get a 256GB SSD and install it on your computer alongside the existing drives.
Install a gaming-oriented Linux distro such as Pop!OS, Bazzite, SteamOS or similar, on that drive (don’t let it touch any other drive - those things generally have an install mode were you just tell it “install in this drive” which will ignore all other drives)
Unless your machine is 10 years old or older, during boot you can press a key (generally F8) and the BIOS will pop-up a boot menu that lets you choose which OS you want start booting (do it again at a later date if you want to change it back). If your machine is old you might actually have to go into the BIOS and change the boot EFI (or if even older, boot drive) it boots from in the boot section of the BIOS.
Use launchers such as Steam and a Lutris since they come with per-game install scripts that make sure Proton/Wine is properly configured, so that for most game you don’t have to do any tweaking at all for them to run - it’s just install and launch. In my experience you still have to tweak about 1 game in every 10.
If it all works fine and you’re satisfied with it, get a bigger SSD and install it alongside the rest. Make one big partition in it and mount you home directory there (at this point you will have to go down to the CLI to copy over your home directory). You’ll need this drive because of all the space you’ll be using for games, especially modern ones and launchers like Steam and Lutris will install the games in your home directory so having that in it’s own partition is the easiest way to add storage space for games.
As long as you give a dedicated drive to Linux and (if on an old machine before EFI) do not let it install a boot sector anywhere else but that drive, the risk exposure is limited to having spent 20 or 30 bucks on a 256GB SSD and then it turns out Linux is still not good enough for you.
When NOT to do it:
If you don’t know what a BIOS is or that you can press a key at the start of boot to get into it.
If you don’t know how to install a new drive on your machine (or even what kind of drive format it takes) and don’t have somebody who can do it for you.
If you don’t actually have the free slot for the new drive (for example, notebooks generally only have 2 slots, sometimes only 1).
Windows is a weapons contractor that is entangled in the domestic markets. Linux is not. Windows is spyware and anti consumer. It is time to at least be familar with Linux. Try it on a old laptop or something. Linux is free.
bin.pol.social
Ważne