GRUB

Winsage
August 7, 2025
Updating the Linux kernel is generally straightforward and low-risk, similar to Windows updates. Most Linux distributions, including Ubuntu, Fedora, Debian, and Linux Mint, manage kernel updates automatically through the package manager. When a new kernel is installed, the previous version remains intact, allowing users to revert to it if necessary via the GRUB boot menu. Kernel updates provide essential security patches, bug fixes, and improved hardware support. While manual installation of a kernel is possible, it is not required for most users. Tools are available for easier management of kernel versions, but the update process is designed to be user-friendly and safe.
AppWizard
July 5, 2025
The PiKVM project allows users to control a desktop or server remotely using a Raspberry Pi 4B and an HDMI-CSI bridge adapter, providing comprehensive keyboard, video, and mouse control even during reboots. It offers browser-based access to the PC's screen in real-time, enabling actions like force shutdowns, BIOS access, and operating system reinstallation, independent of the host system's operating system. The setup captures HDMI output and simulates USB input, functioning in scenarios like BIOS or crash screens. Essential components for building a PiKVM include a Raspberry Pi 4B, an HDMI-to-CSI bridge adapter, a microSD card, USB cables, an official power supply, and the latest PiKVM OS image. The setup process involves writing the OS image to the SD card, connecting the hardware, and accessing the web interface for remote control. PiKVM is beneficial for tasks such as troubleshooting boot sequences, configuring BIOS settings, and monitoring system status without physical interaction.
Winsage
June 25, 2025
The CachyOS installer offers an aesthetically pleasing yet somewhat confusing installation experience, particularly regarding the Bootloader selection, where the default is Systemd-boot instead of the more familiar Grub. Additionally, the additional package installer lacks sufficient context, which may confuse users. The installation process has become more streamlined compared to the past, where users had to deal with multiple ISO images and CDs. Now, one can easily create a Live USB using software like Rufus, Raspberry Pi Imager, or Balena Etcher. A Live USB allows users to test the operating system before installation and serves various purposes such as troubleshooting and data recovery. The author is installing CachyOS on a Lenovo X390 laptop with 8GB of RAM and an Intel Core i5-8265U.
Winsage
May 17, 2025
In August 2024, a security update aimed at improving Secure Boot disrupted dual-booting of Windows and Linux due to a vulnerability in the GRUB bootloader. This allowed malicious actors to bypass Secure Boot protections. Microsoft released a patch, KB5058385, on May 13, 2025, to resolve the issue by enhancing the Secure Boot Advanced Targeting (SBAT) system's ability to recognize legitimate Linux bootloaders, preventing them from being blocked. The patch is applicable to various versions of Windows, including Windows 11 (multiple versions) and Windows Server (multiple versions). The update will be automatically applied through Windows Update for affected installations.
Winsage
May 6, 2025
BitLocker encryption is enabled by default on most Windows 11 systems, which can hinder the installation of Ubuntu. To proceed with the installation, BitLocker was temporarily disabled through the Control Panel. A bootable USB drive for Ubuntu was created using Rufus with an SK hynix Tube drive. The Ubuntu 25.04 ISO file, known as "Plucky Puffin," was downloaded at 5.8GB in about a minute. The decision was made to install Ubuntu 25.04 instead of the more stable Ubuntu 24.04 LTS due to a desire for the latest features. The installation was planned for both a ThinkPad X1 Carbon and a custom-built desktop with an AMD Ryzen 9 7950X CPU.
Winsage
May 2, 2025
The process of installing Linux has evolved from text-based installers in the late 1990s to user-friendly graphical installers in distributions like Ubuntu and OpenSUSE. Users can start with a single-board computer like the Raspberry Pi or set up a dual-boot configuration with Windows and Linux using a custom boot menu called GRUB. It is advisable to back up the drive before installation to prevent data loss. To create a Linux Install USB, users need to download an ISO image of the Linux distribution and use Rufus to write it onto a USB drive of at least 8GB. The steps include selecting the USB drive, choosing the Linux OS, selecting the GPT partition scheme, and writing the OS in ISO image mode. For dual-boot installation, users should insert the USB drive, boot from it, and select “Try or Install Ubuntu” from the GRUB menu. After testing hardware functionality, the installation process involves selecting language, configuring accessibility, choosing keyboard layout, connecting to the Internet, and selecting installation options. Users must choose “Install Ubuntu alongside Windows Boot Manager” and allocate space for each operating system. After installation, users need to adjust BIOS settings to ensure the system boots from the Linux installation. This includes selecting the Boot menu, setting the Linux install as Boot Option 1, and saving the changes. Upon rebooting, users can select their Linux OS from the GRUB menu and verify the functionality of both operating systems.
Winsage
April 4, 2025
Operating multiple systems on a single machine, particularly Windows and Linux, can be achieved through dual-booting or using a virtual machine (VM). Dual-booting can lead to complications, such as Windows obstructing access to Linux and overwriting Linux's boot manager. In contrast, VMs allow users to run multiple operating systems concurrently without rebooting, making them more flexible and user-friendly. VMs facilitate the management of separate environments for different tasks and can be easily deleted and recreated if needed. They also provide enhanced security by operating in a sandboxed environment, reducing the risk of damage to the primary system. VMs are portable, encapsulated in a single file for easy transfer between computers, and support snapshots for quick rollbacks.
Winsage
April 2, 2025
The author currently uses Windows 11 on most devices due to the lack of Linux alternatives for certain creative applications. They previously engaged in dual-booting Linux and Windows but have shifted away from this practice due to time and data management concerns. Storage issues were a significant challenge, particularly with drive partitioning on laptops. The author finds virtual machines (VMs) and Windows Subsystem for Linux (WSL) to be more accessible and practical solutions for their needs. They also mention that Windows 11's Secure Boot complicates dual-boot setups and that Windows updates often overwrite the GRUB bootloader, risking data integrity. Additionally, using BitLocker with GRUB can lead to complications. Ultimately, the author prefers a single operating system per device for a simpler and more efficient experience.
Winsage
September 1, 2024
Rhino Linux has released version 2024.2, aimed at users considering a switch from Windows 11. Key updates include a new Unicorn theme that enhances the desktop environment, a revamped Setup Wizard with more options, containerization features, a new package manager, and a night shift mode. The package management system, Pacstall, has been updated with new commands and improved search capabilities. Additional enhancements include corrections to the GRUB bootloader display and updated Linux kernels for better hardware support, including for Pine64 and Raspberry Pi. The new version is available for download.
Winsage
August 22, 2024
Microsoft is addressing issues from a security patch for a two-year-old vulnerability (CVE-2022-2601) in the GRUB open-source boot loader, which has caused crashes on dual-boot systems running Windows and Linux. The patch was intended to fix a buffer overflow vulnerability that could allow unauthorized access during system startup. Despite Microsoft's advisory stating that the latest Windows builds are not affected when using GRUB2, users reported problems booting their Linux distributions after the update. Microsoft acknowledged the issue and is working with Linux partners to resolve it. Users have shared workarounds, including disabling Secure Boot and deleting the SBAT policy. Separately, the US Cybersecurity and Infrastructure Security Agency (CISA) added the ProxyLogon vulnerability (CVE-2021-31196) in Microsoft Exchange Server to its Known Exploited Vulnerabilities Catalog, highlighting ongoing exploitation despite a patch released in July 2021.
Search