J'ai fait ce que l'on me suggerait mais j'ai tjs le meme probleme pour booter un noyau 2.6.6 sans utiliser initrd.
J'ai installé un kernel-image 2.6.6-1-386, je boote dessus, travaille avec, tout est ok, sauf que j'ai envie de compiler mon propre noyau 2.6.6. Comme suggéré: $ cp /boot/config-2.6.6-1-386 /usr/src/kernel-source-2.6.6/.config Voila les modifs que j'ai apporté au .config # CONFIG_BLK_DEV_INITRD is not set --> pour ne plus utiliser initrd CONFIG_IDE=y CONFIG_BLK_DEV_IDE=y CONFIG_BLK_DEV_IDEDISK=y CONFIG_EXT3_FS=y # mes partitions sont en ext3 CONFIG_JBD=y # CONFIG_DEVFS_FS is not set # Pour ne plus utiliser devfs $ make menuconfig $ make $ make modules_install $ cp arch/i386/boot/bzImage /boot $ cp System.map /boot/System.map-2.6.6 modif de /boot/grub/menu.lst $ grub-install --recheck /dev/hda Malgres cela apres un reboot: VFS Cannot open root device "hda10" or Unknown-block(0,0) Please append a correct "root=" boot option Kernel panic: VFS Unable to mount root fs on Unknown-block(0,0) Voila ou j'en suis pour l'instant. Merci Le sam 24/07/2004 à 20:45, laurux a écrit : > Le Sat, 24 Jul 2004 02:36:34 +0200, Abred a voulu dire : > > > Bonsoir, > > > > Je me répond à moi même. > > > > J'ai toujours le meme problème lors du boot(sans initrd) d'un noyau > > 2.6.6 que je compile: > > > > . > > . > > VFS Cannot open root device "hda10" or Unknown-block(0,0) > > Please append a correct "root=" boot option > > Kernel panic: VFS Unable to mount root fs on Unknown-block(0,0) > > > > Sauf que cette fois ci avant plantage, le driver via-rhine est > > chargé... > > > > As-tu essayé comme je te le suggérais de booter sur le kernel-image > 2.6.6 standard de Debian ? > > A+