Re: Image file too large for low memory

2003-02-20 Thread John Summerfield
On 18 Feb 2003, Owen B. Mehegan wrote: > Sure - > > I added these two lines near the top of the file: > > allow booting; > allow bootp; > > And then added this section at the end: > > host laptop { >filename "/tftpboot/pxelinux.0"; >server-name "pointer"; >next-ser

Re: Image file too large for low memory

2003-02-20 Thread debian
On 18 Feb 2003, Owen B. Mehegan wrote: > The laptop has 256M. I was just thinking of "low memory" as in the first > 640K of RAM in x86 memory layout. > > I was not using the tftpd-hpa server, so I will try that now and let you > know how it goes. Also, my card has several boot method options, > i

Re: Image file too large for low memory

2003-02-19 Thread Pedro Larroy
this > process: > > Managed PC Boot Agent (MBA) v4.30 (BIOS Integrated) > (C) Copyright 2000 Lanworks Technologies Co. a subsidiary of 3Com > Corporation > All rights reserved. > > Node: 00B0D0A42B88 > DHCP... > TFTP.... > File transfer error

Re: Image file too large for low memory

2003-02-18 Thread Owen B. Mehegan
Sure - I added these two lines near the top of the file: allow booting; allow bootp; And then added this section at the end: host laptop { filename "/tftpboot/pxelinux.0"; server-name "pointer"; next-server pointer; hardware ethernet 00:B0:D0:A4:2B:88; }

Re: Image file too large for low memory

2003-02-18 Thread Joe Nahmias
Owen, Would you mind posting the relevant parts of your working dhcp.conf Thanks! Joe Nahmias > I figured it out. The example dhcp.conf from the install manual for > using PXE is apparently wrong. I used the conf they suggest for non-PXE > and just specified pxelinux.0 as the filename. Worked l

Re: Image file too large for low memory

2003-02-18 Thread Owen B. Mehegan
I figured it out. The example dhcp.conf from the install manual for using PXE is apparently wrong. I used the conf they suggest for non-PXE and just specified pxelinux.0 as the filename. Worked like a charm. Thanks for the help everyone! /Owen On Tue, 2003-02-18 at 10:57, Owen B. Mehegan wrote: >

Re: Image file too large for low memory

2003-02-18 Thread dann frazier
On Tue, Feb 18, 2003 at 08:43:47AM +0100, Emile van Bergen wrote: > Hi, > > On Tue, Feb 18, 2003 at 02:20:54AM -0500, Owen B. Mehegan wrote: > > > Thanks for the tip. This is what I was afraid of. So where can I GET a > > bare bones kernel image? I'm poking around on the Debian ftp site but > > n

Re: Image file too large for low memory

2003-02-18 Thread Owen B. Mehegan
I tried to use PXE last night as well and had similar problems to when I used MBA. Unfortunately the error it gave would only flash on the screen for a second before the system rebooted so I'm not positive what the problem was. The install manual information for PXE is pretty vague. Is there any mo

Re: Image file too large for low memory

2003-02-18 Thread Owen B. Mehegan
So is the .img file just a pre-configured kernel? I've compiled kernels before, but how do I create one as a .img file? /Owen On Tue, 2003-02-18 at 02:43, Emile van Bergen wrote: > Hi, > > On Tue, Feb 18, 2003 at 02:20:54AM -0500, Owen B. Mehegan wrote: > > > Thanks for the tip. This is what I

Re: Image file too large for low memory

2003-02-17 Thread Emile van Bergen
Hi, On Tue, Feb 18, 2003 at 02:20:54AM -0500, Owen B. Mehegan wrote: > Thanks for the tip. This is what I was afraid of. So where can I GET a > bare bones kernel image? I'm poking around on the Debian ftp site but > not seeing anything. Do I have to create my own bin file? You'd have to compile

Re: Image file too large for low memory

2003-02-17 Thread Owen B. Mehegan
18, 2003 at 07:51:03AM +0100, Thorsten Sauter wrote: > > > Hello, > > > > On Tue, Feb 18, 2003 at 01:04:55AM -0500, Owen B. Mehegan wrote: > > > Node: 00B0D0A42B88 > > > DHCP... > > > TFTP................ > > > File transfer erro

Re: Image file too large for low memory

2003-02-17 Thread Emile van Bergen
Hi, On Tue, Feb 18, 2003 at 07:51:03AM +0100, Thorsten Sauter wrote: > Hello, > > On Tue, Feb 18, 2003 at 01:04:55AM -0500, Owen B. Mehegan wrote: > > Node: 00B0D0A42B88 > > DHCP... > > TFTP.... > > File transfer error: Image file too l

Re: Image file too large for low memory

2003-02-17 Thread Owen B. Mehegan
IP. Should I try PXE? /Owen On Tue, 2003-02-18 at 01:51, Thorsten Sauter wrote: > > Hello, > > On Tue, Feb 18, 2003 at 01:04:55AM -0500, Owen B. Mehegan wrote: > > Node: 00B0D0A42B88 > > DHCP... > > TFTP........ > > File transfer error: Ima

Re: Image file too large for low memory

2003-02-17 Thread Thorsten Sauter
Hello, On Tue, Feb 18, 2003 at 01:04:55AM -0500, Owen B. Mehegan wrote: > Node: 00B0D0A42B88 > DHCP... > TFTP > File transfer error: Image file too large for low memory. are you sure, that the error message means the memory for you laptop. How many ram

Image file too large for low memory

2003-02-17 Thread Owen B. Mehegan
ration All rights reserved. Node: 00B0D0A42B88 DHCP... TFTP File transfer error: Image file too large for low memory. I've searched Google and the mailing list archives for a solution to this problem and come up empty. Am I SOL? Any input would be greatly apprecia