It seems M$ really doesn't want people to keep using WIndows
from datavoid@lemmy.ml to linux@lemmy.ml on 13 Nov 01:17
https://lemmy.ml/post/22439799

I am currently using a legitimate copy of Windows 11, on the latest version. Just started getting this message after the latest update.

Considering I already have Linux and Mac as alternatives, if they actually pull my license they will just lose a lifelong customer. Their business decisions truly boggle the mind…

#linux

threaded - newest

NegativeLookBehind@lemmy.world on 13 Nov 01:23 next collapse

I used to run windows strictly for gaming. Over a year ago, I leapt from the flaming dumpster fire that is Microsoft, and I’ve never once wished that I hadn’t. Everything I need works on Linux.

lordnikon@lemmy.world on 13 Nov 01:34 next collapse

Like windows for all games or just anti cheat games cause Linux gaming support is pretty great on most games that are not outright hostile towards it like kernel level anti-cheat games you should give it a try.

lychee@lemmy.blahaj.zone on 13 Nov 01:47 collapse

Anti cheat works fine nowadays, I’ve heard that the only problems are caused by devs/publishers that explicitly don’t allow their games to launch on Linux. e.g. Elden Ring and Apex Legends both use easy anticheat; the former boots just fine on Linux while the latter doesn’t work no matter what you do

lordnikon@lemmy.world on 13 Nov 02:35 next collapse

Yeah I don’t really notice as I stopped playing multi-player games after quake 3 and I just keep playing quake 2 and Doom

fhein@lemmy.world on 13 Nov 07:40 collapse

Apex with EAC worked perfectly fine on Linux for the last 2 years, EA just decided to break it by replacing EAC with their own anti-cheat which is Windows only.

cyberpunk007@lemmy.ca on 13 Nov 01:51 collapse

Just bought myself a steam deck. Gaming on Linux has never been so pleasant.

NegativeLookBehind@lemmy.world on 13 Nov 01:53 collapse

Nice. OLED?

cyberpunk007@lemmy.ca on 13 Nov 06:44 collapse

Nah I went LCD 512 when it went on sale for 419 CAD.

nanook@friendica.eskimo.com on 13 Nov 01:24 next collapse

99% of what I do is on Linux, I have one Windows partition I occasionally boot into to play games, it is and will remain Win10.

KazuchijouNo@lemy.lol on 13 Nov 01:34 next collapse

I don’t even want windows on raw metal, so I have a virtual machine for work stuff

nanook@friendica.eskimo.com on 13 Nov 01:39 collapse

@KazuchijouNo I had a virtual machine with GPU pass through that I was using for gaming but it got broken in the upgrade from Ubuntu 22.04 to 24.04, it seems the UEFI bios provided in 24.04 does not work with GPU pass through, and I've yet to grab one off an OS where it works to replace it. So for now I'm dual-booting. Yea I agree, not all that comfortable with bare metal but Windows doesn't seem to want to recognize ext4 so there is some security by accident there.

dsilverz@thelemmy.club on 13 Nov 02:02 collapse

There are cases where Windows messes up with booting, rendering Linux unable to boot. There’s even a recent thing involving GRUB that stopped booting up after some Windows update.

nanook@friendica.eskimo.com on 13 Nov 02:05 next collapse

@dsilverz Yes Windows will sometimes overwrite Linux boot block IF non-UEFI and you install Windows After Linux, but easily fixed with boot-repair or just use a life distro to re-install the grub boot-block. I run EUFI so Windows just makes a different directory in the EFI system disk so not an issue for me anymore.

dsilverz@thelemmy.club on 13 Nov 02:14 collapse

UEFI is also affectable: www.omgubuntu.co.uk/2024/08/…/amp

nanook@friendica.eskimo.com on 13 Nov 02:17 collapse

@dsilverz Never been an issue for me, I keep good backups so not really worried about it.

metaStatic@kbin.earth on 13 Nov 02:07 collapse

Win and Linux on separate drives, with no boot loader, using bios boot selector is the only way. Windoze has no idea it's not the only OS on my machine.

nanook@friendica.eskimo.com on 13 Nov 02:09 next collapse

@metaStatic @datavoid @KazuchijouNo @dsilverz I've had them sharing drives for many years no big deal. If you understand Linux well enough to know how to install a boot loader if it gets overritten not an issue. If you're using a modern UEFI Bios also not an issue. Only an issue if you're using legacy bios and don't know how to re-install a boot loader.

