ubuntu22.04.4锁定内核应对海光服务器升级内核无法启动问题

文章目录


ubuntu锁定内核的操作记录


一、场景

项目上来了几台海光的服务器,操作系统是ubuntu2204的,就尝试这安装服务,发现安装的时候内核会自动升级,升级之后新内核无法正常引导启动。进行锁内核的操作。

二、机器信息

1.内核信息

hostnamectl :

shell 复制代码
 Static hostname: XXX
       Icon name: computer-server
         Chassis: server
      Machine ID: cd19257cdbca45849b97eabbb12b8de5
         Boot ID: 4ded862beb7045c79d82c885114d4aab
Operating System: Ubuntu 22.04.4 LTS              
          Kernel: Linux 5.15.0-94-generic
    Architecture: x86-64
 Hardware Vendor: Suma
  Hardware Model: R6240H0

2.CPU信息

lscpu:

shell 复制代码
Architecture:            x86_64
  CPU op-mode(s):        32-bit, 64-bit
  Address sizes:         48 bits physical, 48 bits virtual
  Byte Order:            Little Endian
CPU(s):                  64
  On-line CPU(s) list:   0-63
Vendor ID:               HygonGenuine
  Model name:            Hygon C86 7380 32-core Processor
    CPU family:          24
    Model:               2
    Thread(s) per core:  2
    Core(s) per socket:  32
    Socket(s):           1
    Stepping:            2
    BogoMIPS:            4400.19
    Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid amd_dcm aperfmperf r
                         apl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb
                          bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmc
                         b_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca sme sev sev_es
Virtualization features: 
  Virtualization:        AMD-V

三、锁定内核

编辑/etc/default/grub文件

修改前

shell 复制代码
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=""

修改GRUB_DEFAULT锁定当前内核

shell 复制代码
GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 5.15.0-94-generic"
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=""

更新grub信息

shell 复制代码
update-grub

总结

国产化加油!!

相关推荐
hweiyu001 小时前
开发运维DevOps(附电子书资料)
运维·devops
feifeigo1231 小时前
自动化运维:从脚本到DevOps的演进
运维·自动化·devops
不念霉运1 小时前
国产DevOps平台Gitee:如何重塑中国企业研发效能新格局
运维·gitee·devops
飛_1 小时前
【Word Press基础】创建一个动态的自定义区块
运维·nginx·html·word press
Spliceㅤ1 小时前
Spring框架
java·服务器·后端·spring·servlet·java-ee·tomcat
程序员黄老师2 小时前
四层负载均衡与七层负载均衡详解
运维·负载均衡
晴天彩虹雨2 小时前
统一调度与编排:构建自动化数据驱动平台
大数据·运维·数据仓库·自动化·big data·etl
SH11HF3 小时前
ZABBIX配置自动发现与自动注册,网易邮箱告警和钉钉告警
运维·服务器·zabbix
Wezzer3 小时前
Zabbix告警系统集成指南:从钉钉机器人到网易邮件的全流程配置
运维·钉钉·zabbix·触发器·网易邮箱
我很好我还能学3 小时前
【计算机网络 篇】TCP基本认识和TCP三次握手相关问题
运维·服务器·网络