RedPanda
2018-02-09 07:44 deepin
本帖最后由 windcz91 于 2018-2-9 01:31 编辑
try this:
1.find the file:/boot/grub/grub.cfg.
then copy some codes in this file:
it's behind the codes like this:
Copy the Code
2.paste the code in this file :/etc/grub.d/40_custom
like this:
3. type in command:sudo update-grub
4.find the file:/etc/default/grub
and change fourth line:
GRUB_DEFAULT="0"
to:GRUB_DEFAULT="3"
5.type in command:sudo update-grub
after these these steps the computer were supposed to boot the kernel 4.9 by default
try this:
1.find the file:/boot/grub/grub.cfg.
then copy some codes in this file:
it's behind the codes like this:
- submenu 'Advanced options for Deepin 15.5 GNU/Linux' ......
2.paste the code in this file :/etc/grub.d/40_custom
like this:
3. type in command:sudo update-grub
4.find the file:/etc/default/grub
and change fourth line:
GRUB_DEFAULT="0"
to:GRUB_DEFAULT="3"
5.type in command:sudo update-grub
after these these steps the computer were supposed to boot the kernel 4.9 by default
Reply Like 0 View the author
deepin 15.5 - amd 64 - kernel 4.14
deepin 15.5 - amd 64 - kernel 4.14 - recovery mode
deepin 15.5 - amd 64 - kernel 4.9
deepin 15.5 - amd 64 - kernel 4.9 - recovery mode
the option in red worked for me.
How to set this option to boot at default ( in place of kernel 4.14 )
Thanks