惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
M
MIT News - Artificial intelligence
罗磊的独立博客
博客园 - 【当耐特】
A
About on SuperTechFans
Last Week in AI
Last Week in AI
雷峰网
雷峰网
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
Engineering at Meta
Engineering at Meta
B
Blog RSS Feed
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
S
SegmentFault 最新的问题
Recent Announcements
Recent Announcements

Stonecharioteer on Tech

I Traced My Traffic Through a Home Tailscale Exit Node What Was I Reading Last? In Three Not-So-Easy Pieces Dogfooding Is Hard Code blocks in your books, finally GoForGo v0.9.0 Merrilin - We built an app to read books I use a Macbook now Data Structures & Algorithms - Preparing for Interviews Using a local DNS namespace for local service discovery Direction KOllector - Publishing KOReader Highlights gbt: branches touched in the last 24 hours A Soiree into Symbols in Ruby Some Smalltalk about Ruby Loops Ruby Blocks Returning from Ruby Blocks, Procs and Lambdas My Linux Laptop Finally Works: How Claude Helped Me Fix Years of Annoyances TIL: Watchexec - Modern File Watching for Development Workflows A Less Busy Mind GoForGo - Learn Go through live examples Migrating My Old Blog to Hugo with Claude The Qtile Window Manager: A Python-Powered Tiling Experience Read the RFCs that Built the Internet Py-x-Protobuf - Or How I Learned to Stop Worrying and Love Protocol Buffers Python Reverse a List New Beginnings Leaving ChainSafe Systems Screen Lock for Cinnamon Desktop using Zenity and Terminal Commands Crews Not Teams A System for Getting Better at LeetCode
TIL: Linux Kernel 5.8 and Grub Multi-Kernel Boot
2020-08-03 · via Stonecharioteer on Tech

Linux System Administration

Linux Kernel 5.8 Features

  • Linux Kernel 5.8 has a lot of hardware level optimizations
  • Significant improvements in hardware support and performance
  • Better power management and efficiency
  • Enhanced driver support for newer hardware
  • Performance improvements across various subsystems

Multi-Kernel Installation and Management

  • You can install more than one kernel into a Linux installation and choose which to boot from in Grub
  • Enables testing newer kernels while keeping stable fallback options
  • Useful for development, testing, and troubleshooting
  • Grub bootloader provides menu for kernel selection at boot time

Benefits of Multi-Kernel Setup

System Stability

  • Ability to rollback to previous kernel if new version causes issues
  • Critical for production systems and development environments
  • Reduces risk when updating system components

Development and Testing

  • Test new kernel features without losing stable system
  • Compare performance between kernel versions
  • Debug kernel-specific issues by switching between versions

Recovery Options

  • Broken kernel update doesn’t render system unbootable
  • Always have working kernel available for system recovery
  • Essential for maintaining system uptime and reliability