当前位置:   article > 正文

利用grub设置ubuntu内核_ubuntu开机选择内核grub

ubuntu开机选择内核grub

1、查看内核

ubuntu@ubun:sudo dpkg --get-selections |grep linux-image
  • 1

在这里插入图片描述

2、更改/etc/default/grub

ubuntu@ubun:/usr/local$ cat /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=0
***GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.15.0-72-generic"***
#GRUB_DEFAULT="1> 2"
#GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="text"
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
#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
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39

3、生效:update-grub

ubuntu@ubun: sudo update-grub
  • 1

4、重新启动,现在应该默认启动旧的内核版本

ubuntu@ubun: sudo reboot
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/129472
推荐阅读
相关标签
  

闽ICP备14008679号