Roger Heflin wrote:
I would run this and see where rpm thinks they should be since they are not in /boot rpm -qa --filesbypkg | grep -i vmlinuz
Evidently, RPM thinks they should be in /boot (as I would expect):
$ rpm -qa --filesbypkg | grep -i vmlinuz kernel-core /boot/.vmlinuz-4.15.9-300.fc27.x86_64.hmac kernel-core /boot/vmlinuz-4.15.9-300.fc27.x86_64 kernel-core /lib/modules/4.15.9-300.fc27.x86_64/.vmlinuz.hmac kernel-core /lib/modules/4.15.9-300.fc27.x86_64/vmlinuz kernel-core /boot/.vmlinuz-4.14.11-300.fc27.x86_64.hmac kernel-core /boot/vmlinuz-4.14.11-300.fc27.x86_64 kernel-core /lib/modules/4.14.11-300.fc27.x86_64/.vmlinuz.hmac kernel-core /lib/modules/4.14.11-300.fc27.x86_64/vmlinuz kernel-core /boot/.vmlinuz-4.15.8-300.fc27.x86_64.hmac kernel-core /boot/vmlinuz-4.15.8-300.fc27.x86_64 kernel-core /lib/modules/4.15.8-300.fc27.x86_64/.vmlinuz.hmac kernel-core /lib/modules/4.15.8-300.fc27.x86_64/vmlinuz