Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GRUB
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Malone
Guest





PostPosted: Sun Aug 11, 2002 4:08 pm    Post subject: GRUB Reply with quote

Estimados:

Instalé Gentoo Linux, pero he tenido problemas con Grub. Creo que los comandos que le pasé están errados. A ver si me ayudan. Tengo el disco con 4 particiones primarias, de las que hda1 es Win98, hda2 linux, hda3 linux swap, hda4 linux. Para pasar los parámetros a Grub deduje esto:

hda1= hd0,0
hda2= hd0,1 (boot)
hda3= hd0,2
hda4= hd0,3 (root)

por lo tanto:

grub> root (hd0,1)
grub> setup (hd0)


y en el archivo menu.lst:

default 0
timeout 30
splashimage=(hd0,1) /boot/grub/splash.xpm.gz

title=Gentoo Linux
root (hd0,3)
kernel /boot/bzImage root=/dev/hda4

title=Windows 98
root (hd0,0)
chainloader +1


Sin embargo, el sistema me arroja "error 15". Para entrar a Winkk no tengo problemas.

Gracias por toda ayuda.
Back to top
TcB
n00b
n00b


Joined: 15 Jun 2002
Posts: 52

PostPosted: Sun Aug 11, 2002 10:34 pm    Post subject: Reply with quote

Esto esta mal:
Code:
title=Gentoo Linux
root (hd0,3)
kernel /boot/bzImage root=/dev/hda4


Tienes que poner esto:

Code:
title=Gentoo Linux
root (hd0,1)
kernel /boot/bzImage root=/dev/hda4
Back to top
View user's profile Send private message
Tuxisuau
Apprentice
Apprentice


Joined: 04 May 2002
Posts: 213
Location: Catalunya (Europe)

PostPosted: Tue Aug 13, 2002 9:23 am    Post subject: Reply with quote

Lo correcto es hacerlo como propone TcB.

El root de la conf de Gentoo es donde se encuentra el kernel, y ha de ser /boot. Luego al kernel ya le especificas el root de verdad con root=/dev/hda4.
_________________
IM me at tuxisuau@jabber.7a69ezine.org
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum