Bug 182568
Summary: | Kernel panic /dev/root not found | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Giuseppe Castagna <gc> | ||||||||
Component: | mkinitrd | Assignee: | Peter Jones <pjones> | ||||||||
Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | rawhide | CC: | wtogami | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | x86_64 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2006-02-27 16:17:14 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Giuseppe Castagna
2006-02-23 13:00:12 UTC
Created attachment 125100 [details]
dmesg with 2.6.15-1.1826.2.10_FC5
Let me also attach the two init files obtained by doing zcat /boot/initrd-2.6.15-1.1826.2.10_FC5.img | cpio -id zcat /boot/initrd-2.6.15-1.1975_FC5.img | cpio -id the first one being the working one, the latter an example of one that does not work Created attachment 125101 [details]
working init file
Created attachment 125102 [details]
bogus init file
To solve the problem it suffices to create initrd by using mkinitrd with the option --with=sd_mod. Can somebody explain me why sd_mod is not included by default in my images? *** This bug has been marked as a duplicate of 182008 *** Can I see the output of mkinitrd when run with the "-v" option? Here it is B. [beppe@lampone ~]$ sudo mkinitrd -v /dev/null 2.6.15-1.1977_FC5 Creating initramfs Looking for deps of module ide-disk Looking for deps of module ext3: jbd Looking for deps of module jbd Looking for driver for device sda3 Looking for deps of module scsi_mod Looking for deps of module libata: scsi_mod Looking for deps of module sata_nv: libata scsi_mod Looking for driver for device sda9 Using modules: /lib/modules/2.6.15-1.1977_FC5/kernel/fs/jbd/jbd.ko /lib/modules/2.6.15-1.1977_FC5/kernel/fs/ext3/ext3.ko /lib/modules/2.6.15-1.1977_FC5/kernel/drivers/scsi/scsi_mod.ko /lib/modules/2.6.15-1.1977_FC5/kernel/drivers/scsi/libata.ko /lib/modules/2.6.15-1.1977_FC5/kernel/drivers/scsi/sata_nv.ko /sbin/nash -> /tmp/initrd.XT8054/bin/nash /sbin/insmod.static -> /tmp/initrd.XT8054/bin/insmod copy from `/lib/modules/2.6.15-1.1977_FC5/kernel/fs/jbd/jbd.ko' [elf64-x86-64] to `/tmp/initrd.XT8054/lib/jbd.ko' [elf64-x86-64] copy from `/lib/modules/2.6.15-1.1977_FC5/kernel/fs/ext3/ext3.ko' [elf64-x86-64] to `/tmp/initrd.XT8054/lib/ext3.ko' [elf64-x86-64] copy from `/lib/modules/2.6.15-1.1977_FC5/kernel/drivers/scsi/scsi_mod.ko' [elf64-x86-64] to `/tmp/initrd.XT8054/lib/scsi_mod.ko' [elf64-x86-64] copy from `/lib/modules/2.6.15-1.1977_FC5/kernel/drivers/scsi/libata.ko' [elf64-x86-64] to `/tmp/initrd.XT8054/lib/libata.ko' [elf64-x86-64] copy from `/lib/modules/2.6.15-1.1977_FC5/kernel/drivers/scsi/sata_nv.ko' [elf64-x86-64] to `/tmp/initrd.XT8054/lib/sata_nv.ko' [elf64-x86-64] Adding module jbd Adding module ext3 Adding module scsi_mod Adding module libata Adding module sata_nv |