Hm, looks like lshw is giving us wrong information: <node id="memory" claimed="true" class="memory" handle="DMI:000F"> <description>System Memory</description> <physid>f</physid> <slot>System board or motherboard</slot> <size units="bytes">2147483648</size> <capacity units="bytes">3221225472</capacity>
That tells us you have 2GiB (2147483648) Further down, it says you have bank0 with 512Mb and bank1 with 1.5Gb: <node id="bank:0" claimed="true" class="memory" handle="DMI:0010"> <description>SODIMM DDR Synchronous</description> <physid>0</physid> <slot>M1</slot> <size units="bytes">536870912</size> <width units="bits">32</width> </node> <node id="bank:1" claimed="true" class="memory" handle="DMI:0011"> <description>SODIMM DDR Synchronous</description> <physid>1</physid> <slot>M2</slot> <size units="bytes">1610612736</size> <width units="bits">32</width> </node> Can you run it without -xml and check the memory information it reports about your system? It's more human readable that way. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1039701 Title: Wrong RAM memory size To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1039701/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
