Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema al iniciar seccion. [Solucionado]
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
n0dix99
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2007
Posts: 132
Location: The hell

PostPosted: Sat May 05, 2007 2:11 am    Post subject: Problema al iniciar seccion. [Solucionado] Reply with quote

Problemas al arrancar el sistema.

Sucede q despues de instalar gentoo manualmente. Antes de aparecer el grub , la pantalla se queda en negro.

Despues de un rato me sale lo siguiente:

Booting Gentoo Linux-2.6.20-r7
root (hd0,5)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/kernel-2.6.20-gentoo-r7 root=/dev/sda5
error 15: File not found

_________________
Todavia en la andanzas!


Last edited by n0dix99 on Sun May 06, 2007 6:17 pm; edited 1 time in total
Back to top
View user's profile Send private message
achaw
l33t
l33t


Joined: 09 Aug 2006
Posts: 689
Location: Argentina

PostPosted: Sat May 05, 2007 2:33 am    Post subject: Re: Problema al iniciar seccion. Reply with quote

n0dix99 wrote:
Booting Gentoo Linux-2.6.20-r7
root (hd0,5)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/kernel-2.6.20-gentoo-r7 root=/dev/sda5
error 15: File not found


El error es ese. No se encuentra el archivo. A preguntarse, el kernel lo tenes alojado en (/dev/sda5)/boot/ o tenes tu propia particion boot, si es asi deberias eliminar el /boot de la linea del kernel, otra cosa...la opcion root (hd0,5) es correcta?


Saludos
_________________
Usuario GNU/Linux #398133
Fluxbox + ROX
NO al canon!
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Sat May 05, 2007 4:02 am    Post subject: Re: Problema al iniciar seccion. Reply with quote

n0dix99 wrote:
Problemas al arrancar el sistema.

Sucede q despues de instalar gentoo manualmente. Antes de aparecer el grub , la pantalla se queda en negro.

Despues de un rato me sale lo siguiente:

Booting Gentoo Linux-2.6.20-r7
root (hd0,5)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/kernel-2.6.20-gentoo-r7 root=/dev/sda5
error 15: File not found


Sospecho que tu /boot está incluído dentro de la partición principal /. Que parece ser /dev/sda5, en cuyo caso tu root es (hd0,4), suponiendo que tu disco SATA sea el único, o en todo caso, el primero de todos los presentes. Así que repasa tu grub.conf y reinicia.

Si lo que he dicho es cierto, el prefijo /boot/ debería ser correcto, pero incluso si no lo es, hay un sistema para prevenir dicho fallo que viene de serie en Gentoo, y es un symlink recursivo a sí mismo dentro de /boot, para los que definen el root de grub en /boot y luego añaden el prefijo en la línea del kernel de nuevo. :P
Back to top
View user's profile Send private message
luismanson
Tux's lil' helper
Tux's lil' helper


Joined: 04 Aug 2005
Posts: 123

PostPosted: Sat May 05, 2007 5:06 am    Post subject: Re: Problema al iniciar seccion. Reply with quote

n0dix99 wrote:

root (hd0,5)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/kernel-2.6.20-gentoo-r7 root=/dev/sda5
error 15: File not found[/b]


cual es tu root? sda5?
debes tener un error en grub y deberia ser (hd0,4)
Back to top
View user's profile Send private message
n0dix99
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2007
Posts: 132
Location: The hell

PostPosted: Sat May 05, 2007 1:19 pm    Post subject: Reply with quote

1) Como puedo cambiar el root(hd0,5), ya que no puedo iniciar una seccion en linux.
2) La pantalla al iniciar el grub se ve con una rallas verticales y algunas palabras no se ven bien, q puede ser???

Gracias por la ayuda
_________________
Todavia en la andanzas!
Back to top
View user's profile Send private message
v1ll4
n00b
n00b


Joined: 26 Feb 2005
Posts: 24

PostPosted: Sat May 05, 2007 1:51 pm    Post subject: Reply with quote

Cuando salte el grub, en donde le das al enter, dale a la letra "e", ahi entras en una minishell donde te permite cambiar la linea del archivo de configuración, una vez cambiada, enter y a la tecla "b" para bootear de nuevo con la nueva configuración.

El cambio es solo en memoria, el archivo grub.conf sigue igual la siguiente vez que arranques.
Tambien podrias cambiarlo con un livecd , montas la partición y editas el grub.conf.

Saludos
_________________
In Ballantines we trust
Back to top
View user's profile Send private message
n0dix99
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2007
Posts: 132
Location: The hell

PostPosted: Sat May 05, 2007 1:58 pm    Post subject: Reply with quote

Hice lo q me dijiste pero, aun asi me sigue dando lo mismo.

Como hago para montar la particion desde el cd de instalacion.

Lo he intentado pero, me dice que no se encuentra la particion en /etc/fstab o algo asi.
_________________
Todavia en la andanzas!
Back to top
View user's profile Send private message
Zagloj
Guru
Guru


Joined: 17 Jun 2005
Posts: 344

PostPosted: Sat May 05, 2007 2:15 pm    Post subject: Reply with quote

n0dix99 wrote:

Como hago para montar la particion desde el cd de instalacion.


Como se hace normalmente desde cualquier shell, una forma básica indicando sólo partición y punto de montaje:

Code:
mount /dev/sdax /mnt/gentoo


Deberías revisar el manual gentoo, aclara muchas dudas de este estilo ;)
_________________
Your ideology seems to be: "I hate the fanatics, we shoud kill them all" juantxorena dixit.
Back to top
View user's profile Send private message
Inodoro_Pereyra
Advocate
Advocate


Joined: 03 Nov 2006
Posts: 2631
Location: En la otra punta del cable

PostPosted: Sat May 05, 2007 6:50 pm    Post subject: Reply with quote

Mi humilde aporte: Lo de la lineas verticales que no dejan ver nada se soluciona (hasta tanto puedas corregir la linea que hace mención al kernel) comentariando con un "#" adelante la linea que carga la splashimage.

Por esperiencia. jeje...

Saludos!
_________________
Mi Blog.

Si no fuera por C, estaríamos escribiendo programas en BASI, PASAL y OBOL.
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Sun May 06, 2007 1:51 pm    Post subject: Reply with quote

Nodix, simplemente monta la partición desde el mismo livecd que usaste para instalar y edita grub.conf. Deberías repasarte los manuales y el handbook de vez en cuando :P
Back to top
View user's profile Send private message
n0dix99
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2007
Posts: 132
Location: The hell

PostPosted: Sun May 06, 2007 6:17 pm    Post subject: Reply with quote

Gracias por la ayuda, ya pude solucionar el problema.
_________________
Todavia en la andanzas!
Back to top
View user's profile Send private message
ZaPa
l33t
l33t


Joined: 13 Feb 2007
Posts: 822

PostPosted: Mon May 14, 2007 10:48 pm    Post subject: Reply with quote

Seria bueno que comentarás como lo has solucionado para ayudar a otros usuarios, la verdad, podrías escribir como lo hicistes para solucionarlo.


Saludos.
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