this post was submitted on 19 Jul 2024
142 points (100.0% liked)

Technology

37599 readers
281 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MagicShel@programming.dev 55 points 2 months ago* (last edited 2 months ago) (3 children)

If this somehow works, good on Microsoft, but what the fuck are they doing on boot cycles 2-14? Can they be configured to do it in maybe 5? 3? Some computers have very long boot cycles.

[–] vinniep@beehaw.org 80 points 2 months ago (2 children)

There's nothing magical about the 15th reboot - Crowdstrike runs an update check during the boot process, and depending on your setup and network speeds, it can often take multiple reboots for that update to get picked up and applied. If it fails to apply the update before the boot cycle hits the point that crashes, you just have to try again.

One thing that can help, if anyone reads this and is having this problem, is to hard wire the machine to the network. Wifi is enabled later in the startup sequence which leaves little (or no) time for the update to get picked up an applied before the boot crashes. The wired network stack starts up much earlier in the cycle and will maximize the odds of the fix getting applied in time.

[–] MagicShel@programming.dev 34 points 2 months ago

That makes sense with how the article said "up to 15 times" which does sort of indicate it's not a counter or strictly controllable process. Thank you!

[–] EtzBetz@feddit.de 10 points 2 months ago* (last edited 2 months ago) (1 children)

I was thinking (from reading the headline) that if one specific component fails 15 times during boot or so, it will just automatically get disabled by the system, so that you don't run into an unavoidable boot loop.

But this makes sense as well, if they did write "up to" in the article (as others have stated). ~~Even though I find the confidence weird. Imagine you have some weird dial-up or satellite internet solution for your system, which just needs time to connect, and then maybe also just provide a few bytes/kilobytes per second. This must be rare, but I'm 100% confident that there exists a system like this :D~~

Edit: okay, I should read first. The 15 times thing is said for azure machines.

[–] darkpanda@lemmy.ca 8 points 1 month ago (1 children)

macOS has something to this effect where if it detects too many kernel panics in a row on boot it will disable all kernel extensions on the next reboot and it pops up a message explaining this. I’ve had this happen to me when my GPU was slowly dying. It eventually did bite the dust on me, but it did let me get into the system a few times to get what I needed before it was kaput.

[–] EtzBetz@feddit.de 2 points 1 month ago

Interesting to know :)

[–] NeatNit@discuss.tchncs.de 8 points 2 months ago (2 children)

I am so confused. What's supposed to happen on the 15th reboot?

[–] Gormadt@lemmy.blahaj.zone 42 points 2 months ago

The IT guy quits and it's no longer their problem to fix

[–] MagicShel@programming.dev 9 points 2 months ago (2 children)

Probably triggers some auto-rollback mechanism I'd guess, to help escape boot loops? I'm just speculating.

[–] NeatNit@discuss.tchncs.de 30 points 2 months ago (1 children)

Welp, Ars Technica has another theory:

Microsoft's Azure status page outlines several fixes. The first and easiest is simply to try to reboot affected machines over and over, which gives affected machines multiple chances to try to grab CrowdStrike's non-broken update before the bad driver can cause the BSOD. Microsoft says that some of its customers have had to reboot their systems as many as 15 times to pull down the update.

https://arstechnica.com/information-technology/2024/07/crowdstrike-fixes-start-at-reboot-up-to-15-times-and-get-more-complex-from-there/

[–] MagicShel@programming.dev 8 points 2 months ago

Yep. That makes more sense. Thanks!

[–] NeatNit@discuss.tchncs.de 8 points 2 months ago

That's some high quality speculation

[–] azerial@lemmy.dbzer0.com 6 points 1 month ago

Just imagine if it's a build farm with hundreds of machines. Jesus. That's a hell I wouldn't even wish on my worst enemy.