Como Alterar sequencia de Boot entre ubuntu 10.10 e ubuntu 11.10?

Iniciado por Lobby, 15 de Março de 2012, 17:43

tópico anterior - próximo tópico

Lobby

 Já tentei com StartUP-manager.
E já editei o GRUB atraves desse comando:sudo gedit /etc/default/grub

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=5
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=" vga=792"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
nada adiantou, continua iniciando pelo 10.10.
Lobby
Só continua usando Windows quem nunca experimentou Linux/Ubuntu.

rruella

eu aqui penso que conseguiria usando um aplicativo chamado burg manager.
pesquise sobre ele, instale e tente nele mudar o boot.
Dar como resolvido, ou como solucionado um tópico seu:

http://www.youtube.com/watch?v=cW8isbYhR_M

selvaking

#2
Faça as modificações abaixo no seu arquivo /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

#GRUB_DEFAULT=5
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=TRUE
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=" vga=792"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

e depois execute o comando:
sudo update-grub
Para que elas sejam efetivadas.
Dê-me um computador com o Tux que movo o mundo!

Linux User #323049


Lobby

As modificações sugeridas por selvaking não tiveram efeito nenhum, salvo por umas piscadas antes de aparecer o nome ubuntu.
E as outras opções assim que conseguir instalar postarei aki.
Lobby
Só continua usando Windows quem nunca experimentou Linux/Ubuntu.

selvaking

#5
Heheheheh!

Acabei não citando o que as modificações faziam.

Ela salva o último sistema operacional carregado.

Se vc escolhe uma opção. esta opção é salva e continua como default até vc escolher outra opção.

E tem que aparecer o menu, então coloca isto tbm.

#GRUB_HIDDEN_TIMEOUT=0

e não esquece de rodar o comando abaixo toda vez que fizer modificações neste arquivo.

sudo update-grub

Dê-me um computador com o Tux que movo o mundo!

Linux User #323049

Lobby

O GRUB-CUSTOMIZER não resolveu o meu problema na sugestão de clodoaldops
Lobby
Só continua usando Windows quem nunca experimentou Linux/Ubuntu.

Lobby

Citação de: selvaking online 16 de Março de 2012, 09:10
Heheheheh!

Acabei não citando o que as modificações faziam.

Ela salva o último sistema operacional carregado.

Se vc escolhe uma opção. esta opção é salva e continua como default até vc escolher outra opção.

E tem que aparecer o menu, então coloca isto tbm.

#GRUB_HIDDEN_TIMEOUT=0

e não esquece de rodar o comando abaixo toda vez que fizer modificações neste arquivo.


sudo update-grub



Vou colocar

#GRUB_HIDDEN_TIMEOUT=0

em que ordem?
Lobby
Só continua usando Windows quem nunca experimentou Linux/Ubuntu.

rruella

Dar como resolvido, ou como solucionado um tópico seu:

http://www.youtube.com/watch?v=cW8isbYhR_M

selvaking

Faça as modificações abaixo no seu arquivo /etc/default/grub.
A modificação pra mostrar o menu foi incluida.
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

#GRUB_DEFAULT=5
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=TRUE
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=" vga=792"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

e depois execute o comando:
sudo update-grub
Para que elas sejam efetivadas.
Dê-me um computador com o Tux que movo o mundo!

Linux User #323049

Lobby

Citação de: rruella online 16 de Março de 2012, 15:05
leia isso é infalível agora mesmo instalei em uma maquina

http://nodevac.com/?p=604

Resolveu parcialmente o problema, O sistema que inicia é o 11.10 mas não tenho como scolher caso queira usar o 10.10.
Lobby
Só continua usando Windows quem nunca experimentou Linux/Ubuntu.

rruella

amigo acho que há algo errado ai.
o burg-manager tem sim como mudar o sistema a iniciar.
vá em configurações selecione o OS que quer para iniciar do lado direito desta linha clique em aplicar.
e depois lá em baixo aplicar modificações.
Dar como resolvido, ou como solucionado um tópico seu:

http://www.youtube.com/watch?v=cW8isbYhR_M

selvaking

Vc fez o que te indiquei na última mensagem?

Tenta lá, vai funcionar!
Dê-me um computador com o Tux que movo o mundo!

Linux User #323049

clodoaldops

-instale o grub-customizer no ubuntu principal e edite o grub como desejar
-tenho o grub-customizer no desktop gerenciando o grub com ubuntu-lts + ubuntu-11.10 +  linuxmint + fedora + suse + windows
-deixei windows como SO principal por causa da patroa

Lobby

 Muito abrigado a todos que deram a força, mas a dica de clodoaldops com o GRUB-CUSTOMIZER funcionou.
Muito obrigadoooooooooo
Lobby
Só continua usando Windows quem nunca experimentou Linux/Ubuntu.