SM FOO wrote:
> 
> Dear Guys,
> 
> I hope you can help me...  I am new to Linux and the OS already looks
> very exciting!
> 
> I have 265RAM on my machine but Linux only detected 64.  I have tried
> adding "append="mem=256M" into lilo.conf, but nothing has happened...
> Tried "upgrading" 2 times and specifing 245 in "Precise RAM", still no
> result....  Hope you can help.
> 

it should look something like this.. double check your /etc/lilo.conf
file.
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=0x315
default=linux
keytable=/boot/us.klt
prompt
timeout=50
message=/boot/message
other=/dev/fd0
    label=floppy
    unsafe
image=/boot/vmlinuz
    label=linux
    root=/dev/hda8
    append="mem=256M"

Just double check that information, and put append information under the
image you
are booting with.

Also, make sure POST is reporting your full memory, if this is the case
then
you should be able to fix this problem.
    read-only

Reply via email to