对于偶尔使用Ubuntu的人,修改grub默认启动选项为Windows10是个需求。方法如下:
进入Ubuntu
$ cd /etc/default
$ ls -l
发现grub配置文件,权限为只读。
$ sudo chmod 666 grub
打开grub编辑,修改配置。
Windows10, Ubuntu双系统,修改grub默认启动项及等待时间
$ sudo udpate-grub
$ sudo chmod 444 grub
$ reboot
发现默认选项变了,等待时间也缩短了。Windows10, Ubuntu双系统,修改grub默认启动项及等待时间

参考:

  1. 修改 grub2,该方法Ubuntu无效,受启发修改/etc/default/grub
    https://www.techbrown.com/change-default-grub2-entries-timeout-centos-7/
  2. chmod 权限代号
    https://blog.csdn.net/jing956899449/article/details/77249086

相关文章:

  • 2021-12-29
  • 2021-11-29
  • 2021-09-08
  • 2021-09-22
  • 2021-04-30
  • 2021-08-07
  • 2021-04-18
  • 2021-12-07
猜你喜欢
  • 2021-11-29
  • 2021-11-29
  • 2021-11-29
  • 2021-09-02
  • 2021-10-10
  • 2021-06-26
  • 2021-07-01
相关资源
相似解决方案