[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: remover lilo e instalar grub





On 11/7/06, Marcelo Luiz de Laia <mlaia@fcav.unesp.br> wrote:
Pessoal,

Estou para remover o lilo e instalar o grub.

Ja li um how to na internet, mas estou inseguro do meu sistema na
inicializar depois de faze-lo.

Meu /etc/lilo.conf esta da seguinte maneira:

boot=/dev/hda
bitmap = /boot/debian.bmp
bmp-table = 13,6;1,25,16,4
bmp-colors = 7,,;15,,
bmp-timer = 65,3;7,0,

vga=788

prompt
default=2.6.15-1-k7

timeout=100

image=/boot/vmlinuz- 2.6.15-1-k7
    label=2.6.15-1-k7
    root=/dev/hda5
    read-only
    initrd=/boot/initrd.img-2.6.15-1-k7

image=/boot/memtest86.bin
        label=memtest86
        root=/dev/hda5
        read-only

other=/dev/hda1
label=Windows

As dicas que vi, sao as seguintes:

http://72.14.209.104/search?q=cache:_7Goq7rl__wJ:www.l0t3k.net/biblio/linux/debian/en/debian-grub.html+how+I+change+lilo+for+grub+debian&hl=en&ct=clnk&cd=2&client=firefox
http://www.debianplanet.org/node.php?id=840

Neste caso, meu /boot/grub/menu.lst ficaria dessa maneira???

timeout 100
default 1
fallback 0
color white/blue black/light-gray

#Windows
title Windows 98
rootnoverify (hd0,0)
makeactive
chainloader +1

# Linux kernels
title Debian
root (hd0,4)
kernel /boot/vmlinuz-2.6.15-1-k7 vga=788

#Memtest86
title Memtest86
root (hd0,4)
kernel /boot/memtest86.bin

Alguem de voces poderia revisar isso para que eu nao tenha surpresas ao
dar boot com o GRUB instalado?

Inclusive, o memtest86.

Obrigado

--
Marcelo Luiz de Laia
Ph.D Candidate
São Paulo State University ( http://www.unesp.br/eng/)
School of Agricultural and Veterinary Sciences
Department of  Technology
Via de Acesso Prof.Paulo Donato Castellane s/n
14884-900   Jaboticabal - SP - Brazil
Fone: +55-016-3209-2675
Cell: +55-016-97098526


--
To UNSUBSCRIBE, email to debian-user-portuguese-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

Estão faltando as linhas relativas ao initrd para a correta incialização do kernel. Por exemplo:

title Debian
root (hd0,4)
kernel /boot/vmlinuz-2.6.15-1-k7 vga=788
initrd /initrd.img-2.6.15-1-k7

Verifique se o arquivo correspondente (initrd.img.versãodokernel) está mesmo no diretório "/", edite o menu.lst e pronto, seu GRUB estará corretamente configurado.

[]'s


Reply to: