public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Boot failure: msdos pushes in front of reiserfs
@ 2002-01-13 22:38 Matthias Andree
  2002-01-14  6:50 ` [reiserfs-list] " Oleg Drokin
  0 siblings, 1 reply; 13+ messages in thread
From: Matthias Andree @ 2002-01-13 22:38 UTC (permalink / raw)
  To: feedback, reiserfs-list, linux-kernel; +Cc: ewald.peiszer

Hello,

I have been helping Ewald Peiszer (CC'd) to get his machine to boot.

My current analysis of his situation is this:

1. he junked some of his FAT16 partitions, joined two of them as hda13
   and uses hda11 ... hda13 for linux, formatted as ext2, swap,
   reiserfs, in that order

2. his boot fails after the initrd provided by SuSE's install process
   has loaded the reiserfs.o module, his boot logs reveal that the
   kernel mounts his hda13 (which is /) as msdos rather than msdos.

3. I presume that msdos is linked into the kernel, and is thus tried
   first as root file system, the kernel then panicks as it cannot find
   /sbin/init (of course, it's in ReiserFS format, not msdos).

4. I asked Ewald to boot with rootfstype=reiserfs, but he reported that
   this did not help, news:<a1sb7b$t2d2e$1@ID-47183.news.dfncis.de>
   (German-language).

5. It seems as though some traces of FAT16 shining through reiserfs
   still make msdos think it can actually mount the file system.

I see various points where this can be attacked:

1. SuSE and other distributors' installation tools, when formatting a
   partition with mkfs, should zero out the first couple of MBytes with
   dd if=/dev/zero of=/dev/hda13 bs=4096 count=1024 or something. I'm
   not exactly sure how much is needed to get rid of the msdos traces.

2. mkreiserfs could also zero out so much of old data on the FS so that
   the kernel reliably recognizes the FS as reiserfs and fails to mount
   that stuff as msdos

3. Distributors, when making their initrd stuff, should make sure that
   all Linux-native file systems are tried first.

4. rootfstype=reiserfs should be made work for the actual root fs, it
   may be broken through initrd mounts, can anyone verify this? (note: I
   did not verify it's not working, and I cannot currently tell the kernel
   version, Ewald can follow up).

Ewald has only recently migrated from Windows to Linux and direly wants
his installation to boot. For now, I asked him to recompile his kernel
to let msdos, umsdos and vfat be only modules rather than linked into
the kernel, rebuild his initrd with SuSE's mk_initrd and rerun lilo,
that should work around his problem, but it's certainly not good and may
turn away people from Linux who are less enduring and patient than
Ewald.

Thanks a lot in advance,

-- 
Matthias Andree

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."         Benjamin Franklin

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

end of thread, other threads:[~2002-01-17  6:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-13 22:38 Boot failure: msdos pushes in front of reiserfs Matthias Andree
2002-01-14  6:50 ` [reiserfs-list] " Oleg Drokin
2002-01-14 11:16   ` Hans Reiser
2002-01-14 11:36     ` Oleg Drokin
2002-01-14 17:42       ` Andreas Dilger
2002-01-14 19:46         ` Hans Reiser
2002-01-14 20:21           ` Andrew Clausen
2002-01-14 20:21         ` Chris Mason
2002-01-14 20:29           ` Andrew Clausen
2002-01-14 14:00   ` Matthias Andree
2002-01-14 14:30     ` Oleg Drokin
2002-01-15 17:47       ` Matthias Andree
2002-01-17  6:38         ` Oleg Drokin

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