2002-12-10 17:47:23

by Matt Young

[permalink] [raw]
Subject: Expeiment with a simple boot?

Using 2.5.50 is there a boot procedure such as:

Turn off DEVFS and INITRDFS then specify the root device with major and minor
numbers in the linux command line, (using grub)


2002-12-11 10:14:14

by Helge Hafting

[permalink] [raw]
Subject: Re: Expeiment with a simple boot?

Matt Young wrote:
>
> Using 2.5.50 is there a boot procedure such as:
>
> Turn off DEVFS and INITRDFS then specify the root device with major and minor
> numbers in the linux command line, (using grub)

Sure. You don't need devfs to boot. And you don't need any
initrd either, of course. Just compile the drivers for your root disk
and your root fs into the kernel instead of using modules for them.
I never used an initrd - no need.

I do this with lilo all the time, as I haven't looked at grub.

Helge Hafting