0

I have a laptop with a Pentium M, I need to know how to enable PAE. I have already tried forcepae it messed up somethings like the cursor.

2 Answers2

0

Ubuntu will not normally work on this old computer either way.

Try to install Lubuntu 14.04

Read this regarding PAE

You can't enable PAE, if your CPU does not support it.

Pilot6
  • 90,100
  • 91
  • 213
  • 324
0

The non-PAE npae124-text-9w lets you install the non-PAE kernel and the desktop environment you want: Xubuntu Desktop - Xfce (that I suggest), Lubuntu Desktop - Lxd.

Download npae124-text-9w from: Here

Burn it to a CD or USB drive.

Boot your computer from the the npae124-text-9wiso and select Install at the prompt. You can then follow the instructions.

After booting into this installed Ubuntu mini system with a text interface, if you wish, install a desktop environment.

Source

Download site

Edited

How to install Xfce desktop.

Reboot – remove the Cd/Usb drive.

Login using your username and password.

Run in the terminal

$ sudo -i
# apt-get update
# apt-get dist-upgrade
# apt-get install xserver-xorg xserver-xorg-core xfonts-base xinit x11-xserver-utils xfwm4 xfce4-panel xfce4-settings xfce4-session xfce4-terminal xfdesktop4 xfce4-taskmanager tango-icon-theme lightdm lightdm-gtk-greeter thunar gvfs gvfs-backends policykit-1 udisks2 gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad pulseaudio gstreamer0.10-pulseaudio pavucontrol 
kyodake
  • 15,401