lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 23 Jan 2015 16:41:43 +0100
From:	Dorian VEGARA <dorian.vegara@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: Cannot boot Linux kernel

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