GRUB [Resolvido]

Iniciado por GuilhermeeBR, 17 de Janeiro de 2009, 22:39

tópico anterior - próximo tópico

GuilhermeeBR

Olá, estou com 1 problema, tenhos 2 HD's, 1 de 80 GB e 1 de 320 GB que está com 3 Partições 1 de 200 1 de 49 GB e a do Linux Ext3, o 1 HD de 80 GB só tem o windows e no de 320 GB ta o linux
só que na inicialização no GRUB o windows aparece como ultima opção teria como deixar em primeiro?

Cláudio Novais

muito simples, abra o terminal e escreva o seguinte:
sudo gedit /boot/grub/menu.lst

depois, aparece um ficheiro de texto. Puxe para baixo de todo e encontrará uma coisa semelhante a isto:
Citar## ## End Default Options ##

title      Ubuntu 8.10, kernel 2.6.27-9-generic
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/vmlinuz-2.6.27-9-generic root=UUID=a569c343-a042-4647-975c-904ca0bf7ed3 ro locale=pt_PT quiet splash
initrd      /boot/initrd.img-2.6.27-9-generic
quiet

title      Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/vmlinuz-2.6.27-9-generic root=UUID=a569c343-a042-4647-975c-904ca0bf7ed3 ro locale=pt_PT  single
initrd      /boot/initrd.img-2.6.27-9-generic

title      Ubuntu 8.10, memtest86+
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/memtest86+.bin
quiet


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title      Windows NT/2000/XP (loader)
root      (hd0,2)
savedefault
makeactive
chainloader   +1

Basta pegar na parte do Windows e pôr em primeiro lugar. A parte da partição do Windows, neste caso é:
Citar# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title      Windows NT/2000/XP (loader)
root      (hd0,2)
savedefault
makeactive
chainloader   +1

por isso, no final ficaria desta forma:
Citar## ## End Default Options ##

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title      Windows NT/2000/XP (loader)
root      (hd0,2)
savedefault
makeactive
chainloader   +1

title      Ubuntu 8.10, kernel 2.6.27-9-generic
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/vmlinuz-2.6.27-9-generic root=UUID=a569c343-a042-4647-975c-904ca0bf7ed3 ro locale=pt_PT quiet splash
initrd      /boot/initrd.img-2.6.27-9-generic
quiet

title      Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/vmlinuz-2.6.27-9-generic root=UUID=a569c343-a042-4647-975c-904ca0bf7ed3 ro locale=pt_PT  single
initrd      /boot/initrd.img-2.6.27-9-generic

title      Ubuntu 8.10, memtest86+
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/memtest86+.bin
quiet

Abraço.

PRSC

Tem também o startup-manager, mas ele não deixa em primeira a opção do windows, mas já deixa ela marcada, tendo só que dar um enter, nele pode adicionar uma foto de fundo e até trocar a imagem da tela de boot, aquela barra laranja passando, quando carrega o sistema.

Abraço.
Placa Gigabyte 970A-ud3p..16 GB Corsair Vegeance..FX8300..nVidia GTx750Ti.Gabinete Cougar Challenger
Linux user #511

GuilhermeeBR

Citação de: unrater online 17 de Janeiro de 2009, 23:37
muito simples, abra o terminal e escreva o seguinte:
sudo gedit /boot/grub/menu.lst

depois, aparece um ficheiro de texto. Puxe para baixo de todo e encontrará uma coisa semelhante a isto:
Citar## ## End Default Options ##

title      Ubuntu 8.10, kernel 2.6.27-9-generic
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/vmlinuz-2.6.27-9-generic root=UUID=a569c343-a042-4647-975c-904ca0bf7ed3 ro locale=pt_PT quiet splash
initrd      /boot/initrd.img-2.6.27-9-generic
quiet

title      Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/vmlinuz-2.6.27-9-generic root=UUID=a569c343-a042-4647-975c-904ca0bf7ed3 ro locale=pt_PT  single
initrd      /boot/initrd.img-2.6.27-9-generic

title      Ubuntu 8.10, memtest86+
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/memtest86+.bin
quiet


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title      Windows NT/2000/XP (loader)
root      (hd0,2)
savedefault
makeactive
chainloader   +1

Basta pegar na parte do Windows e pôr em primeiro lugar. A parte da partição do Windows, neste caso é:
Citar# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title      Windows NT/2000/XP (loader)
root      (hd0,2)
savedefault
makeactive
chainloader   +1

por isso, no final ficaria desta forma:
Citar## ## End Default Options ##

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title      Windows NT/2000/XP (loader)
root      (hd0,2)
savedefault
makeactive
chainloader   +1

title      Ubuntu 8.10, kernel 2.6.27-9-generic
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/vmlinuz-2.6.27-9-generic root=UUID=a569c343-a042-4647-975c-904ca0bf7ed3 ro locale=pt_PT quiet splash
initrd      /boot/initrd.img-2.6.27-9-generic
quiet

title      Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/vmlinuz-2.6.27-9-generic root=UUID=a569c343-a042-4647-975c-904ca0bf7ed3 ro locale=pt_PT  single
initrd      /boot/initrd.img-2.6.27-9-generic

title      Ubuntu 8.10, memtest86+
uuid      a569c343-a042-4647-975c-904ca0bf7ed3
kernel      /boot/memtest86+.bin
quiet

Abraço.

valeu cara deu certo
Abraço!