Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel panic: attempted to kill init.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
gwada_
n00b
n00b


Joined: 07 Mar 2004
Posts: 62

PostPosted: Mon Mar 08, 2004 9:43 pm    Post subject: kernel panic: attempted to kill init. Reply with quote

Bonjours, je suis debutant en gentoo,

quand je boot sur mon systeme tout neuf voila ce qu'il me repond
Code:
Code : 39 58 04 77 ......

puis
Code:
attempted to kill init.

donc.....

J'ai remarquer un bug quand j'execute lilo[ /sbin/lilo ]
Code:

warning: /proc/partitions does not exist , disk scan bypassed


Un peu d'aide help :!:
Back to top
View user's profile Send private message
john7002
Apprentice
Apprentice


Joined: 21 Jan 2004
Posts: 238
Location: United Kingdom

PostPosted: Mon Mar 08, 2004 9:53 pm    Post subject: Reply with quote

salut,

Tu pourrais poster ton lilo.conf et ton fstab pour qu'on jette un coup d'oeil...
Back to top
View user's profile Send private message
gwada_
n00b
n00b


Joined: 07 Mar 2004
Posts: 62

PostPosted: Mon Mar 08, 2004 9:57 pm    Post subject: Reply with quote

pour plus de precision voila mon disk

Quote:
FDISK


Code:

hda1  /ntfs
hda2  /win95
hda5  /swap
hda6  /ext2
hda7  /ntfs
hda8  /reiserfs


Quote:
FSTAB


Code:

hda6       /boot     ext2           noauto,noatime      1 1
hda8      /            reiserfs      noauto,notal           0 0
hda5      none      swap          noauto,noatime      0 0

none     /proc       proc          default                   0 0     



Quote:
lilo.conf


Code:

boot=/dev/hda

prompt
delay=50
default= gentoo

image=/boot/kernel-2.6.4-rc2
     label=gentoo
     read-only
     root=/dev/hda8

other=.....
Back to top
View user's profile Send private message
john7002
Apprentice
Apprentice


Joined: 21 Jan 2004
Posts: 238
Location: United Kingdom

PostPosted: Mon Mar 08, 2004 10:22 pm    Post subject: Reply with quote

J'arrive a reproduire le meme message d'erreur lorsque je umount ma partition proc. Je te conseille donc d'abord un
Code:
mount /proc
si ca passe alors relance lilo
Code:
/sbin/lilo
. Tiens nous au courant :wink:
Back to top
View user's profile Send private message
gwada_
n00b
n00b


Joined: 07 Mar 2004
Posts: 62

PostPosted: Mon Mar 08, 2004 10:44 pm    Post subject: Reply with quote

oki
la j'ai rebooter avec le cd je suis dans le chroot , je ne sais pas si j'ai bien compri ce que tu 'a dit mais j'ai monter prec en fessant
Code:
mount /proc

puis relancer
la commande /sbin/lilo et la un message severe :


Code:

waning : /proc/partitions does not match /dev/ dirrectory structure.
Name change : '/dev/scsi/host0/bus0/target0/lun0/disc -> /dev/sda
The kernel was compiled with DEVFS_FS , but devfs= mount was omiteted as a kernel commande-line boot parametrer; hence, the /dev dirrectory structure dooes not reflect DEVFS_FS devices names
Back to top
View user's profile Send private message
john7002
Apprentice
Apprentice


Joined: 21 Jan 2004
Posts: 238
Location: United Kingdom

PostPosted: Mon Mar 08, 2004 10:55 pm    Post subject: Reply with quote

desole, j'etais pas clair, j'avais oublie que tu rebootes sur un cd:
Donc, quand tu rebootes avec ton cd gentoo, montes toute tes partitions (active ton swap) comme tu as fait pendant l'installation. En ce qui concerne la partition proc, ca doit etre une ligne du style :
Code:
mount -t proc proc /mnt/gentoo/proc


ensuite tu chroot:
Code:
chroot /mnt/gentoo /bin/bash
, puis retentes un /sbin/lilo, si ca te donne encore le meme message d'erreur tente un
Code:
mount /proc
et relance encore lilo.
Back to top
View user's profile Send private message
gwada_
n00b
n00b


Joined: 07 Mar 2004
Posts: 62

PostPosted: Mon Mar 08, 2004 10:56 pm    Post subject: Reply with quote

oui c'est ce que j'avais fait, et j'ai le message bizare suivant ...

Code:
waning : /proc/partitions does not match /dev/ dirrectory structure.
Name change : '/dev/scsi/host0/bus0/target0/lun0/disc -> /dev/sda
The kernel was compiled with DEVFS_FS , but devfs= mount was omiteted as a kernel commande-line boot parametrer; hence, the /dev dirrectory structure dooes not reflect DEVFS_FS devices names
Back to top
View user's profile Send private message
john7002
Apprentice
Apprentice


Joined: 21 Jan 2004
Posts: 238
Location: United Kingdom

PostPosted: Mon Mar 08, 2004 11:03 pm    Post subject: Reply with quote

ce que t'as obtenues maintenant c'est un warning, si tu rebootes as-tu un nouveau message d'erreur????
Back to top
View user's profile Send private message
gwada_
n00b
n00b


Joined: 07 Mar 2004
Posts: 62

PostPosted: Mon Mar 08, 2004 11:06 pm    Post subject: Reply with quote

oui toujours le meme message d'erreur :? :? :? :? :?
je teste different truc si t'a une idee
Back to top
View user's profile Send private message
CryoGen
Veteran
Veteran


Joined: 11 Feb 2004
Posts: 1426
Location: Bamako - Mali - Afrique

PostPosted: Mon Mar 08, 2004 11:16 pm    Post subject: Reply with quote

Dns ton fstab y'a une ligne avec "notal" , c'est pas "notail" qu'il faut mettre ?
_________________
- CryoGen` on #gentoofr@irc.freenode.net
- ~amd64 / KDE4
- I'm the bone of my sword...
Back to top
View user's profile Send private message
gwada_
n00b
n00b


Joined: 07 Mar 2004
Posts: 62

PostPosted: Mon Mar 08, 2004 11:33 pm    Post subject: Reply with quote

c'est une erreur de recopie dsl j'ai rajouter l'erreur en recopiant
mais sur mon fstab c'est bon
Back to top
View user's profile Send private message
Gaug
Guru
Guru


Joined: 30 Oct 2003
Posts: 378
Location: Longueuil,Québec,Canada

PostPosted: Tue Mar 09, 2004 12:13 am    Post subject: Reply with quote

Vérifie si tu as bien compilé /proc dans ton 'file system support' en dure dans ton noyau
Back to top
View user's profile Send private message
gwada_
n00b
n00b


Joined: 07 Mar 2004
Posts: 62

PostPosted: Tue Mar 09, 2004 12:34 am    Post subject: Reply with quote

j'ai trouver dans les recherche
https://forums.gentoo.org/viewtopic.php?t=141315&highlight=kernel+panic
j'ai refait un noyau et sa boot en tout cas, le serveur x ne demare pas maintenant malgree que j'ai installer le dernier driver linux de ma fx5200....
mais bon je veria sa demain, je suis naz.
Merci a tous
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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