lkml.org 
[lkml]   [1999]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: How do I boot over network
kernel@kvack.org (kernel@kvack.org) said:
> On Sat, 2 Oct 1999, Wakko Warner wrote:
> > I have an intel etherexpress 10/100 in a diskless machine. It gets it's ip
> > address and tftp's the kernel image. Once it transfers control to the
> > image, I get 8000 scrolling down the screen and the floppy drive is
> > constantly on.
>
> A standard kernel image assumes that its boot sector was loaded off of a
> floppy, and attempts to load the remainder of the kernel. I patched the
> setup code to work when netbooted, but I lost the source. :( However, if
> you want a copy of the bootsector, I can send you one (and maybe
> disassemble/recreate the source).

it sounds like what you want to do is change the root device. use rdev to
change that (as is described in nfsroot.txt). the kernel, though, doesn't
load the remainder of the kernel; it tries to mount the root device. this
doesn't explain the 8000 (ahem) error messages, though. when a kernel can't
mount the root device you usually get something like this (i'm doing this
from memory, excuse the wrong wording):

VFS: No such device 02:00
Kernel panic.

after which, you will find no more error messages.

for the original poster: what exactly is displayed on screen (i.e. how far
does it get?). is it immediately after it uncompresses the image, or what?
and what is the exact wording of the error message?

--

/"\ m i k e b u r r e l l
\ / ASCII RIBBON CAMPAIGN mikpos@home.com
X AGAINST HTML MAIL http://mikpos.dyndns.org
/ \

----- End forwarded message -----

--

/"\ m i k e b u r r e l l
\ / ASCII RIBBON CAMPAIGN mikpos@home.com
X AGAINST HTML MAIL http://mikpos.dyndns.org
/ \

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

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.053 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site