Como alterar a ordem de inicialização padrão do ubuntu 10.04?

1

Como posso alterar a ordem de inicialização padrão no Ubuntu 10.04 do Ubuntu para o Windows7?

No entanto, eu já verifiquei sudo gedit /etc/default/grub e modifique o arquivo grub a ser GRUB_DEFAULT = 4 e atualize o grup sudo update-grub

Até instalei o software gráfico para solicitar o livro sudo startupmanager

Mas ainda depois de reiniciar o padrão, escolha para inicialização é o Ubuntu ...

Obrigado Sako Christian

P.S: Estou usando o Ubuntu 10.04 com a versão do grub 1.98

    
por Sako Christian 13.01.2011 / 21:00

2 respostas

1

Eu estava procurando a mesma coisa recentemente.

Actually very simple. Use a text editor as "root" and edit the file /boot/grub/grub.conf to change defaults (no graphic config program for grub).

Look for the lines: default=0
timeout=10
or something similar.

Change the "default" number to whichever position your Windows boot info is in your list (start counting at 0), and reboot.

Since you only have the two OSs, probably just change to default=1 and you shoudl be all set. If you want to shorten the delay before the default kicks in, "timeout" is the number of seconds delay.

Good luck.

De link

    
por 13.01.2011 / 21:05
0

Tente editar seu arquivo grub config:

sudo gedit /boot/grub/grub.conf

e atualize a linha que começa com default para apontar para a entrada que carrega a cadeia para o Windows (não tenho o Ubuntu, mas é assim que faço a configuração normal do dia a dia grub .)

    
por 13.01.2011 / 21:05