public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* image file?
@  Glenn Ervin
   ` Gregory Nowak
   ` Georgina
  0 siblings, 2 replies; 5+ messages in thread
From: Glenn Ervin @  UTC (permalink / raw)
  To: linux - speakup

whenever I try loading loadlin, it asks for an image file with options.
would I receive this message if I had the hdc part incorrect?
I think my d drive is hdc because I have to jumper the 
removable drives as master in order for them to work.
Also, do I need to not load dtexp.bat since that is a DOS driver?
If I have no partitions, will hdx1 always be 1?


Sincerely,
O. Glenn Ervin-- (Lenny) N0YJV
Northeast Nebraska
gervin@kdsi.net
or My Work e-mail:
gervin@ncbvi.state.ne.us




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

* Re: image file?
   image file? Glenn Ervin
@  ` Gregory Nowak
   ` Georgina
  1 sibling, 0 replies; 5+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

The image file in question is the kernel you are using.
Greg


On Fri, Nov 23, 2001 at 10:41:49AM -0600, Glenn Ervin wrote:
> whenever I try loading loadlin, it asks for an image file with options.
> would I receive this message if I had the hdc part incorrect?
> I think my d drive is hdc because I have to jumper the 
> removable drives as master in order for them to work.
> Also, do I need to not load dtexp.bat since that is a DOS driver?
> If I have no partitions, will hdx1 always be 1?
> 
> 
> Sincerely,
> O. Glenn Ervin-- (Lenny) N0YJV
> Northeast Nebraska
> gervin@kdsi.net
> or My Work e-mail:
> gervin@ncbvi.state.ne.us
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


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

* RE: image file?
   image file? Glenn Ervin
   ` Gregory Nowak
@  ` Georgina
     ` Guy Schlosser
  1 sibling, 1 reply; 5+ messages in thread
From: Georgina @  UTC (permalink / raw)
  To: speakup

Hi

Loadlin is a dos utility to load Linux kernel images.  Most installation
routines put a copy of the kernel in ram to initiate the install.  Thus your
disk organisation has little to do with loadlin asking for what it was built
for.  There's plenty of documentation on loadlin and its parameters.

Gena
-----Original Message-----
From: speakup-admin@braille.uwo.ca
[mailto:speakup-admin@braille.uwo.ca]On Behalf Of Glenn Ervin
Sent: 23 November 2001 16:42
To: linux - speakup
Subject: image file?


whenever I try loading loadlin, it asks for an image file with options.
would I receive this message if I had the hdc part incorrect?
I think my d drive is hdc because I have to jumper the
removable drives as master in order for them to work.
Also, do I need to not load dtexp.bat since that is a DOS driver?
If I have no partitions, will hdx1 always be 1?


Sincerely,
O. Glenn Ervin-- (Lenny) N0YJV
Northeast Nebraska
gervin@kdsi.net
or My Work e-mail:
gervin@ncbvi.state.ne.us



_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup



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

* RE: image file?
   ` Georgina
@    ` Guy Schlosser
       ` Jason
  0 siblings, 1 reply; 5+ messages in thread
From: Guy Schlosser @  UTC (permalink / raw)
  To: speakup

Hi all.  Got a kernel compiling question for whoever can answer it.  I 
downloaded the 2.4.15 kernel today and compiled it using the make mrproper, 
make menuconfig, make dep, make bzImage and make install procedure.  I am 
running debian, and after running lilo at the end of the make install, I 
reboot the computer and the new kernel is not there.  It is still reporting 
2.2.18.  Any suggestions on how to get my new kernel to come up?

Thanks,


Guy
At 10:38 PM 11/23/2001 +0000, you wrote:
>Hi
>
>Loadlin is a dos utility to load Linux kernel images.  Most installation
>routines put a copy of the kernel in ram to initiate the install.  Thus your
>disk organisation has little to do with loadlin asking for what it was built
>for.  There's plenty of documentation on loadlin and its parameters.
>
>Gena
>-----Original Message-----
>From: speakup-admin@braille.uwo.ca
>[mailto:speakup-admin@braille.uwo.ca]On Behalf Of Glenn Ervin
>Sent: 23 November 2001 16:42
>To: linux - speakup
>Subject: image file?
>
>
>whenever I try loading loadlin, it asks for an image file with options.
>would I receive this message if I had the hdc part incorrect?
>I think my d drive is hdc because I have to jumper the
>removable drives as master in order for them to work.
>Also, do I need to not load dtexp.bat since that is a DOS driver?
>If I have no partitions, will hdx1 always be 1?
>
>
>Sincerely,
>O. Glenn Ervin-- (Lenny) N0YJV
>Northeast Nebraska
>gervin@kdsi.net
>or My Work e-mail:
>gervin@ncbvi.state.ne.us
>
>
>
>_______________________________________________
>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




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

* Re: image file?
     ` Guy Schlosser
@      ` Jason
  0 siblings, 0 replies; 5+ messages in thread
From: Jason @  UTC (permalink / raw)
  To: speakup

simple, you need to put the new kernel image in the same place the old one 
was.
basically, you just copy the bzImage file from 
<path_to_kernel_source>/arch/i386/boot/bzImage to wherever your distribution 
keeps the kernel image, then re-run lilo.


On Friday November 23, 2001 09:39 pm, you wrote:
> Hi all.  Got a kernel compiling question for whoever can answer it.  I
> downloaded the 2.4.15 kernel today and compiled it using the make mrproper,
> make menuconfig, make dep, make bzImage and make install procedure.  I am
> running debian, and after running lilo at the end of the make install, I
> reboot the computer and the new kernel is not there.  It is still reporting
> 2.2.18.  Any suggestions on how to get my new kernel to come up?
>
> Thanks,
>
>
> Guy
>


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 image file? Glenn Ervin
 ` Gregory Nowak
 ` Georgina
   ` Guy Schlosser
     ` Jason

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).