From: David Wuertele <dave-gnus@bfnet.com>
To: linux-config@vger.kernel.org
Subject: Booting off msdos AND using initrd?
Date: Tue, 20 May 2003 09:44:39 -0700 [thread overview]
Message-ID: <m31xytsh3c.fsf@bfnet.com> (raw)
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
reply other threads:[~2003-05-20 16:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m31xytsh3c.fsf@bfnet.com \
--to=dave-gnus@bfnet.com \
--cc=linux-config@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).