Re: Booting a modular kernel through a multiple streams file

H. Peter Anvin (hpa@zytor.com)
Sat, 22 Dec 2001 17:35:34 -0800


Dave Cinege wrote:

>
> I've patched GRUB to support loading the mutiple images. It would also
> be supported in syslinux, if you choose to implement it. Months
> ago when I asked you to implement it, you told me the idea was
> stupid. : P I will never let you forget this myopia. : >
>

Holding a grudge, eh? How very mature of you.

Seriously, I made it very clear at the time that I thought supporting
*multiple ramdisks* were a stupid idea. Perhaps you misunderstood, but
I was talking about what some people had been requesting of loading a
filesystem into /dev/ram0, another filesystem into /dev/ram1, etc.,
including waiting for a disk replacement in between. Doing that in the
bootloader is just idiotic, for the same reason all the crap in the
current kernel is equally stupid (although forgivable for historical
reasons.)

The reason to support uncompressed images -- as well as gaps between
images -- is to let synthesis happen in the bootloader. For example,
some people have requested passing the PXE configuration packets to the
kernel, which currently is all but impossible. Presenting them as files
in the initramfs is the natural way to do it.

Viros changes are drastic, no question about it, but dismissing them as
"disaster" without further motivation is a bloody awfully arrogant.

-hpa

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/