Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Bug Windows IT

Windows 11 Installation Media Bug Causes Security Update Failures (bleepingcomputer.com) 60

Microsoft is warning that Windows 11 installations using USB or CD media created with October or November 2024 security updates may be unable to receive future security patches.

The bug affects version 24H2 installations made between October 8 and November 12, but does not impact systems updated through Windows Update or the Microsoft Update Catalog. Microsoft advised users to rebuild installation media using December 2024 patches while it works on a permanent fix for the issue, which primarily affects business and education environments.

Windows 11 Installation Media Bug Causes Security Update Failures

Comments Filter:
  • by PCM2 ( 4486 ) on Thursday December 26, 2024 @06:54PM (#65041727) Homepage

    Am I the only one who thinks Windows 11 just sounds worse and worse all the time? If it's not a slipshod rookie error like this, they're pushing updates that fundamentally change the UI of the OS (for instance, the taskbar), so the computer you boot up tomorrow won't even work like the one you were using yesterday. What madness is this? I can't imagine any large company tolerating this level of risk.

    • by gweihir ( 88907 ) on Thursday December 26, 2024 @07:25PM (#65041791)

      Same here. Win11 seems to not only be effectively Win10, but it seems Win10 made significantly worse.

    • by Brain-Fu ( 1274756 ) on Thursday December 26, 2024 @07:38PM (#65041813) Homepage Journal

      Another day, another failure from Microsoft.

      They know that almost everyone considers it a "given" that they need Windows. They know that the FUD around switching over to Linux or even Mac will ensure that most people continue to tolerate their incompetence and abuse. They know this, and they are right.

      I have fully de-Microsofted my personal life, but I have to use Windows for work, as do so many others. This world is neither fair nor good, but it's what we've got.

    • > What madness is this? I can't imagine any large company tolerating this level of risk.

      Safe and effective, friend.

      Not everybody got a bad batch but most did.

    • they're pushing updates that fundamentally change the UI of the OS (for instance, the taskbar),

      There have been zero fundamental changes to the OS UI, even task bar beyond setting the default but optional centre justification. Anyone who has used Windows Vista will instinctively know how Windows 11's taskbar, search, and desktop works. Anyone who has used Windows 95 knows how the windows are fundamentally interacted with.

      It's window dressing changes mostly. People complain a lot about very insignificant changes.

      I can't imagine any large company tolerating this level of risk.

      And yet all of them do, so does that help you point to the fact your fundamental thesis may

      • It's not just the taskbar. That in itself is a time wasting change. Right click context menus need registers changes to make useable. Printing dialogs are worse and buggy. (Default printer settings not respected). Settings moved, hidden, and redirected. File explorer features removed, moved, or hidden behind registry changes. Companies put up with it because everyone just *needs* windows or *needs* office, despite the fact that windows doesn't do anything special, and office tasks can be accomplished
      • The task bar has been enshitified. I used to have one wide/high enough to show dozens of apps or tabs. Not possible anymore under Win11. It looks prettier, sure, but is substantially less functional.
        Just the opposite of what I want.

      • by Anonymous Coward

        window dressing _is_ the fundamental OS UI

        you're yapping about the gas pedal still working the same but fucking with their arrangement/placement/etc is the same conversation as fucking with the injector

        the most fundamental change of all was User Comes Second and the roots of that cancer are further upstream than the code

    • The guys at Microsoft who knew what they were doing retired or were fired to be replaced by Indian “engineers” or people fresh out of college with no experience but extremely arrogant (who think they know better than their predecessors despite not having a tenth of the experience).
    • Maintenance and new features are closely limited in their expenses. That results in short sighted situations like this.

      Long story short, Microsoft does not value their operating system as an operating system. They value it as a method of control/revenue generation.

  • by BrendaEM ( 871664 ) on Thursday December 26, 2024 @06:59PM (#65041739) Homepage
    Reinstalling an operating system--and all of its programs and data is not something users should ever tolerate.
    • by gweihir ( 88907 )

      Indeed. But most MS users are "lusers" not users. Many are even effectively becoming an MS product.

      Funny thing: I recently tried doing a backup of my teaching laptop with Windows (Win 10 because too many beamers with bad firmware crash with Linux and Teams on Linux is problematic, although I may try again 2025) and that completely failed. After messing about for several hours, I went back to simply blanking free space using cygwin and then booting Kali and doing a cat /dev/sdc |pbzip2 > img.bz2. That wor

      • I have been using Acronis true image for more than a decade . It works fairly well. I backup images onto my Linux NAS.

        Windows sure has a lot of bugs, but it also has 20+ times as many desktop users as Linux does. Microsoft communities are full of workarounds for said bugs. And usually someone will answer if it's a previously unreported problem.

        That's unfortunately way more than I can say about Linux communities . I have many critical bugs reported in various forums as serious as kernel hangs that nobody has

        • by caseih ( 160668 )

          That's interesting. I haven't had any direct experiences posting questions to MS official forums. But I have had a lot of frustration searching those forums for help with bells windows issues. A lot of the blind leading the blind there from what I can see.

          • by madbrain ( 11432 )

            Not my experience at all. Usually there is a reply within a few hours from some MCSE. Not always immediately the right answer, but eventually one gets there, or determines if there isn't one.

            Recently I had problems installing the Win11 24H2 update mentioned in this thread. One MCSE gave me a long list of steps, and I finally succeeded. One of those steps was ... to use the USB media rather than update through Windows update :(

          • by gweihir ( 88907 )

            A lot of the blind leading the blind there from what I can see.

            That was my impression as well when I tried to find out how to do a Windows-native backup. People are swapping the most obscure tricks, but hardly anybody really has a clue.

            • If you are trying to backup with MS tools, yes, you are in for a world of hurt. There are 3rd party tools that do a good job. Acronis is one. Incidentally, it lets me image my Ubuntu installation as well, though it can only do disk and partition level restores, not file level. That was plenty good enough to rollback from Ubuntu 24 to 22, though.
              It can't handle ZFS root properly, though. Ext4 is fine.

              • by gweihir ( 88907 )

                Sorry, Acronis is too much of an amateur-tool for me. I tried it and it was wayyyy to obscure what it does. Since I do understand low-level disk structure, I much rather do things myself where I know what I backed up and can verify anything I want reliably.

                • Your cat backup command is fine for what it does, but there are a variety of situations where it's not optimal when restoring - trying to restore to a different sized disk because of hardware failure, restoring only some partitions, only some file systems, only specific files. Acronis handles all these well, at least with Windows. It does have some rough edges especially with the rescue boot media creation. But you'll need to type more commands to replicate its functionality and/or spend more time waiting f

                  • You just mount the image via a loop back device and restore whatever you want, be it a partition or a file.

                    PS, real men use dd, not cat. It's more complicated, so that is obviously the preferred method.

                    • Large compressed images would be hard to mount directly without decompression.
                      But placing them on a compressed file system like ZFS resolves the issue. This is what I do with my Acronis backups.

                      dd is fine if you are restoring to identical size disk, but not as useful if you are restoring to different size, especially smaller disk.

                      I built 2 windows machines that use striping - 8 sata SSDs on my main desktop and 5 NVMe on a media and automation server. You can backup the stripe members with dd, but you end up

    • Reinstalling an operating system--and all of its programs and data is not something users should ever tolerate.

      As said this mostly affects enterprise, and reinstalling the OS and all of its programs is something enterprises hire IT departments to manage in a streamlined way. Virtually no consumer end users are manually using installation media. Computers shipped with Windows system recovery images by default (basically all which aren't self built) are unaffected.

  • This has to be the worst update Microsoft has ever put out. Without exaggeration it seems as if every other week there is another serious issue. At this point pull the thing, undo any changes, and don't release it until they've done some kind of testing. It's clear they're making end users be testers in production.

    • The old story is that Microsoft replaced test dept with Telemetry(tm) [ghacks.net].

      Some softies recently noted that the buffers of quality that were there started now depleting, so the Win10/Win11 are riddled with system-wide bugs.

      And then there is also change of mentality: Windows OS was a product before - but since Win10(?) it's officially a service, and not something customers own. Needless to remind, QA of a deliverable product and QA for providing a service are two distinct (often unrelated) categories.

    • by gweihir ( 88907 )

      The funny thing is that they are not even doing any major changes. It seems these days Microsoft is incapable of doing even tiny things right.

    • Hold on, you're reading this all wrong. Microsoft is saying if you install this precious update, you never have to worry about ever getting another annoying forced update ever again? I'll buy that for a dollar!
  • I really wish a good mainstream competitor would emerge that actually does care about engineering that is not just barely "good enough". Or often somewhat below that level as Microsoft seems to be aiming for.

    • apple hardware locking in (storage markup is like 3-4X pc costs) and pushing for app store lock in is just as bad.

    • Steam OS?

      It has a Windows compatibility layer via Proton/Wine to install Windows Games via their store.

      If they added the ability to package/install generic Windows applications in their own sandbox...

      • by gweihir ( 88907 )

        Maybe. Valve has managed to keep it alive and slowly improving for quite some time now. On the other hand, it may also need an Office competitor that is pretty compatible file-wise. MS Office will never be interoperable in that way unless they get forced to stop their sabotaging it. For things you do not need to exchange with MS Office, LibreOffice is already vastly superior and wastes far less of your time.

    • by MeNeXT ( 200840 )

      There are at least 2. Linux and FreeBSD. Their problem is they place their resources on engineering and not marketing.

      My oldest system running the latest software on new hardware was installed back in 2003. Ever since then it's been updates and upgrades and cleaning.

    • I'm going to say at this point, that looks more or less impossible because of humanity. We naively thought that something like , I'll just speak for myself , redhat, or suse, would become a viable alternative, But it just lead to proprietary dreams. Ubuntu? Wasn't that going to be it? None of the aforementioned are really open source anymore , IMO. No one can resist owning it.

      The humanity on the user side too leads to irrational dependency. Fear of change is extremely motivating .. to just pay.

      I don't blame
      • by gweihir ( 88907 )

        Oh, it will happen. At some point the MS crap will have gotten so bad that enough organizations will simply be completely fed up with it and will move away. But whether that happens in 5 years or in 50 is unclear. With the extreme security problems MS currently has and fails to get under control, it may not take long though.

  • I oversaw a significant deployment during that period.

    Now I get to chat with the management and security teams to see if we tell the clients we have to rebuild their office or if we wait it out. We'll wait it out, I'm sure, but it's still going to be an annoyance.

  • Working hard on security or hardly working security, despite the new "security initiative..." typical Microsoft spin-control which is cheaper than actual security.

    https://blogs.windows.com/wind... [windows.com]

    Microsoft should fire some of these dunderhead executives, managers that are leading by example. Now to wait the press release that Microsoft values customer's security and place the highest trust in making the Windows 11 experience a secure one, and blah-blah-blah.

    Yet Microsoft has lowered the bar so low that only

  • Even ye olde simple tarballs on Slackware always worked better than Microsoft's update schemes, and Windows users have always had to reboot a lot more for updates than anyone else. Coming from a Unix background from machines from the eighties where updates were typically flawless and didn't require a reboot unless it was necessary because libc or the kernel had to be updated, I always scoffed at Windows' inability to do the slightest update either reliably or without a reboot, and sometimes with both a reboot and a failure.

    Every version of Windows which has had "Windows Update" has had bugs where even a system with practically no software on it will break itself so badly that Windows Update no longer updates windows, typically giving an inscrutable and overused error code which means little to nothing even once looked up on their openly absurdist and non-performant website.

    The only versions of Windows I "never" used (except briefly and in passing) were 1 and 2, so perhaps there was a time when updates to Windows worked correctly and I'm just not aware of it. I suppose most of the patches I've installed for Windows 3.x worked ok, so maybe "always" is hyperbole, but literally every version of Windows since 95 and NT4 has had problems with updating.

    • by Scoth ( 879800 )

      I feel like Win2k (and XP) service packs were reasonably decent. I also don't remember having too much issue with even general updates with those, at least from a user perspective. I suppose towards the end XP got a little bit creaky from all the stuff bolted onto it while Vista/7 were delayed but I have mostly positive memories of it. I didn't do a whole lot with the server versions of those so can't really speak to the Server experience.

      Win3.x and before mostly scraped by through the benefit of just not r

  • Last november, our mother company forced upgrade of all our computers from windows 10 to window 11 through PXE boot reinstall. Is this installation method corrupted too ?

In 1914, the first crossword puzzle was printed in a newspaper. The creator received $4000 down ... and $3000 across.

Working...