[Bug 14211] "Unable to mount root fs on unknown-block" on Boot after Kernel Upgrade

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Sat Aug 27 21:29:12 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=14211
Ubuntu | UNKNOWN





------- Additional Comments From jawarren at gmail.com  2005-08-27 22:29 UTC -------
Bugzilla won't let me upload files as big as the initrd images unless I declare
them as patches (or did you mean email them to you personally?), maybe this will
help:

$ sudo mount -o loop -t cramfs /boot/initrd.img-2.6.10-5-386
/mnt/initrd.img-2.6.10-5-386
$ sudo mount -o loop -t cramfs /boot/initrd.img-2.6.10-5-686
/mnt/initrd.img-2.6.10-5-686
$ cd /mnt/initrd.img-2.6.10-5-386
$ find | grep -v 'lib/modules' > /tmp/initrd.img-2.6.10-5-386.listing1
$ find | grep 'lib/modules' | cut -f5- -d'/' > /tmp/initrd.img-2.6.10-5-386.listing2
$ cd /mnt/initrd.img-2.6.10-5-686
$ find | grep -v 'lib/modules' > /tmp/initrd.img-2.6.10-5-686.listing1
$ find | grep 'lib/modules' | cut -f5- -d'/' > /tmp/initrd.img-2.6.10-5-686.listing2
$ cd /tmp
$ diff initrd.img-2.6.10-5-386.listing1 initrd.img-2.6.10-5-686.listing1
40d39
< ./lib/ld-linux.so.2
$ diff initrd.img-2.6.10-5-386.listing2 initrd.img-2.6.10-5-686.listing2
32d31
< kernel/drivers/block/ps2esdi.ko
103d101
< kernel/drivers/scsi/53c700.ko
105d102
< kernel/drivers/scsi/NCR53C9x.ko
107,108d103
< kernel/drivers/scsi/NCR_D700.ko
< kernel/drivers/scsi/NCR_Q720_mod.ko
114d108
< kernel/drivers/scsi/aha1740.ko
130d123
< kernel/drivers/scsi/fd_mcs.ko
135d127
< kernel/drivers/scsi/ibmmca.ko
142d133
< kernel/drivers/scsi/mca_53c9x.ko
166d156
< kernel/drivers/scsi/sim710.ko
203a194,195
> kernel/fs/ext2
> kernel/fs/ext2/ext2.ko
225a218
> kernel/fs/mbcache.ko
$

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list