public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Help with Kernel install.
@  Thomas Ward
   ` Kirk Reiser
   ` Kirk Wood
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Ward @  UTC (permalink / raw)
  To: speakup; +Cc: awesome-dave1

Hello, list. Today I have been having some problems getting a 2.2.18 Kernel
working.
I have downloaded the Speakup v-0.10 source, and have successfully applied
the patch to the Linux 2.2.18 Kernel source tree.
However, while building the bzImage I have been getting some warnings, and
then after word as might be expected the kernel will boot but then go into
Kernel panic.
I have been trying to boot it off of a boot disk just for this vary reason.
I don't want to kill my working 2.2.16 Kernel until I know the 2.2.18 will
work.
If I believe the exact error was:

"root file system not found at 03-02."
How do I direct the Kernel to /dev/hda1 I tried the Linux root=/dev/hda1
command for some reason it is still giving me that error.
Thanks for any help you might have.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Help with Kernel install.
   Help with Kernel install Thomas Ward
@  ` Kirk Reiser
   ` Kirk Wood
  1 sibling, 0 replies; 7+ messages in thread
From: Kirk Reiser @  UTC (permalink / raw)
  To: speakup; +Cc: awesome-dave1

If I understand what you're asking do an 'rdev /dev/hda1'.  Usually
that is what is set automatically unless your primary is not on hda1.
Try to give us more information.  There is the possibility that you
didn't include the correct drive configuration options.

good luck
  Kirk

-- 

Kirk Reiser				The Computer Braille Facility
e-mail: kirk@braille.uwo.ca		University of Western Ontario
phone: (519) 661-3061


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Help with Kernel install.
   Help with Kernel install Thomas Ward
   ` Kirk Reiser
@  ` Kirk Wood
     ` Thomas Ward
  1 sibling, 1 reply; 7+ messages in thread
From: Kirk Wood @  UTC (permalink / raw)
  To: speakup

You can setup to boot with a new kernell without endangering your current
situation. If you copy the new bzImage to the /boot dir and add a new
entry to lilo.conf. Just copy the curent entry with a new label and new
image name. you will then have an option of shoosing the image to use when
you first boot.

It sounds to me like the kernel panic is not a problem with the kernell
itself, but rather that it is failing to find a usable root location for
the file system. Chances are that unless you have one large partition on
your drive the correct root partition is /dev/hda4 or /dev/hda5. You can
pick it out by running the mount command or df.

=======
Kirk Wood
Cpt.Kirk@1tree.net

Cluelessness
	There are no stupid questions, but there are a lot of 
	inquisitive idiots





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Help with Kernel install.
   ` Kirk Wood
@    ` Thomas Ward
       ` Geoff Shang
       ` Kirk Reiser
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Ward @  UTC (permalink / raw)
  To: speakup

Hello, Kirk. Well, I was hoping to install this Kernel on multiple machines.
On my laptop it is /dev/hda2
On my desktop system on my hard drive it is /dev/HDA1.
I manually fdisked and mapped out these partitions myself when I installed
RH 7 so that much I know.
I guess I want to know how to set the Kernel up so I can just drop it onto a
partition of my choosing, and also turn it into a rescue boot disk.


----- Original Message -----
From: Kirk Wood <cpt.kirk@1tree.net>
To: <speakup@braille.uwo.ca>
Sent: Tuesday, January 02, 2001 8:50 AM
Subject: Re: Help with Kernel install.


> You can setup to boot with a new kernell without endangering your current
> situation. If you copy the new bzImage to the /boot dir and add a new
> entry to lilo.conf. Just copy the curent entry with a new label and new
> image name. you will then have an option of shoosing the image to use when
> you first boot.
>
> It sounds to me like the kernel panic is not a problem with the kernell
> itself, but rather that it is failing to find a usable root location for
> the file system. Chances are that unless you have one large partition on
> your drive the correct root partition is /dev/hda4 or /dev/hda5. You can
> pick it out by running the mount command or df.
>
> =======
> Kirk Wood
> Cpt.Kirk@1tree.net
>
> Cluelessness
> There are no stupid questions, but there are a lot of
> inquisitive idiots
>
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Help with Kernel install.
     ` Thomas Ward
