Cuando se tiene Windows y se instala Ubuntu haciendo un Dualboot, al iniciarse el sistema por defecto el SO principal o que inicia primero es Ubuntu, si no se selecciona otro después de algunos segundos.
Para cambiar esto debemos entrar a Ubuntu. Abrimos una terminal y escribimos el siguiente comando:
sudo gedit /boot/grub/menu.lst
Se nos pedirá nuestro password; una vez introducido se nos abrirá una nueva ventana donde debemos localizar el siguiente texto:
# default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0
Lo que debemos hacer para hacer Windows el SO por defecto al iniciar el sistema es cambiar el 0 por el número de la sección de inicio de Windows. Normalmente, en una configuración dualboot típica este número es 4, aunque puede cambiar. Debemos tener en cuenta siempre que el número de inicio es 0
Fuente: howtogeek.com
Para cambiar esto debemos entrar a Ubuntu. Abrimos una terminal y escribimos el siguiente comando:
sudo gedit /boot/grub/menu.lst
Se nos pedirá nuestro password; una vez introducido se nos abrirá una nueva ventana donde debemos localizar el siguiente texto:
# default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0
Lo que debemos hacer para hacer Windows el SO por defecto al iniciar el sistema es cambiar el 0 por el número de la sección de inicio de Windows. Normalmente, en una configuración dualboot típica este número es 4, aunque puede cambiar. Debemos tener en cuenta siempre que el número de inicio es 0
Fuente: howtogeek.com





No hay comentarios.:
Publicar un comentario