I had the same problem when I upgrade my system from 64MB to 128MB. I
had to add a line to my /etc/lilo.conf file:

# LILO Konfigurations-Datei 
#Start LILO global Section
boot=/dev/sda
#compact        # faster, but won't work on all systems.
linear
read-only
prompt
timeout=50
vga = normal    # force sane state
# End LILO global section
# Linux bootable partition config begins
image = /vmlinuz
root = /dev/sda1
label = Linux
append = "mem=128M"
#
# Linux bootable partition config ends
#

You need to add: append = "mem=128M" to your /etc/lilo.conf file. I've
included my file as a sample. After you update the file you need to run
lilo again so it will update its configuration.

"W.H. Dekker" wrote:
                              
> 
> I have 128 MB of internal memory. During bootup I have memory checking
> and I see all 128 MB being checked. Nevertheless, the free command
> says:
> 

> --
> Hartelijke groet, Wybo Dekker
> ___________________Servalys Analytical Chemistry Services__________________
> [EMAIL PROTECTED] | Deilsedijk 60                 | tel +31-345-652164
> www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383
> -
> To get out of this list, please send email to [EMAIL PROTECTED] with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
> archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Tony

-- 
[EMAIL PROTECTED]
-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to