public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BUG] 2.4.16pre1: minix initrd does not work, ext2 does
@ 2001-11-27 17:49 vda
  2001-11-27 14:13 ` Andreas Steinmetz
  0 siblings, 1 reply; 5+ messages in thread
From: vda @ 2001-11-27 17:49 UTC (permalink / raw)
  To: linux-kernel

Hi,

I have 2 slackware initrds, one with minix fs on it, other with ext2.

I compiled 2.4.13 and it panics (can't mount root fs) (don't remember with 
both initrds or only with minix one...).

I copied .config to 2.4.10, did make oldconfig and all that other reqd makes, 
and it boots both initrds.

Finally I tried it with 2.4.16pre1 (came .config again) 
and it cannot mount minix initrd.
("FAT: bogus sector size 0","VFS: unable to mount root fs")
I further tested and that initrd CAN be mounted by 2.4.16pre1 
over loopback device with

# mount -o loop /tmp/initrd.minix /mnt/mnt

and

# mount -t fat,minix -o loop /tmp/initrd.minix /mnt/mnt

(so we can't blame FAT for first saying "Yes it's fat, don't probe for 
others" and then "it is corrupted, can't use")

Seems there is some problem with fs detection order during root fs mount.
(minix isn't tried at all?) However, I failed to grok what affect order of fs
type guessing at boot... can somebody point me where to look?
--
vda

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-11-30  8:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-27 17:49 [BUG] 2.4.16pre1: minix initrd does not work, ext2 does vda
2001-11-27 14:13 ` Andreas Steinmetz
2001-11-28 14:18   ` vda
2001-11-28 17:41     ` vda
2001-11-30 12:21       ` vda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox