Bug 1300823

Summary: the kernel is 52 kb and gives an error in grub kernel 4.3.3-301.fc23.x86_64
Product: [Fedora] Fedora Reporter: diego brizuela <brizuela.diego10>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 23CC: gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, mchehab
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-26 19:30:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description diego brizuela 2016-01-21 20:28:11 UTC
when I install the new kernel is small 53kb
but with the dnf is normally installed, it gives an error at startup
and does not start.

Comment 1 Josh Boyer 2016-01-21 20:33:47 UTC
Please post your update logs and the error message you see.  From what it sounds like, you only have the kernel metapackage installed and not the full kernel which is in kernel-core and kernel-modules.

Comment 2 diego brizuela 2016-01-21 21:29:02 UTC
starts when the following error appears   :

error premature end of file /vmlinux-4.3.3.3-301.fc23.X86_64

Comment 3 Josh Boyer 2016-01-22 13:22:02 UTC
You didn't post what I asked for, but it seems like your update transaction was incomplete.

Boot into an older kernel, then remove 4.3.3-301.fc23.x86_64 with:

dnf remove kernel-4.3.3-301.fc23.x86_64 kernel-core-4.3.3-301.fc23.x86_64 kernel-modules-4.3.3-301.fc23.x86_64

Then reinstall it.