From: Stephane Eranian <eranian@frankl.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Interactive installation with PXE booting
Date: Thu, 17 Jan 2002 18:41:33 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590698805873@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590698805871@msgid-missing>
Christopher,
On Thu, Jan 17, 2002 at 11:20:01AM -0700, Christopher D. Maestas wrote:
> Has anyone been able to write an elilo.conf that allows for an interactive
> network installation? For example in pxelinux.cfg/default I can do:
> ---
> label vgainteractiverh72
> kernel vmlinuz.rh72
> append vga=extended root=/dev/ram0 initrd=initrd.img.rh72 console=tty0
> ---
Your problem has nothing to do with the fact that binaries are coming from
the network.
>
> I tried in elilo.conf:
> ---
> prompt
> timeoutP
> default=localdisk
> verbose=5
>
> image=vmlinuz.rh72-ia64
> label=vgainteractiveia64
> read-only
> append = "vga=extended console=tty0"
> ---
>
> And them type in vgainteractiveia64 when prompted, but the kernel panics because
> I didn't append a root option. I've tried root=/dev/ram0 and that doesn't
> work either.
>
The kernel needs two things to boot from a filesystem. First it needs to have
the device driver to access the disk controller. Second it needs to know
which partition the root filesystem is in. The problem you're seing comes
from the fact that your kernel does not have the valid device driver, most likely
the SCSI controller, builtin. This is common with kernels from distributions.
The device driver is dynamically loaded in the kernel via a kernel module
which is stored into the initial ramdisk. So your problem is that you did not
indicate a initrd= option in your elilo.conf. Something like this will do:
image=vmlinuz.rh72-ia64
label=vgainteractiveia64
initrd=initrd.rh72
append = "vga=extended console=tty0"
--
-Stephane
next prev parent reply other threads:[~2002-01-17 18:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-17 18:20 [Linux-ia64] Interactive installation with PXE booting Christopher D. Maestas
2002-01-17 18:41 ` Stephane Eranian [this message]
2002-01-17 19:23 ` Egan Ford
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=marc-linux-ia64-105590698805873@msgid-missing \
--to=eranian@frankl.hpl.hp.com \
--cc=linux-ia64@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