我正在使用双启动,并且我想使用 Windows 7 作为默认操作系统。那么如何更改 GRUB 引导加载程序的默认操作系统?
答案1
使用 grub-set-default
$ sudo grub-set-default ENTRY
ENTRY 是数字或菜单项标题
或者编辑 /boot/grub/grub.cfg
sudo chmod +w /boot/grub/grub.cfg
sudo vi /boot/grub/grub.cfg
change "0" in line: set default="0" to your choice
sudo chmod -w /boot/grub/grub.cfg