Ubuntu20.04

grep menuentry /boot/grub/grub.cfg

gnulinux-5.15.0-92-generic-advanced-86a86651-8070-4338-92ee-8a1a13a98a05

gnulinux-5.15.0-67-generic-advanced-86a86651-8070-4338-92ee-8a1a13a98a05
~                                                                               
~
 ============================================================   
                                                             
 

sudo vim /etc/default/grub

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=gnulinux-5.15.0-92-generic-advanced-86a86651-8070-4338-92ee-8a1a13a98a05
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

相关推荐

  1. Ubuntu2204配置samba

    2024-01-26 12:30:03       75 阅读
  2. Ubuntu 下 Docker安装 2024

    2024-01-26 12:30:03       27 阅读
  3. 【ESP32】Ubuntu2004搭建espressif

    2024-01-26 12:30:03       51 阅读
  4. Ubuntu2204一句话下载VSCode

    2024-01-26 12:30:03       76 阅读
  5. Ubuntu2204安装小熊猫C++/DevCpp

    2024-01-26 12:30:03       74 阅读
  6. ubuntu2204,mysql8.x安装

    2024-01-26 12:30:03       58 阅读
  7. 2024.5.12 ubuntu + latex + vscode

    2024-01-26 12:30:03       33 阅读
  8. Ubuntu2204搭建ceph17

    2024-01-26 12:30:03       20 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-26 12:30:03       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-26 12:30:03       100 阅读
  3. 在Django里面运行非项目文件

    2024-01-26 12:30:03       82 阅读
  4. Python语言-面向对象

    2024-01-26 12:30:03       91 阅读

热门阅读

  1. VSCode(Visual Studio Code)禁用Jest自动运行测试用例

    2024-01-26 12:30:03       54 阅读
  2. c++day2

    c++day2

    2024-01-26 12:30:03      46 阅读
  3. git hook 自动设置作者

    2024-01-26 12:30:03       54 阅读
  4. nginx如何运行在ipv6上

    2024-01-26 12:30:03       55 阅读
  5. ES数据处理方法

    2024-01-26 12:30:03       43 阅读
  6. Flink State backend状态后端

    2024-01-26 12:30:03       50 阅读
  7. HashMap的扩容过程

    2024-01-26 12:30:03       49 阅读
  8. 第28章复数矩阵到微分,乘法以及除法

    2024-01-26 12:30:03       54 阅读