metaStatic@kbin.earth on 13 Nov 02:43 next collapse

funny thing about people, most of us don't want to reinstall our bootloader every time windows updates. Putting aside windows fucking up linux partitions in other totally not intentional ways.

nanook@friendica.eskimo.com on 13 Nov 02:46 collapse

@metaStatic @datavoid @KazuchijouNo @dsilverz As I previously stated, I have NEVER had to do this with UEFI bios. Early versions of Windows 10 had a tendency to create a new EFI partition instead of using the existing one and that could be problematic but even that is no longer an issue.

KazuchijouNo@lemy.lol on 13 Nov 03:33 collapse

That’s why I just use a VM, I skip all the complications of having to fix bootloaders and broken installs. If anything goes wrong with windows I just delete the VM. Arch barely uses any RAM, so even back when I had only 8GB, windows ran incredibly well. I’ve updated to 16GB (because I needed the 64 bit version of excel and I wasn’t being able to install it due to RAM requirements). Ever since then, I don’t even look back to dual booting.

Funny story, originally my laptop was dual booted, but I removed windows completely and formated the partition, and since it was at the beggining of the drive, and you cannot move blocks around so easily in storage (I needed another SSD or hard drive to copy them momentarily) I was left with a hole in my storage. What I did was, mount the directory with the VM image storage to the empty partition. So now it’s kind of “dual booting” with some extra steps and with the added benefit of being able to use both OS’ at the same time

[TL;DR] If possible, just use a VM

nanook@friendica.eskimo.com on 13 Nov 03:37 collapse

@KazuchijouNo Well again as I stated, I haven't had an issue since going to UEFI in 2012, that's 12 years so problems, and I also had a VM because it allowed me to move between Linux and Windows more easily but Ubuntu broke the vm uefi bios in 24.04, I do have a Manjaro machine which works (based on Arch) so am going to steal the bios off of it to get it working again.

daggermoon@lemmy.world on 13 Nov 10:20 collapse

You can always reinstall GRUB with Super GRUB2 Disk.

nanook@friendica.eskimo.com on 13 Nov 10:24 collapse

@daggermoon I just use a live boot usb,
mount /dev/sda1 (or whatever root is) /mnt
mount /dev/sda3 (or whatever EFI is) /mnt/boot/efi
mount --bind /dev /mnt/dev
mount --bind /dev/pts /mnt/pts
mount --rbind /sys /mnt/sys
mount --rbind /proc /mnt/proc
cp /etc/resolv.conf /mnt/resolv.conf
chroot /mnt
grub install /dev/sda (or whichever drive you want)

thingsiplay@beehaw.org on 13 Nov 05:44 collapse

This is the way.

Whenever I installed another operating system (newer Linux or long time ago when dual booting to Windows), I always unplugged the older drive physically. Then installed it and plugged it back. This way none of the OS changes anything on the others boot system. And I choose to boot the drive from UEFI boot menu.

nanook@friendica.eskimo.com on 13 Nov 06:12 collapse

@thingsiplay @metaStatic Normally I use grub on one drive to launch all of the OS's from a boot menu.

thingsiplay@beehaw.org on 13 Nov 06:29 collapse

Windows can interfere with grub, or any other OS can for that matter. I use an alternative boot system than grub, which is much more simple. When I install a new operating system as described before, then each operating system has its own boot menu and entries (like multiple Linux Kernels per OS or other configurations).

nanook@friendica.eskimo.com on 13 Nov 06:41 collapse

@thingsiplay Again, I've been doing this for many years without problems. If it's interfering it's most likely operator error.

thingsiplay@beehaw.org on 13 Nov 06:48 collapse

No. There are cases which is an error of the operating system, not the operator. Windows in example did that recently (not my machine, I do not use Windows) by ruining grub. Saying it was a bug, but we believe its an attempt of Microsoft ruining grub with intention.

Just because you did not have any problems does not mean its the optimal and easiest way. Also having all operating systems and multiple Kernels and options to boot from for every OS in one boot menu is a mess. I don’t want that ever again. Right now I have 5 entries for only one OS. Imagine adding Windows or another OS to it.

Its much easier and cleaner to separate each OS to its own menu, with the way I described earlier. Also much easier to replace an OS this way or make modifications.

