Inicialização

Iniciado por SirSmart, 23 de Fevereiro de 2009, 18:59

tópico anterior - próximo tópico

SirSmart

Galera como eu faço para inicializar sempre o windows primeiro ao invés do linux?
Gostaria que já ficasse setado no grub o windows
Obrigado

jomafras

Edita o arquivo menu.lst
sudo gedit /boot/grub/menu.lst
Com o menu.lst aberto vá até a linha :
## ## End Default Options ##
A partir daí vc conta todas as entradas até o Windows.
Exemplo :

title      Ubuntu 8.10
uuid      4ec3b664-4b64-4ea2-990a-45b489c1a435
kernel      /boot/vmlinuz-2.6.27-12-generic root=UUID=4ec3b664-4b64-4ea2-990a-45b489c1a435 ro quiet splash
initrd      /boot/initrd.img-2.6.27-12-generic
quiet

title      Ubuntu 8.10 (recovery mode)
uuid      4ec3b664-4b64-4ea2-990a-45b489c1a435
kernel      /boot/vmlinuz-2.6.27-12-generic root=UUID=4ec3b664-4b64-4ea2-990a-45b489c1a435 ro  single
initrd      /boot/initrd.img-2.6.27-12-generic

#title      Ubuntu 8.10, kernel 2.6.27-11-generic
#uuid      4ec3b664-4b64-4ea2-990a-45b489c1a435
#kernel      /boot/vmlinuz-2.6.27-11-generic root=UUID=4ec3b664-4b64-4ea2-990a-45b489c1a435 ro quiet splash
#initrd      /boot/initrd.img-2.6.27-11-generic
#quiet


title      Ubuntu 8.10, memtest86+
uuid      4ec3b664-4b64-4ea2-990a-45b489c1a435
kernel      /boot/memtest86+.bin
quiet

### 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/sda1
title      Windows Vista/Longhorn (loader)
root      (hd0,0)
savedefault
makeactive
chainloader   +1
Até o Windows (inclusive) são 4 entradas (repare que tem uma entrada do Ubuntu que não contei porque está comentada (#) e tbém Other operating systems que se vc não comentar conta também.
Como o grub começa a contar do zero a entrada para o Windows é = 3.
Foi o que coloquei na opção default, no início do texto, para dar boot pelo Windows (no caso XP e Vista).

## 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 use 'savedefault' or your
# array will desync and will not let you boot your system.
default      3
É claro que esse exemplo é meu menu.lst, vc deve contar o seu.

Outra maneira (mais simples) : instalar o startupmanager.
sudo apt-get install startupmanager
Depois vá em Sistema > Administração > StartUp-Manager.
O Ubuntu sem dúvida é a melhor Distro.
Pesquise primeiro... só depois abra um tópico.
Canal do YouTube - Blog

Night Light

Sim realmente é mais fácil instalar o Stratupmanager e depois escolher o sistema operativo por defeito o Windows.