Thanks for that, it created the initramfs file (after lots of dependency warnings), but it still didn't boot.
Here's the run of the command:
Code:
$ dracut -v -f -H /boot/initramfs-3.3.7-1.fc16.x86_64.img 3.3.7-1.fc16.x86_64
I: *** Including module: dash ***
I: *** Including module: i18n ***
I: *** Including module: rpmversion ***
I: *** Including module: plymouth ***
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
I: *** Including module: dm ***
I: Skipping udev rule: 64-device-mapper.rules
I: *** Including module: kernel-modules ***
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
E: FATAL: Could not load /lib/modules/3.3.7-1.fc16.x86_64/modules.dep: No such file or directory
I: *** Including module: lvm ***
I: Skipping udev rule: 64-device-mapper.rules
I: *** Including module: resume ***
I: *** Including module: rootfs-block ***
I: *** Including module: terminfo ***
I: *** Including module: udev-rules ***
I: Skipping udev rule: 50-udev.rules
I: Skipping udev rule: 95-late.rules
I: *** Including module: biosdevname ***
I: *** Including module: base ***
I: *** Including module: fs-lib ***
I: Skipping program jfs_fsck as it cannot be found and is flagged to be optional
I: Skipping program reiserfsck as it cannot be found and is flagged to be optional
I: *** Including module: shutdown ***
I: Skipping program kexec as it cannot be found and is flagged to be optional
I: *** Including modules done ***
I: Wrote /boot/initramfs-3.3.7-1.fc16.x86_64.img:
I: -rw-r--r--. 1 root root 6531927 Jun 10 11:01 /boot/initramfs-3.3.7-1.fc16.x86_64.img
Looking at the generated file, it's very small compared to the others in my boot dir:
Code:
-rw-r--r--. 1 root root 17M Apr 29 23:02 initramfs-3.3.2-6.fc16.x86_64.img
-rw-r--r--. 1 root root 17M May 11 20:56 initramfs-3.3.4-3.fc16.x86_64.img
-rw-r--r--. 1 root root 6.3M Jun 10 10:43 initramfs-3.3.7-1.fc16.x86_64.img
There's plenty of space on my /boot partition (387M), so not a disk full issue.
The error I'm getting on boot (for completeness) is:
Code:
loading initial ramdisk
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block (0,0)
Pid: 1, comm: swapper/0 Not tainted 3.3.7-1.fc16.x86_64 #1
Call Trace:
...
Any other way I can get a valid initramfs for 3.3.7-1?
Thanks,