更改grub启动顺序

更改grub启动顺序,需要修改 /etc/grub.d/ 下的文件。

里面有个readme文件,告诉你了启动的顺序,其中10_开头的是默认启动项。其中*0_os-prober就是win7的启动项,我们只需把他的前边的数字修改一下就可以将win7设定为默认的启动项了,然后更新一下grub.cfg,就OK了。

以下是命令:

liu@liu-Inspiron-N5110:~$ sudo mv /etc/grub.d/20_os-prober /etc/grub.d/11_os-prober
liu@liu-Inspiron-N5110:~$ sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.0-37-generic
Found initrd image: /boot/initrd.img-3.5.0-37-generic
Found linux image: /boot/vmlinuz-3.5.0-23-generic
Found initrd image: /boot/initrd.img-3.5.0-23-generic
Found Windows 7 (loader) on /dev/sda2
Found memtest86+ image: /memtest86+.bin
done


你可能感兴趣的:(windows,win7,linux,ubuntu,cmd,7)