Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel Panic "Ayuda Plis" TT
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
s0wk
n00b
n00b


Joined: 06 Jul 2005
Posts: 5

PostPosted: Sun Jul 10, 2005 6:48 pm    Post subject: Kernel Panic "Ayuda Plis" TT Reply with quote

hola acabo de terminar de instalar gentoo y al tratar de bootear por primera ves por grub me sale kernel panic y no e logrado llegar a la solucion bueno les descrivo el error q me sale al cargar el sistema

Quote:
>>mounting filesystem
>>activatung
>>determining root device

>>the root block device is unspecified or not detecting
please specify a device to boot, or "shell" for a shell...

>>boot(): /dev/hda3 =======> yo puse eso dado que en /dev/hda3 tengo /boot, aunque intente con /dev/hda5 y me dio el mismo error TT

>>booting/linuxrc: 471: echo : not found

kernel panic - not syncing: attemtep to kill init!


ese es el error q me manda al botear el sistema mis particiones estan de la siguiente forma
Code:

/dev/hda3  /boot   ext3
/dev/hda4  swap
/dev/hda5  /         ext3
 


y mi archivo grub.conf esta de la siguiente forma

Quote:
default 0
timeout 30
splashimage=(hd0,2)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.12-r4
root (hd0,2)
kernel /kernel-2.6.12-gentoo-r4 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda5 udev
initrd /initrd-2.6.12-gentoo-r4


cualquer ayuda se agradece q estoy desesperado TT
Back to top
View user's profile Send private message
nico_ibiza
n00b
n00b


Joined: 19 Jun 2005
Posts: 74

PostPosted: Sun Jul 10, 2005 7:00 pm    Post subject: Reply with quote

yo no se mucho, pero cuando he tendio problemas con el kernel panic es por elegir algo al compilar el kernel que no le ha gustado el sistema.
Back to top
View user's profile Send private message
HoLzPLatTeN
n00b
n00b


Joined: 11 Feb 2005
Posts: 57
Location: The middle of nowhere

PostPosted: Sun Jul 10, 2005 7:47 pm    Post subject: Reply with quote

Revisa la configuracion del kernel, a ver si se te ha pasado darle soporte in-kernel (NO como modulo) para ext3.
_________________
Unanswered posts
Back to top
View user's profile Send private message
s0wk
n00b
n00b


Joined: 06 Jul 2005
Posts: 5

PostPosted: Sun Jul 10, 2005 7:50 pm    Post subject: Reply with quote

HoLzPLatTeN wrote:
Revisa la configuracion del kernel, a ver si se te ha pasado darle soporte in-kernel (NO como modulo) para ext3.


el kernel lo configure por genkernel TT
Back to top
View user's profile Send private message
carter15
n00b
n00b


Joined: 11 Jul 2005
Posts: 8

PostPosted: Mon Jul 11, 2005 8:41 am    Post subject: Reply with quote

Bueno... lo unico q te puedo decir es q metas de nuevo la live cd, cagues la swap... montes :
/mnt/gentoo/boot
/mnt/gentoo
/procç

Q hagas un chroot...

si lo vas a hacer con genkernel... pues solo tienes q hacer esto:

Code:
# emerge genkernel

Code:
# zcat /proc/config.gz > /usr/share/genkernel/x86/kernel-config-2.6

Code:
# genkernel --udev all

Code:
# ls /boot/kernel* /boot/initrd*

En este paso apunta lo q te sale, para mas tarde ponerlo.

despues de esto ponte a reconfigurar grub ( q es donde creo q tienes el problema)

Code:
# emerge grub

Code:
# nano -w /boot/grub/grub.conf


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

title=Gentoo
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
initrd /initrd-2.6.11-gentoo-r3

# Solo en caso de arranque dual
title=Windows XP
root (hd0,5)
makeactive
chainloader +1


acuerdate de cambiar los (hd0,0) por lo q te corresponda!!!
Suerte!!! y lo dicho creo eq el problema lo tienes en el gurb.
Back to top
View user's profile Send private message
s0wk
n00b
n00b


Joined: 06 Jul 2005
Posts: 5

PostPosted: Mon Jul 11, 2005 4:35 pm    Post subject: Reply with quote

gracias a todos los q me ayudaron

el problema era del grub y ya lo solucione para aquellos q compilen con genkernel su grub.con dejenlo asi

Code:
title=Gentoo Linux
root (hd0,2)
kernel /kernel-2.6.12-gentoo-r4 root=/dev/hda5 udev vga=0x318
initrd /initrd-2.6.12-gentoo-r4



donde (hd0,2) es donde tienes montada tu aprticion boot y vga=0x318 es la resolucion

espero q alguno le sirva q me estuve pegando contra la pared un buen rato para lograrlo :P
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