View previous topic :: View next topic |
Author |
Message |
augustin2 Apprentice
Joined: 16 Mar 2012 Posts: 244 Location: France
|
Posted: Sat Nov 17, 2012 5:17 pm Post subject: [Kernel] VFS Cannot open root device( résolu) |
|
|
Hi,
Je suis dans une situation très similaire à celle de ce post: https://forums.gentoo.org/viewtopic-t-941980.html
différences
boot est /dev/sdb1 (ext2)
root est /dev/sdb7 (ext3)
/boot/grub/grub.conf est comme suit
Code: | default 0
timeout 55
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
title Gentoo Linux
root (hd1,0)
kernel /boot/kernel root=/dev/ram0 real_root=/dev/sdb7 rootfstype=ext3
initrd /boot/initramfs
title Gentoo Linux old kernel
root (hd1,0)
kernel /boot/kernel.old root=/dev/ram0 real_root=/dev/sdb7 rootfstype=ext3
initrd /boot/initramfs.old |
Changements apportés à genkernel.conf
Code: | OLDCONFIG="yes"
MENUCONFIG="yes"
CLEAN="no"
MRPROPER="no"
MOUNTBOOT="yes"
SYMLINK="yes"
MAKEOPTS="-j5" |
Je fais
Code: | grub-install --no-floppy /dev/sda |
J 'obtiens le message suivant au boot
Quote: | VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6 please append a correct "root=" boot option; here are the available partions: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) |
Si quelqu'un peut me guider un peu car je n'avance plus. Merci
Last edited by augustin2 on Mon Nov 19, 2012 9:29 am; edited 2 times in total |
|
Back to top |
|
|
guilc Bodhisattva
Joined: 15 Nov 2003 Posts: 3326 Location: Paris - France
|
|
Back to top |
|
|
augustin2 Apprentice
Joined: 16 Mar 2012 Posts: 244 Location: France
|
Posted: Sun Nov 18, 2012 9:14 am Post subject: |
|
|
Bonjour,
Merci pour la réponse
Est-ce que ça va le titre comme ça ?
Concernant ta suggestion je vais regarder ce point |
|
Back to top |
|
|
augustin2 Apprentice
Joined: 16 Mar 2012 Posts: 244 Location: France
|
Posted: Sun Nov 18, 2012 11:39 am Post subject: |
|
|
Suggestion appliquée mais pas de changement. |
|
Back to top |
|
|
guilc Bodhisattva
Joined: 15 Nov 2003 Posts: 3326 Location: Paris - France
|
|
Back to top |
|
|
augustin2 Apprentice
Joined: 16 Mar 2012 Posts: 244 Location: France
|
Posted: Sun Nov 18, 2012 11:56 am Post subject: |
|
|
En fait j'ai essayé avec et sans ramdisk=xxxx |
|
Back to top |
|
|
boozo Advocate
Joined: 01 Jul 2004 Posts: 3193
|
|
Back to top |
|
|
augustin2 Apprentice
Joined: 16 Mar 2012 Posts: 244 Location: France
|
Posted: Sun Nov 18, 2012 4:38 pm Post subject: |
|
|
Oui car ma partition /boot est sur mon deuxième disque /sdb |
|
Back to top |
|
|
nox23 n00b
Joined: 15 Jul 2012 Posts: 42
|
Posted: Sun Nov 18, 2012 11:08 pm Post subject: |
|
|
donne ls -l /boot
donne lspci
es-tu sur d'inclure ton pilote sata dans le kernel, au moins en module ?
inclus tu dans la config ton fs : ext3 ? |
|
Back to top |
|
|
augustin2 Apprentice
Joined: 16 Mar 2012 Posts: 244 Location: France
|
Posted: Mon Nov 19, 2012 9:27 am Post subject: |
|
|
J'ai enfin réussi. Merci à tous pour votre aide. En réalité c'est sur le forum en anglais que j'ai trouvé ma piste. Je ne sais pas si c'est correct de manger à tous les rateliers comme ça ? Dîtes-moi ?
Voici ce que j'ai fait
Les paramètres ajoutés à la config
Quote: |
DEVTMPFS="yes"
DEVTMPFS_MOUNT="yes"
SATA_AHCI="yes"
SATA_AHCI_PLATFORM="yes" |
En pratique je peux booter avec ou sans initrd.
C'est à dire que
Quote: | title Gentoo Linux
root (hd1,0)
kernel /boot/kernel initrd=/dev/ram0 real_root=/dev/sdb7 rootfstype=ext3
initrd /boot/initramfs |
ou
Quote: | title Gentoo Linux
root (hd1,0)
kernel /boot/kernel root=/dev/sdb7 rootfstype=ext3
initrd /boot/initramfs |
sont tous les deux acceptés.
J'entre maintenant dans le monde merveilleux de Gentoo et c'est une grande émotion pour moi.
A bientôt vous tous |
|
Back to top |
|
|
|