Cannot boot Linux kernel

From: Dorian VEGARA
Date: Fri Jan 23 2015 - 10:41:52 EST


Hello to everyone,

I'm trying to boot Linux kernel 3.14.25 but I'm encountering a problem
: when I boot Linux, a "Warning : CPU" is shown and Linux crashes...
Let's see what I did. :)

After I downloaded the kernel and extracted it, I typed :

$ make defconfig

It chose the defconfig x86_64.
After, I typed another command :

$ make && make modules_install

The bzImage arch/x86/boot/bzImage was properly created ("x86", not
"x86_64" like defconfig - I don't know if it's important).

The modules have been installed correctly. The last message is "DEPMOD 3.14.25".

I think my GRUB2 configuration is OK :
menuentry 'Linux' {
insmod gzio
insmod part_msdos
insmod btrfs
set root='hd0,msdos6'
linux /boot/linux
}


So the boot may be successfully done... But it crashes :
http://nsa33.casimages.com/img/2015/01/23/150123012550291970.jpg

You can find the .config generated with the command $ make defconfig
here : http://textup.fr/116850NO

... and the log file created thanks to the command sh -c "make && make
modules_config > leFichierLog 2>&1" is here :
http://textup.fr/116855TB


Could you help me please ? :)
Thanks a lot.

Best regards,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/