linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bzDisk compression Q; boot debug Q
@ 2001-06-13 21:11 D. Stimits
  0 siblings, 0 replies; 5+ messages in thread
From: D. Stimits @ 2001-06-13 21:11 UTC (permalink / raw)
  To: kernel-list

First I have a question about the compression of bzDisk. While trying to
debug the reason for a modular boot failure versus a successful
non-module boot (XFS filesystem for root), I found that I can mount my
initial ramdisk on loopback as a means of examining which modules are
available to it. However, it doesn't actually point out which modules
were loaded at the time when a filesystem mount fails. Viewing ramdisk
is via:
gzip -dc your.img > somefile
mount -o loop somefile somedir

Question 1, how hard would it be to cause failure of mount of root
filesystem to also output a list of current modules it has loaded?

Question 2, apparently ramdisk uses gzip compression; the name of the
kernel from make bzImage seems to maybe refer to bzip2 compression. Is
the kernel image using gzip or bzip2 compression for bzImage? Would
anything be gained in reducing boot size requirements by running bzip2
compression for any initial ramdisk, versus gzip compression?

D. Stimits, stimits@idcomm.com

^ permalink raw reply	[flat|nested] 5+ messages in thread
* RE: bzDisk compression Q; boot debug Q
@ 2001-06-13 21:39 Khachaturov, Vassilii
  2001-06-14  7:38 ` D. Stimits
  0 siblings, 1 reply; 5+ messages in thread
From: Khachaturov, Vassilii @ 2001-06-13 21:39 UTC (permalink / raw)
  To: 'stimits@idcomm.com'; +Cc: kernel-list

> Question 2, apparently ramdisk uses gzip compression; the name of the
> kernel from make bzImage seems to maybe refer to bzip2 compression. Is
> the kernel image using gzip or bzip2 compression for bzImage? Would
bzImage stands for "big zImage" - this is a format invented for kernels that
don't fit into zImage. bzip2 has nothing to do with it :)

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

end of thread, other threads:[~2001-06-14 20:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-13 21:11 bzDisk compression Q; boot debug Q D. Stimits
2001-06-13 21:39 Khachaturov, Vassilii
2001-06-14  7:38 ` D. Stimits
2001-06-14 12:27   ` Holger Lubitz
2001-06-14 20:44     ` D. Stimits

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).