Problème Kernel 2.6.29

Bonjour tout le monde,

je pense que mon problème est lié à ce sujet mais je vous demande quand même…

Voici ce que j’ai fait :

[code]cd /usr/src && wget wget http://kernel.org/pub/linux/kernel/projects/rt/patch.gz

wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.gz

tar zxf linux-2.6.29.tar.gz
cd linux-2.6.29
zcat …/patch.gz | patch -p1

make menuconfig[/code]

je configure les différentes options :

[quote]# Processor type and features:

* Disable Tickless System (Dynamic Ticks)
* Enable High Resolution Timer Support
* Select your processor under Processor family
* Change Preemtion Mode to Complete Preemption (Real-Time)
* Enable Enable priority boosting of RCU read-side critical sections
* Disable Enable tracing for RCU - currently stats in debugfs
* Enable Machine Check Exception and select Intel or AMD depending on your CPU
* Change Timer frequency to 1000 HZ 

Power management options

* Enable Power Management support
      o Disable Power Management Debug Support 
* Disable Suspend to RAM and standby
* Disable Hibernation (aka 'suspend to disk')
* Enable ACPI (Advanced Configuration and Power Interface) Support
* Disable CPU Frequency scaling
* Disable CPU idle PM support 

Device Drivers

* Disable Watchdog Timer Support
* Enable Real Time Clock

[/quote]

puis :

mon fichier menu.lst :

je reboot :

L’erreur rencontré :
img5.imageshack.us/my.php?image=dsci0014a.jpg
img5.imageshack.us/my.php?image=dsci0015m.jpg

edit:

en mettant > kernel /boot/vmlinuz-2.6.29-rt1 root=/dev/sdc7 ro quiet

j’arrive au même problème lorsque j’ai installé le multiboot… :

[quote]mount /dev/sdc7 on /root no such device

mounting /dev on /root/dev failed
mounting /sys on /root/sys failed
pareil pour proc
target filesystem dosen’t have /sbin/init

no Init found try passing init=bootarg
/bin/sh cna’t access tty : job control turned off[/quote]

Cordialement

J’ai refait le multiboot et le kernel mais j’arrive au même résultat…

Le boot sur le nouveau kernel me donne pareil…

[quote]mount /dev/sdc1 on /root no such device

mounting /dev on /root/dev failed
mounting /sys on /root/sys failed
pareil pour proc
target filesystem dosen’t have /sbin/init

no Init found try passing init=bootarg
/bin/sh cna’t access tty : job control turned off[/quote]

menu.lst :
pastebin.com/m13f02c96

Merci de m’éclairer