nanook@friendica.eskimo.com on 13 Nov 06:50 collapse

@thingsiplay Ok well I've been doing this for as long as Grub has been a thing (since retiring lilo) without an issue, so not sure why it is a problem for someone you know but I'm going to stick with probably operator error.

thingsiplay@beehaw.org on 13 Nov 06:59 next collapse

You keep ignoring what I’m saying…

nanook@friendica.eskimo.com on 13 Nov 07:16 collapse

@thingsiplay I'm not ignoring, I am DISAGREEING, sorry if you're having a difficult time making that distinction.

Feyd@programming.dev on 13 Nov 12:11 collapse

There have been plenty of cases of windows messing up boot configuration if dual boot over the years, though it’s pretty rare more recently. The last one was only a few months ago and affected systems using secure boot zdnet.com/…/windows-update-breaks-linux-dual-boot…

mesamunefire@lemmy.world on 13 Nov 02:08 next collapse

I can’t think of any windows specific games I’ve payed for the last two years.

nanook@friendica.eskimo.com on 13 Nov 02:11 collapse

@mesamunefire I started playing a game called Flyff back in 2004, though I've had to switch servers several times because admins have become incompetent or discontinued, I've played ever since, currently playing Insanity Flyff, level 311 character Nanook there. I've tried to get it to run under wine but it uses a root kit anti-cheat so won't work under wine. This is soon going to be an issue with Win11 as well as they plan on disallowing root-kit anticheats soon. So maybe the game will adapt and then play under wine.

YaBoyMax@programming.dev on 13 Nov 03:00 collapse

Microsoft has discussed the possibility of creating user mode APIs for the monitoring that security programs like CrowdStrike could utilize instead of installing a kernel mode driver, but they haven’t said anything about locking down kernel mode drivers and I personally doubt they ever would.

nanook@friendica.eskimo.com on 13 Nov 03:18 collapse

@YaBoyMax I've heard differently from a Microsoft insider, but since I don't know if it was told to me in confidence or not, I am not going to name names.

thingsiplay@beehaw.org on 13 Nov 05:41 collapse

I use an emulator to play Windows 98 games. That’s the extent of what I use Windows for. Unfortunately Windows 98 is not compatible with the newest AAA multiplayer games or Steam.

Vince@lemmy.world on 13 Nov 01:33 next collapse

Does the learn more link actually say anything useful or relevant?

datavoid@lemmy.ml on 13 Nov 01:49 collapse

That would be a no:

learn.microsoft.com/en-ca/lifecycle/faq/windows

I’d assume someone accidentally wrote 23H instead of 22H, and then no one else bothered to check it.

yggstyle@lemmy.world on 15 Nov 20:43 collapse

Turns out clippy can’t replace all the people they laid off after all.

halm@leminal.space on 13 Nov 09:15 next collapse

This message doesn’t say anything about the validity of your license, though. Or am I missing something?

I’m not up to date on Windows versions, but saying Win 11 has reached end of service is… unexpected?

MyNameIsRichard@lemmy.ml on 13 Nov 10:03 next collapse

Maybe there’s a service pack?

datavoid@lemmy.ml on 13 Nov 12:28 next collapse

Seems like they resolved the issue - the license was legitimate.

GolfNovemberUniform@lemmy.ml on 16 Nov 07:34 collapse

No it’s just a license breakage. It happens sometimes.

FreydounHosseini@vegantheoryclub.org on 13 Nov 11:28 next collapse

That means you have an old version and need to run Windows update lol. Linux updates too. It says that every few weeks if you never reboot.

datavoid@lemmy.ml on 13 Nov 12:31 collapse

You realize that is a screenshot of the Windows update tool, right? Lol… The purpose of this post is that it wouldn’t let me update, saying that my legitimate copy of Windows 11 was at end of service. The issue has since been resolved.

Markaos@lemmy.one on 13 Nov 16:04 next collapse

saying that my legitimate copy of Windows 11 was at end of service

The screenshot says the version you use reached EoS and you need to update. There’s absolutely nothing about invalid licenses in the screenshot.

Good job for getting upvotes on a “haha winblows bad” troll post, I guess.

datavoid@lemmy.ml on 13 Nov 16:18 collapse

I was frustrated in the moment because my valid license randomly said it reached end of service without reason. Not entirely sure this qualifies as a troll post… Search this problem, considering the thread on the Microsoft forums I wasn’t the only one with the issue.

