juantxo85 escribió:He instalado los dos S.O, el problema es que el que me arranca por defecto en caso de no tocar ninguna tecla es el Linux y yo quiero que arrance Windows. Como lo puedo hacer?
edita el archivo que hay en /boot/grub/ llamado menu.lst
Ejemplo:
$ sudo gedit /boot/grub/menu.lst
(cambiar default 0)
$sudo update-grub
tienes que cambiar el valor default por el orden donde este puesto el windows -1
Es decir, imaginate que tienes esto:
[cahco de menu.lst]
## ## End Default Options ##
title Ubuntu, kernel 2.6.12-9-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.12-9-386
savedefault
boot
title Ubuntu, kernel 2.6.12-9-386 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hda3 ro single
initrd /boot/initrd.img-2.6.12-9-386
boot
title Ubuntu, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
[/cacho de menu.lst]
pues tendrias que poner en default el valor 3