Ordem do Grub

Iniciado por NSN3, 21 de Fevereiro de 2006, 15:50

tópico anterior - próximo tópico

NSN3

Boas

Como tenho vários familiares a usar o PC, gostaria que o Windows Xp aparecesse em primeiro lugar no Grub, para que, passados 7 segundos o boot loader não seleccione automaticamente o Ubuntu.

Ficaria assim:

Windows XP
Ubuntu Linux
Ubuntu Linux safe
....

Já procurei no fórum mas não consigo encontrar a solução.

Alguém me pode ajudar?

Obrigado

biohazard

#1
Da uma pesquisada antes !!

http://www.ubuntuforum-pt.org/index.php?topic=1131


abrcos !
Arch Linux Overlord
Kernel 2.6.25-ARCH

NSN3

Obrigado. Já li e já sei o que fazer.

Diga-me só uma coisa. Para editar o ficheiro *.lst tenho que o abrir no Ubuntu ou posso, no Windows, utilizar um browser como o do Partition Magic?

biohazard

abrir no ubuntu , abre ele com o gedit
Arch Linux Overlord
Kernel 2.6.25-ARCH

NSN3

Eu abri com o gedit mas não consigo alterar o ficheiro. O teclado simplesmente não escreve. Se eu abrir uma janela nova do gedit, aí ele já funciona.

Indo às propriedades, não consigo alterar as propriedades do ficheiro já que ele me diz k nao sou o autor.

Como faço?

Desde já obrigado

fabricioescalador

use o nautilus

no console digite:

sudo nautilus

entre no diretorio do grub e faça um backup do arquivo menu.lst antes de alterar ele

boa sorte!
Uai....

biohazard

abre ele assim


sudo gedit /boot/grub/menu.lst
Arch Linux Overlord
Kernel 2.6.25-ARCH

NSN3

Desculpem a minha ignorânica mas como é que eu acedo ao "console"?

Obrigado

agente100gelo

Menu Aplicações > Acessórios > Terminal
Advogado e analista de sistema cearense.
Twitter: @glaydson

NSN3

Obrigado.

Contudo, escrevo "sudo gedit /boot/grub/menu.lst" e a console dá-me a seguinte mensagem:

"sudo: unable to lookup CasaDM via set host by name ()"

CasaDM foi o nome com que identifiquei o pc aquando da instalação.

Se alguém me conseguir ajudar a resolver este problema, obrigado desde já.

biohazard

nao eh certeza , mais pelo que me lembro nao pode usa letra maiuscula , pra nome da maquina e pro usuario que vc usa pra loga !

acho que eh isso !
Arch Linux Overlord
Kernel 2.6.25-ARCH

fabricioescalador

vou passar aki o meu "menu.lst"

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## 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'.          
default      0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout      30

# Pretty colours
color cyan/blue white/blue

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specifiv kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
# kopt=root=/dev/hda1 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery mode) single
# altoptions=(recovery mode) single

## nonaltoption boot targets option
## This option controls options to pass to only the
## primary kernel menu item.
## You can have ONLY one nonaltoptions line
# nonaltoptions=quiet splash

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## ## End Default Options ##

title      Ubuntu, kernel 2.6.12-10-386
root      (hd0,0)
kernel      /boot/vmlinuz-2.6.12-10-386 root=/dev/hda1 ro quiet splash
initrd      /boot/initrd.img-2.6.12-10-386
savedefault
boot

title      Ubuntu, memtest86+
root      (hd0,0)
kernel      /boot/memtest86+.bin  
boot

title Microsoft Windows XP
root(hd1,0)
savedefault
makeactive
chainloader   +1

### END DEBIAN AUTOMAGIC KERNELS LIST

o erro ocorre quando seleciono a por..do ruindows...
Error 13
pelo que pude entnder o executavel não é compativel...

o meu Ubuntu esta em um hd de 40 GB na ide primaria e o XP esta na ide secundaria como master

coloquei tmb no arquivo device.map as linhas
map (hd0) (hd1)
map (hd1)(hd0)

oq pode ser? segui os tutoriais e artigos e nada!!!

brigadão!
Uai....

NSN3

Como é que posso alterar o nome da máquina?

Obrigadao

KubLin

tenta o nano

sudo nano /boot/grub/menu.lst

depois que terminar ctrl+x, s de sim e enter

tfmoraes

Para alterar o nome da maquina faça o seguinte:

Menu Sistema->Administração->rede
selecione a aba geral, e mude o nome da máquina.