distributions

Winsage
May 21, 2025
Microsoft has open-sourced its Windows Subsystem for Linux (WSL) code, announced during the Build 2025 developer conference. WSL allows users to run Linux distributions natively on Windows, facilitating integration between Linux tools and the Windows environment. Since its introduction in 2016, WSL has become essential for developers needing Linux utilities without leaving Windows. As of the 2024 StackOverflow developer survey, 16.8% of programmers use WSL, surpassing traditional Linux distributions. The initial version, WSL 1, had performance limitations, but WSL 2 introduced a full Linux kernel in a lightweight virtual machine, improving compatibility and performance. The majority of WSL's codebase is now available on GitHub under the MIT License, including key command-line tools and Linux-side daemons. Some components remain closed source, but the move reflects a significant shift in Microsoft's open-source collaboration approach. Users can access various Linux distributions on WSL, including Fedora, Debian, openSUSE, and Ubuntu.
Winsage
May 20, 2025
Microsoft has announced that the Windows Subsystem for Linux (WSL) is now open source, marking a significant milestone in its development. The company has closed issue #1 on its GitHub issue tracker, which asked if WSL would be open source since April 6, 2016. WSL allows Windows users to run Linux distributions alongside their operating system and has evolved from WSL 1, which used a pico process provider, to WSL 2, which introduced a dedicated Linux kernel and various enhancements such as GPU support, graphical applications, and systemd support. In 2021, WSL was decoupled from the Windows codebase and made available via the Microsoft Store for Windows 11 users. Future updates will further refine the installation process for Linux distributions.
Winsage
May 16, 2025
Microsoft has fixed a long-standing bug in Windows 11 that affected dual-booting with Linux, which had persisted since August 2024. The issue arose from a Secure Boot Advanced Targeting (SBAT) setting introduced in a Windows 11 update, which inadvertently disrupted dual-boot configurations by incorrectly applying the SBAT value on certain devices. As of May 2, with the release of Windows 11 version 24H2, users can now successfully dual-boot between Windows 11 and other operating systems, including Linux.
Winsage
May 15, 2025
Users are experiencing challenges following the deployment of Windows 10 update KB5058379, including unexpected requests for a BitLocker recovery key and Blue Screen of Death (BSOD) errors. The BitLocker issue has a low occurrence rate of 2-5%, with reports indicating that only 15 out of 600 devices in some organizations were affected. Adjusting certain BIOS settings may help mitigate BSOD errors. Delaying or rolling back the update could expose systems to vulnerabilities, as it addresses critical zero-day exploits. Many issues arise from the update not completing its installation effectively, and users have reported resolutions once the update is fully realized. Users are advised to contact Microsoft for assistance and consider alternatives like Linux distributions as the October end-of-support date for Windows 10 approaches.
Winsage
May 15, 2025
Windows 11 requires TPM 2.0 support for installation, creating compatibility issues for users with older hardware, even if the hardware is otherwise capable of running the OS. Many users are still on Windows 10 as the support deadline approaches, with some considering Linux as an alternative since it does not impose TPM 2.0 restrictions. Linux distributions can be installed on machines lacking TPM 2.0, allowing users to retain their existing hardware. Older CPUs, typically from Intel's 7th generation or earlier, are often incompatible with Windows 11 but can run Linux efficiently, sometimes improving application performance. Linux offers more customization and less bloat compared to Windows, appealing to users frustrated with Windows 11's limitations. The shift to Windows 11 has prompted some users to explore Linux as a viable alternative.
Winsage
May 14, 2025
Microsoft addressed a boot issue affecting dual-boot systems running Linux alongside Windows after the August 2024 Windows security updates, which caused Linux systems to fail to boot due to a Secure Boot Advanced Targeting (SBAT) update. This issue impacted various Windows operating systems, including Windows 10, Windows 11, and Windows Server 2012 and later. The problem arose from a detection mechanism that failed to recognize some customized dual-boot setups, leading to error messages such as "Something has gone seriously wrong: SBAT self-check failed: Security Policy Violation." Microsoft confirmed that the boot issues would be resolved with the May 2025 Patch Tuesday security updates and provided a temporary workaround in late August, advising users to delete the SBAT update. On September 19, Microsoft stopped the automatic application of the problematic SBAT update and recommended a command to prevent future SBAT updates. The issue was specific to the August 2024 security and preview updates, and subsequent updates starting with September 2024 did not contain the problematic settings.
Winsage
May 12, 2025
As Windows 10 approaches its end of life, users are considering alternatives like Linux due to stringent hardware requirements for Windows 11. The End of 10 campaign supports this transition by providing resources such as direct assistance, upcoming events for hands-on help, and step-by-step installation instructions for various Linux distributions. Advantages of switching to Linux include cost-effectiveness, an ad-free experience, and enhanced customization. The recent release of Fedora 42 with KDE Plasma as the flagship edition offers a familiar interface for users transitioning from Windows.
Winsage
May 10, 2025
The author has been using Linux, specifically Ubuntu Server, for over a decade for cloud deployments, game server management, and media streaming. They primarily use a MacBook for daily tasks but also require Windows for gaming on a main PC, utilizing Windows Subsystem for Linux (WSL). The author has configured Windows Terminal to manage multiple command-line shells, including Windows PowerShell, Command Prompt, and WSL, all within a single application. Windows Terminal is pre-installed on Windows 11 version 22H2 or later and can be downloaded from the Microsoft Store for earlier versions. The author's Windows Terminal setup opens a WSL environment by default and includes options for Command Prompt, PowerShell, and Developer Command Prompts. They have customized their experience by removing trailing whitespace when pasting, organizing tab order, hiding the title bar, and using a Dark theme with the Monokai Remastered color scheme and JetBrains Mono font. The WSL configuration is set to access an Ubuntu terminal directly. Windows Terminal allows the author to connect to Proxmox hosts or virtual machines via SSH and supports multiple tabs for managing different systems. It features a "Quake" mode for quick command execution and the ability to create automated tools with keyboard shortcuts. The author plans to explore adding SSH profiles for easier server connections.
Search