per fare in modo che parta windows di default puoi fare in due modi:
1)
- Codice: Seleziona tutto
sudo gedit /boot/grub/menu.lst
all'inizio del file più o meno c'è un pezzo così:
- Codice: Seleziona tutto
## 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
Quello che ti interessa è "default 0". al posto del numero 0 metti il numero del sistema operativo che vuoi fare partire di default, nel tuo caso windows, considerando che li conta a partire da 0.
oppure
2)sempre sudo gedit /boot/grub/menu.lst
e poi copi la parte relativa a windows prima degli altri sistemi operativi e lasci "default 0" nel posto dove ti ho detto prima.
secondo me la seconda è più comoda.