@      ` Geoff Shang
       ` Kirk Reiser
  1 sibling, 0 replies; 7+ messages in thread
From: Geoff Shang @  UTC (permalink / raw)
  To: speakup

Hi:

Well, there is a root directive in /etc/lilo.conf.  Whether this over-rides
any other specifications (e.g. rdev, command line, etc), I am not sure.  So
you could use different /etc/lilo.conf files on your different machines to
specify the particular root partition.  You will of course have to have the
correct root device set for a bootdisk kernel, as it will need to find your
root partition upon boot-up.

Geoff.


-- 
Geoff Shang <gshang10@scu.edu.au>
ICQ number 43634701



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Help with Kernel install.
     ` Thomas Ward
       ` Geoff Shang
@      ` Kirk Reiser
  1 sibling, 0 replies; 7+ messages in thread
From: Kirk Reiser @  UTC (permalink / raw)
  To: speakup

Hi Tom:  I think what you may be looking for is the rdev command.  If
you are going to place a kernel on a floppy then use rdev on an image
to set the root device and then move it to the floppy with 'dd if=kernelfile
of=/dev/fd0'. 

Man rdev will give you the various arguments you can use.
  Kirk

-- 

Kirk Reiser				The Computer Braille Facility
e-mail: kirk@braille.uwo.ca		University of Western Ontario
phone: (519) 661-3061


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Help with Kernel install.
@  awesome-dave1
  0 siblings, 0 replies; 7+ messages in thread
From: awesome-dave1 @  UTC (permalink / raw)
  To: speakup

Hi,
		Try just dd-ing your kernel to a bootdisk.
Dave.


On Tue, 2 Jan 2001 22:54:18 -0500 "Thomas Ward" <tward@bright.net>
writes:
> Hello, Kirk. Well, I was hoping to install this Kernel on multiple 
> machines.
> On my laptop it is /dev/hda2
> On my desktop system on my hard drive it is /dev/HDA1.
> I manually fdisked and mapped out these partitions myself when I 
> installed
> RH 7 so that much I know.
> I guess I want to know how to set the Kernel up so I can just drop 
> it onto a
> partition of my choosing, and also turn it into a rescue boot disk.
> 
> 
> ----- Original Message -----
> From: Kirk Wood <cpt.kirk@1tree.net>
> To: <speakup@braille.uwo.ca>
> Sent: Tuesday, January 02, 2001 8:50 AM
> Subject: Re: Help with Kernel install.
> 
> 
> > You can setup to boot with a new kernell without endangering your 
> current
> > situation. If you copy the new bzImage to the /boot dir and add a 
> new
> > entry to lilo.conf. Just copy the curent entry with a new label 
> and new
> > image name. you will then have an option of shoosing the image to 
> use when
> > you first boot.
> >
> > It sounds to me like the kernel panic is not a problem with the 
> kernell
> > itself, but rather that it is failing to find a usable root 
> location for
> > the file system. Chances are that unless you have one large 
> partition on
> > your drive the correct root partition is /dev/hda4 or /dev/hda5. 
> You can
> > pick it out by running the mount command or df.
> >
> > =======
> > Kirk Wood
> > Cpt.Kirk@1tree.net
> >
> > Cluelessness
> > There are no stupid questions, but there are a lot of
> > inquisitive idiots
> >
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Help with Kernel install Thomas Ward
 ` Kirk Reiser
 ` Kirk Wood
   ` Thomas Ward
     ` Geoff Shang
     ` Kirk Reiser
 awesome-dave1

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 read-only IMAP folder(s) and NNTP newsgroup(s).