linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: SPATZ1@t-online.de (Frank Schneider)
To: oscarcvt@galileo.edu
Cc: linux-kernel@vger.kernel.org
Subject: Re: kernel panic, a cry for help
Date: Wed, 05 Sep 2001 19:50:51 +0200	[thread overview]
Message-ID: <3B9665FB.C3E5DCAF@t-online.de> (raw)
In-Reply-To: <E15efKa-0006Cj-00@the-village.bc.nu> <999707202.3b965242145d5@webmail.galileo.edu>

oscarcvt@galileo.edu schrieb:
> 
> ive started with a rescue disk, /sbin/init is present, lilo.conf seems fine,
> where might i go next?
> 

Is /sbin/init executable ?

Check it with ls:
ls -l /sbin/init should get you
-rwxr-xr-x    1 root     root        26876 Jun 21 20:58 /sbin/init

Is it the correct file ?
Compare it against another maschine or copy it from there (same
Distribution, save the old file)

Try giving the Kernel a parameter at bootime: at the LILO-Prompt, press
<tab>, then enter the imagename followed by the parameter, e.g. "linux
init=/bin/bash"
The kernel should boot up and give you a single (root-) shell.

Uses the kernel the right root-device ?
If not, give it to him at boottime like the init=Stuff: "root=/dev/hda1"
says the kernel to mount /dev/hda1 as rootdevice ("/") and search on
this device for "init".

Solong..
Frank.

--
Frank Schneider, <SPATZ1@T-ONLINE.DE>.                           
Microsoft isn't the answer.
Microsoft is the question, and the answer is NO.
... -.-

  parent reply	other threads:[~2001-09-05 17:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-05 16:00 kernel panic, a cry for help oscarcvt
2001-09-05 16:08 ` Matt Bernstein
2001-09-05 16:15 ` Alan Cox
2001-09-05 16:26   ` oscarcvt
2001-09-05 17:08     ` Richard B. Johnson
2001-09-05 17:50     ` Frank Schneider [this message]
2001-09-05 19:16     ` Fred
2001-09-05 18:24 Manfred Spraul

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=3B9665FB.C3E5DCAF@t-online.de \
    --to=spatz1@t-online.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oscarcvt@galileo.edu \
    /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).