* Booting off msdos AND using initrd?
@ 2003-05-20 16:44 David Wuertele
0 siblings, 0 replies; only message in thread
From: David Wuertele @ 2003-05-20 16:44 UTC (permalink / raw)
To: linux-config
I would like my kernel to read a ramdisk file off of an msdos
partition. I think the way to do this is to put the following on an
msdos partition:
1. vmlinux (linux kernel)
2. /dev directory (to mount devfs on)
3. ramdisk.img (the
4. linuxrc program (see below)
My bootloader finds vmlinux on the dos partition and boots it.
The linuxrc program loads the ramdisk and does a pivot root.
I think the above will work. I have two questions:
1. is there an easier way?
2. my kernel is not finding linuxrc. Here are the arguments I'm using:
go vmlinux devfs=only root=301 rw init=/linuxrc
Is there some special path syntax I need for the init=<path>?
Dave
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-05-20 16:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-20 16:44 Booting off msdos AND using initrd? David Wuertele
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.