Esa opción esta buena pero me gusta dejar el grub como esta para mi lo mejor
es cambiar quien inicia con la variable set default="0" que esta al inicio
de grub.cfg solo tienes que verificar que lugar tiene el sistema que quieres
iniciar después del ###Begin en el listado del grub  es decir contar cada
menuentry por cierto el primero es 0.

--
Rafael Lorente Salgueiro
Jefe de Grupo de Informatica
Grupo de Informatica.
Teléfono: +(53) (42) 540 273 | +(53) (42) 540330 ext 3010
COMPLEJO DE TURISMO TOPES DE COLLANTES 
Topes de Collantes, Trinidad, Sancti Spiritus, Cuba. 
www.gaviota-grupo.com
SÍGUENOS EN:
           
-----Original Message-----
From: gutl-l-boun...@jovenclub.cu [mailto:gutl-l-boun...@jovenclub.cu] On
Behalf Of MSc. Carlos Pollan Estrada
Sent: Monday, September 5, 2016 7:45 AM
To: Lista cubana de soporte técnico en Tecnologias Libres
<gutl-l@jovenclub.cu>
Subject: Re: [Gutl-l] orden de inicio de arranque por el grub.

Buen día.
Si a lo que te refieres es qué SO quieres que arranque primero, lo único que
tienes que hacer es mover hacia arriba el sistema que quieres que arranque
primero, copiar desde el #BEGIN hasta el #END del sistema que quieres.
Ejemplo:
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os
$menuentry_id_option 'osprober-chain-2CB06AA3B06A72EE' {
        insmod part_msdos
        insmod ntfs
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  2CB06AA3B06A72EE
        else
          search --no-floppy --fs-uuid --set=root 2CB06AA3B06A72EE
        fi
        parttool ${root} hidden-
        chainloader +1
}

set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
        set gfxpayload="$1"
        if [ "$1" = "keep" ]; then
                set vt_handoff=vt.handoff=7
        else
                set vt_handoff=
        fi
}
if [ ${recordfail} != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi menuentry 'Linux
Mint 17 Cinnamon 32-bit, 3.13.0-24-generic (/dev/sda8)' --class ubuntu
--class gnu-linux --class gnu --class os {
        recordfail
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos8'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8
--hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8
08f89d3d-0fd5-486e-82d8-dd02c1bd07d9
        else
          search --no-floppy --fs-uuid --set=root
08f89d3d-0fd5-486e-82d8-dd02c1bd07d9
        fi
        linux   /boot/vmlinuz-3.13.0-24-generic
root=UUID=08f89d3d-0fd5-486e-82d8-dd02c1bd07d9 ro   quiet splash $vt_handoff
        initrd  /boot/initrd.img-3.13.0-24-generic
}
menuentry 'Linux Mint 17 Cinnamon 32-bit, 3.13.0-24-generic (/dev/sda8) --
recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
        recordfail
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos8'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8
--hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8
08f89d3d-0fd5-486e-82d8-dd02c1bd07d9
        else
          search --no-floppy --fs-uuid --set=root
08f89d3d-0fd5-486e-82d8-dd02c1bd07d9
        fi
        echo    'Loading Linux 3.13.0-24-generic ...'
        linux   /boot/vmlinuz-3.13.0-24-generic
root=UUID=08f89d3d-0fd5-486e-82d8-dd02c1bd07d9 ro recovery nomodeset 
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-3.13.0-24-generic
}
### END /etc/grub.d/10_linux ###

De este modo arrancará primero win2 y luego Linux Mint Espero que resuelvas.
Salu2


On Mon, 05 Sep 2016 04:55:27 -0600
"Lenox Martínez Peralta" <le...@tsp.cu> wrote:

> hola gente necesito me digan como puedo Cambiar el orden de inicio de 
> arranque de los sistemas por el grub.
> 
> Gracias de antemano
> 
> Lenox
> 
> "Para aprender antes de preguntar hay que leer"
>           GNU/Linux Lubuntu 16.04 LTS
> 
> 
> ______________________________________________________________________
> Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
> Gutl-l@jovenclub.cu
> https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l


--
MSc. Carlos Pollan Estrada .
Director. Palacio de la Computación.
Guantánamo.
Tel. (0121) 32 5097
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
Gutl-l@jovenclub.cu
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l


______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
Gutl-l@jovenclub.cu
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l

Responder a