更新grub默認啟動系統和等待時間
銀河麒麟系統默認文本編輯軟件 命令行啟動命令 pluma
sudo pluma /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 #默認啟動的順序,從0開始 比如windows11是第三行就取值2即可
GRUB_TIMEOUT=1 #等待延時,也就是那個啟動哪個系統的顯示時間,可以取值5s
保存文件
使用
sudo update-grub
更新配置生效。

浙公網安備 33010602011771號