Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[BOOT] kernel panic : VFS cannot open root device "hda3
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
majordom
n00b
n00b


Joined: 26 Nov 2004
Posts: 4

PostPosted: Mon Nov 29, 2004 9:30 am    Post subject: [BOOT] kernel panic : VFS cannot open root device "hda3 Reply with quote

Pas moyen de booter sur le noyau 2.6.9, ça marche très bien avec le noyau 2.4

Si quelqu'un a une idée.

grub.conf:

default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo
root (hd0,0)
kernel /kernel-2.6.9 root=/dev/hda3 vga=791

fstab :

/dev/hda1 /boot ext2 defaults,noatime 1 2
/dev/hda2 none swap sw 0 0
/dev/hda3 / ext3 noatime 0 1

none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0

/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0


Last edited by majordom on Mon Nov 29, 2004 12:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Mon Nov 29, 2004 9:36 am    Post subject: Reply with quote

salut,

pourrais-tu modifier ton titre comme indique ici stp : https://forums.gentoo.org/viewtopic.php?t=69179

Merci.

Autrement, t'as bien le support du ext3 ds le kernel ? (ainsi que ide-disk, etc ..)
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
marvin rouge
Veteran
Veteran


Joined: 01 Aug 2004
Posts: 1422
Location: Villa Lumierrante, Zonelibre

PostPosted: Mon Nov 29, 2004 9:40 am    Post subject: Reply with quote

A vérifier :
- tu as le support de ext3 dans ton kernel, et ta partition hda3 est bien formatée ext3 ?
- dans le grub.conf, ca serait pas plutot : kernel /boot/kernel-2.6.9 root=/dev/hda3 vga=791


et un truc cool, avant que tu te fasses massacrer, ca serait de reformatter ton titre de post : tu te loggues, tu cliques sur "EDIT" en haut à gauche, et tu refais ton titre avec des crochets. Exemple: [BOOT] cannot open root device

merci :)

EDIT: trop lent ...
EDIT2: nan, ca peut pas etre l'histoire du /boot/, sinon ca ferait un file not found
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Mon Nov 29, 2004 9:43 am    Post subject: Reply with quote

marvin rouge wrote:
... et un truc cool, avant que tu te fasses massacrer, ca serait de reformatter ton titre de post : tu te loggues, tu cliques sur "EDIT" en haut à gauche, et tu refais ton titre avec des crochets. Exemple: [BOOT] cannot open root device


Trop tard !

marvin rouge wrote:
EDIT: trop lent ...


nananananaiiireeeuuhhh ! :lol:
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
marvin rouge
Veteran
Veteran


Joined: 01 Aug 2004
Posts: 1422
Location: Villa Lumierrante, Zonelibre

PostPosted: Mon Nov 29, 2004 9:50 am    Post subject: Reply with quote

kernel_sensei wrote:
nananananaiiireeeuuhhh ! :lol:

mais, euh ...

majordom: en relisant ton post, je vois que tu essaies de passer du 2.4.x à 2.6.9 et la petite question qui me titille, c'est udev ou devfs ? Si tu passes en udev sur ton 2.6.9, il faut que tu vérifies ca dans ton kernel: le devfs ne doit pas être monté automatiquent. Comment vérifier:
Code:
grep DEVFS /usr/scr/linux/.config
en supposant que /usr/src/linux pointe vers les sources du kernel 2.6.9. Tu dois voir apparaitre quelqechose comme # CONFIG_DEVFS_MOUNT is not set
Back to top
View user's profile Send private message
[vector]
Apprentice
Apprentice


Joined: 02 Nov 2004
Posts: 170
Location: France, Le Havre

PostPosted: Mon Nov 29, 2004 9:57 am    Post subject: Reply with quote

Pour être sûr d'atteindre la bonne config autant faire un zgrep xxx /proc/config.gz ?
_________________
[Gentoo 2.6.10-r6 + WinXP] - [Gentoo 2.6.10-r9 + Win98]
Admon - Dernière capture d'écran - Jabber : vector@jabber.fr
Back to top
View user's profile Send private message
majordom
n00b
n00b


Joined: 26 Nov 2004
Posts: 4

PostPosted: Mon Nov 29, 2004 12:15 pm    Post subject: Reply with quote

Je fais exactement comme le dit le gentoo handbook.

Je coche Pseudo Filesystems - /proc file system support, /dev file system support, Automatically mount at boot, Virtual memory File system et bien sûr EXT3
Back to top
View user's profile Send private message
marvin rouge
Veteran
Veteran


Joined: 01 Aug 2004
Posts: 1422
Location: Villa Lumierrante, Zonelibre

PostPosted: Mon Nov 29, 2004 12:26 pm    Post subject: Reply with quote

Essaie la chose suivante: tu enlèves le "Automatically mount at boot" de ton kernel, tu le recompiles et tu re-boot. A la limite, tu peux essayer de rajouter gentoo=nodevfs à ta ligne de boot.

Sinon comme le suggérait kernel-sensei, tu as mis les bons controlleurs ide dans ton kernel ?

Si ca marche pas le problème est ailleurs, et je passe la main. Tiens nous au courant du résultat.
Back to top
View user's profile Send private message
anselme
n00b
n00b


Joined: 27 Nov 2004
Posts: 9

PostPosted: Mon Nov 29, 2004 4:24 pm    Post subject: Reply with quote

j'ai eu ce problème à l'install, avec un message du type ext2fs_check_if_mount: No such file or directory et une page de texte. J'ai résolu ça en virant automatically mount at boot et en emergeant udev.

cf: https://forums.gentoo.org/viewtopic.php?t=256099

hope it could help.
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