Monday, 20 July 2015

How to set windows as first boot option

How to set windows as first boot option

Altering the default boot option on CentOS

 
  CentOS uses GRUB for its bootloader.
 
 open the grub configuration file by below command
#vim /boot/grub/grub.conf
find the line default=0 (0 means boot centos first)
change it to default=1 (1 means boot windows first)
save it by :wq

No comments:

Post a Comment