Hi, I tried to boot Linux kernel without the RTLinux patch. The same bug appears. So, it's clear that RTLinux doesn't cause the problem. Here is my GRUB2 configuration : menuentry 'Linux' { insmod gzio insmod part_msdos insmod btrfs set root='hd0,msdos6' linux /boot/linux } "root=UUID=[...]" didn't fix the bug. What am I supposed to write instead of "-foo" in the initrd instruction ? "-linux-3.14.25" for example ? Here is the file generated by the command "make defoncfig" : http://textup.fr/116850NO And here, the log file generated by the command > sh -c "make && make modules_config > leFichierLog 2>&1" : http://textup.fr/116855TB Do you believe the bug could be due to the CPU configuration (I didn't specified what sort of CPU is used exactly - I typed the command make defconfig) ? Thanks a lot. Best regards, 2015-01-22 20:39 GMT+01:00 Dorian VEGARA <dorian.vegara@xxxxxxxxx>: > Hello everyone, > > I'm trying to boot RTLinux but I'm encountering problems to load it. > I patched successfully the Linux kernel (version 3.14.25) with the > RTLinux one (3.14.25 too). > > Then, I typed this command : > make defconfig (in the linux-patched-repertory). It chose the x86_64 defconfig. > > After it, I typed make && make modules_install. The x86-only bzImage > has been created. > The modules have been installed properly. The last message is "DEPMOD > 3.14.25-rt22". > > The GRUB2 configuration is OK. But when I boot RTLinux, it crashes. > A "Warning CPU" message appears : > http://nsa33.casimages.com/img/2015/01/22/150122084114722488.jpg > > Could anyone tell me what is wrong please ? > Here is a PowerPoint document to explain in details the bug and what > exactly I did : > > https://drive.google.com/file/d/0BxBRiO4INcfxWnltOFZDeDNBZmM/view?usp=sharing > > > > Thanks a lot ! > Best regards, -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html