Wednesday, March 30, 2011

Get your 4 Giga Ram ( or more) to work under ubuntu 10.10

Hello All,
Usually ubuntu 10.10 (the 32-bit version) does not support 4 giga ram addressing, But the 64-bit version do.

To get your 32-bit version to work you need to install the following:
linux-headers-server
linux-image-server
linux-server
linux-generic-pae
linux-headers-generic-pae

so go ahead and update the system then apt-get install "the above list"

$ sudo apt-get update
$ sudo sudo apt-get install linux-headers-server linux-image-server linux-server
$ sudo apt-get install linux-generic-pae linux-headers-generic-pae

reboot your system ... and have fun !.

No comments: