On 2/1/21 5:12 PM, Samuel Sieb wrote:
On 2/1/21 2:04 PM, sixpack13 wrote:
Running scriptlet: kernel-core-5.10.11-200.fc33.x86_64 174/174 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 …]
Install SOURCE (from rootfs or SYSROOTDIR) to DEST in DESTROOTDIR with all needed dependencies.
KERNELMODULE can have the format: <absolute path> with a leading / =<kernel subdir>[/<kernel subdir>…] like '=drivers/hid' <module name> .................
Does it matter? Should I just keep using 5.10.10 ?
not seen on my box during "sudo dnf update" today installing 5.10.11-200, but weeks ago on another box
I would check the size of /boot/initramfs-5.10.11-200.fc33.x86_64.img and compare it with the one from kernel 5.10.10. same size should indicate: okay
I slightly remember a statement on this(?) list (Dec or Jan ?) where the error message was declared as harmless and I mean a bug report was filled...
That was a different error. This one looks pretty fatal. I also suggest checking the size of the initramfs and if it even exists. _______________________________________________
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 12:55 /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
Tried to reinstall:
sudo dnf reinstall kernel-core-5.10.11-200.fc33.x86_64 ............ Last metadata expiration check: 0:37:50 ago on Mon 01 Feb 2021 04:48:38 PM EST. Dependencies resolved. ================================================================================================== Package Architecture Version Repository Size ================================================================================================== Reinstalling: kernel-core x86_64 5.10.11-200.fc33 updates 33 M
Transaction Summary ==================================================================================================
Total download size: 33 M Installed size: 74 M Is this ok [y/N]: y Downloading Packages: kernel-core-5.10.11-200.fc33.x86_64.rpm 13 MB/s | 33 MB 00:02 -------------------------------------------------------------------------------------------------- Total 11 MB/s | 33 MB 00:03 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Reinstalling : kernel-core-5.10.11-200.fc33.x86_64 1/2 Running scriptlet: kernel-core-5.10.11-200.fc33.x86_64 1/2 Running scriptlet: kernel-core-5.10.11-200.fc33.x86_64 2/2 Cleanup : kernel-core-5.10.11-200.fc33.x86_64 2/2 Running scriptlet: kernel-core-5.10.11-200.fc33.x86_64 2/2 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.
sean