On 04.04.2015 01:36 AM, Robert Dinse wrote:
Something still isn't right, missing the step to create initramfs,
so I added:
mkinitrd initramfs-3.19.3-kg-1 3.19.3-kg-1
Oh, sorry, yeah, I tend to forget about those...
It creates it but when I run: grub2-mkconfig -o /boot/grub2/grub.cfg It doesn't see it:
It's likely just named in a way grub2 doesn't look for.
Take a look at the content of /boot/ and rename the generated file to initramfs-3.19.3-kg-1.img (+ maybe an appropriate extension for the compression format!)
grub2 expects kernel and initrd files to follow a specific naming convention (or more like, a list of possible values.)
Mihai