Please reread your comment and what it was replying to, we said the same thing.

FreydounHosseini@vegantheoryclub.org on 15 Nov 07:00 collapse

I do realize it. I also think that if you need this much hand holding to use a computer that you’re goin to have the same problem with Linux.

datavoid@lemmy.ml on 15 Nov 14:17 collapse

How does sharing a screenshot of an issue with Microsoft’s licensing server indicate that I need hand holding to use a computer? This is a Linux forum, if I had to guess every person here is on the high end of computer proficiency. It seems to me you are just a hostile person who likes to bully people online.

krolden@lemmy.ml on 13 Nov 13:40 next collapse

Oh no, an update? The horror!

LucidBoi@lemmy.dbzer0.com on 13 Nov 18:02 next collapse

Why do people avoid using the word Microsoft? It’s annoying when you use filters and people just circumvent them.

foxfell@lemmy.ml on 13 Nov 19:14 next collapse

Update your filters, bro. M$ is used for decades.

LucidBoi@lemmy.dbzer0.com on 14 Nov 06:48 collapse

Why though? What is the purpose of avoiding the filters? Are there shadow-bans based on keywords on Lemmy? There might be something I’m missing, but I only see this as a way to inconvenience people who use filters.

princessnorah@lemmy.blahaj.zone on 14 Nov 06:56 next collapse

Honestly, I think it all leads back to the original character limit of Twitter. It’s referencing that Microsoft is money-grubbing and power-hungry.

LucidBoi@lemmy.dbzer0.com on 14 Nov 06:58 collapse

That makes sense, thanks!

folaht@lemmy.ml on 14 Nov 08:43 collapse

No it doesn’t.
Since at the very least the dollar sign replacement is older than twitter.
And it was done by people who compared the company to nazi Germany.

huf@hexbear.net on 14 Nov 11:39 next collapse

i’m afraid it’s M$ or MiKKKroSSoft. your choice.

chloroken@lemmy.ml on 16 Nov 10:49 collapse

Are you asking why people use abbreviations? It’s to save time. Nobody is considering your filters when they abbreviate stuff. As inconsiderate as that is.

Obligatory fuck Microsoft. Sorry, M$. Time is valuable.

LucidBoi@lemmy.dbzer0.com on 16 Nov 12:58 collapse

If you’re browsing Lemmy, you’ve got plenty of time to type an entire word. But, this discussion is going absolutely nowhere, so I’ll stop responding.

Psyhackological@lemmy.ml on 14 Nov 08:58 collapse

You can write Microsoft like it’s naughty with changing it’s meaning even though it is the same

Micros**t

glitchdx@lemmy.world on 13 Nov 18:26 next collapse

I made the jump to Linux a few months ago, and while there are certain conveniences that I miss, everything I actually need works fine. As for gaming, I don’t play anything with kernel level anticheat, so it doesn’t matter to me that those don’t work on linux.

Disregard3145@lemmy.world on 14 Nov 07:13 collapse

Which bits do you miss?

golden_zealot@lemmy.ml on 13 Nov 19:23 next collapse

You think that’s fucked, I updated and I get this message now that won’t fuck off, stating I am both up to date, and missing updates at the same fucking time. Doesn’t matter how many times I check for updates, nothing new is found, nothing installs.

You can hope they won’t pull your license, but with this shit I’m just hoping they don’t brick my fucking system.

<img alt="" src="https://lemmy.ml/pictrs/image/a4992916-3f5d-466f-b6f9-1d35fa09143d.png">

datavoid@lemmy.ml on 13 Nov 23:44 next collapse

That’s a classic Windows update error if I’ve ever seen one!

golden_zealot@lemmy.ml on 14 Nov 01:54 collapse

No doubt, I’m floored.

FierySpectre@lemmy.world on 14 Nov 13:41 collapse

Who needs a license when there’s massgravel/MAS

monovergent@lemmy.ml on 13 Nov 19:43 collapse

Microsoft shouldn’t revoke license keys unless it’s a leaked VL key being spread around for piracy or the like. The semi-annual major updates seem to count as “versions” like Windows 11 22H2 (now end of service) vs Windows 11 24H2 (current). That said, it’s a poorly worded error message and it doesn’t help that Windows 11 will cry wolf at every opportunity.