this post was submitted on 01 Sep 2025
669 points (98.7% liked)

No Stupid Questions

43290 readers
689 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SirEDCaLot@lemmy.today 10 points 3 days ago (3 children)

It's been attempted in two ways.
First is secure boot. There were a handful of computers sold that did not allow disabling of secure boot, or changing the loaded keys. So it was basically essentially a Windows only computer.
More recently is there was Microsoft Windows S. This was a cheap version of Windows Home that ran on low end computers and was locked to only allow installing apps from the Microsoft store. It was possible to unlock it but as I recall it required an additional fee.

Enterprises almost all run Windows anyway so they DGAF.

[–] Atomic@sh.itjust.works 3 points 2 days ago (1 children)

Enterprises use a lot, and I do mean A LOT of custom software. Either developed in house or by others. They absolutely care.

What Microsoft does within their own OS, as the "S" version you're talking about. That's a non issue given you can just flash the drive and install whatever OS you want.

As for the concern that you'd somehow be unable to install another OS. Due to Secure Boot. I personally have never come across a computer that I've had full BIOS access to that didn't allow disabling secure boot. Though some have been more cooperative than others. But maybe I'm just lucky.

But I'm also pretty sure there are linux distributions that support Secure Boot.

Secure Boot for what it's intended to do, is a pretty good feature. Which is to stop unauthorized software from running before initiating your OS

[–] SirEDCaLot@lemmy.today 1 points 7 hours ago (1 children)

I was talking about secure boot. If the computer only runs Windows, enterprise doesn't care. If the computer only runs Windows S, it's an absolute nonstarter in enterprise tons of apps aren't on the app store. But Windows S is never targeted to enterprise, only low end home users.

Anything can support secure boot, the question is, are the keys included in the BIOS so it can run that particular OS without loading extra keys?

I've also not personally encountered a computer where secure boot couldn't be disabled or the list of keys modified, but I've definitely heard about them existing.

[–] Atomic@sh.itjust.works 1 points 1 hour ago

What exactly is your argument? Why would a computer only be able to run Windows?

Secure Boot doesn't restrict anyone to only windows. Even if we play with the idea that it's impossible to disable it. You can still install some Linux distributions.

Anything can support secure boot, the question is, are the keys included in the BIOS so it can run that particular OS without loading extra keys?

I don't even understand what you're trying to say... You don't need keys in BIOS to install either Windows, or Linux. The only purpose for the BIOS key is for users to be able to just boot up their new computer that they bought factory new WITH their OS of choice without having to go through extra steps of verifying your OS license.

But you don't NEED a key in BIOS. You can still buy a key separately to set up Windows. Same goes with paid versions of Linux distributions, such as Red Hat.

[–] Chrobin@discuss.tchncs.de 4 points 3 days ago (1 children)

Fedora supports secure boot out of the box

[–] hayvan@feddit.nl 4 points 3 days ago

So does Ubuntu, but there is a catch. Secure boot relies on signature checking, so you can manually add the signature of your OS manually to the UEFI db, but can't do that on locked UEFI. Major Linux providers went another route, they paid Microsoft to sign a shim binary, which in turn can verify and boot the matching Linux kernels. Microsoft refusing to sign shims would be a rather crippling move, but they would get a massive backlash from that.

[–] tarknassus@lemmy.world 1 points 3 days ago

Isn't secure boot signed by Microsoft anyway IIRC? I know Lenovo had their own signing too. From my knowledge, installing a secure-boot supported linux version requires a 'shim' to allow it, and there was an issue that came up as the keys are due to expire for older OS versions.

Of course, Secure Boot can be switched off as well. (for now)