On 2/1/21 2:32 PM, sean darcy wrote:
dracut-install: No SOURCE argument given Usage: dracut-install -D DESTROOTDIR [-r SYSROOTDIR] [OPTION]... -a SOURCE... or: dracut-install -D DESTROOTDIR [-r SYSROOTDIR] [OPTION]... SOURCE DEST or: dracut-install -D DESTROOTDIR [-r SYSROOTDIR] [OPTION]... -m KERNELMODULE [KERNELMODULE …] ........................
And initramfs stays the same size:
ls -l /boot/initramfs-5* -rw-------. 1 root root 33429163 Jan 27 08:47 /boot/initramfs-5.10.10-200.fc33.x86_64.img -rw-------. 1 root root 33431635 Feb 1 17:26 /boot/initramfs-5.10.11-200.fc33.x86_64.img -rw-------. 1 root root 33438103 Jan 23 09:03 /boot/initramfs-5.10.9-201.fc33.x86_64.img
pretty fatal sounds bad enough for me. Now I need to remember how to tell grub to boot a particular kernel.
I wouldn't expect the size to change, although it's not clear what you're comparing it to. The timestamp is updated, so it's writing the file. I guess as bad as that message sounds, it still works. Have you tried booting it? If it works, then it's fine.