Hide Forgot
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36 Build Identifier: I have updated kernel to 4.7.4-200 but there are no images in boot with new kernel version [andy@localhost ~]$ sudo dnf info kernel [sudo] password for andy: Last metadata expiration check: 1:44:58 ago on Sun Sep 25 20:21:49 2016. Installed Packages Name : kernel Arch : x86_64 Epoch : 0 Version : 4.7.4 Release : 200.fc24 Size : 0.0 Repo : @System From repo : updates Summary : The Linux kernel URL : http://www.kernel.org/ License : GPLv2 and Redistributable, no modification permitted Description : The kernel meta package [andy@localhost ~]$ uname -r 4.6.4-301.fc24.x86_64 [andy@localhost ~]$ [andy@localhost ~]$ ll /boot/ total 82430 -rw-r--r--. 1 root root 175136 июл 12 15:06 config-4.6.4-301.fc24.x86_64 drwx------. 3 root root 1024 фев 4 2016 efi drwxr-xr-x. 6 root root 1024 сен 25 14:58 grub2 -rw-r--r--. 1 root root 47445558 окт 31 2015 initramfs-0-rescue-cb18df4ff714450880405ae02c4b4e70.img -rw-------. 1 root root 20249531 авг 5 23:18 initramfs-4.6.4-301.fc24.x86_64.img -rw-r--r--. 1 root root 560267 авг 5 23:18 initrd-plymouth.img drwx------. 2 root root 12288 окт 31 2015 lost+found -rw-------. 1 root root 3336903 июл 12 15:06 System.map-4.6.4-301.fc24.x86_64 -rwxr-xr-x. 1 root root 5978744 окт 31 2015 vmlinuz-0-rescue-cb18df4ff714450880405ae02c4b4e70 -rwxr-xr-x. 1 root root 6634248 июл 12 15:06 vmlinuz-4.6.4-301.fc24.x86_64 [andy@localhost ~]$ Reproducible: Always Steps to Reproduce: 1. Update kernel to latest version (4.8.4-200) 2. Reboot 3. uname -r Actual Results: Kernel version stays the same Expected Results: Kernel version is the save kernel package version
Do you have any warnings when you are doing update?
Nope.
Kernel package on Fedora does not contain any files. It's just a meta package for other kernel packages. The files you are looking for are in the kernel-core package. How did you updated kernel? Show us output of dnf history info kernel.
kernel-core update helped. So you can close issue. Thank you guys.