geoff
Please take some time to make yourself familiar with the documentation, especially the FAQ, & the Howtos, there is a wealth of information & tips there, sometimes a little bit hidden, so you need to do a quick read of all the wiki articles to see (learn) what is there. See the links to these at the top of the Forums.
I reconfigured the DQ77 with 2Gb RAM and it still installed the PAE kernel, and I do not have the knowledge and/or experience to boot into Rescue mode
OK, read ALL of this, especially the section titled Rescue Mode Help
http://wiki.contribs.org/Bootingnote the need to mount to allow editing
mount -n -o remount /
then manually force the install of a different kernel
It's possible there is a install switch that will allow a different kernel to be installed from the CD during a normal install procedure, but I don't know it.
I'm not sure if the following is a correct procedure, meaning I have not tried & tested it, so see how you go
In rescue mode install the kernel you require
From here
http://distro.ibiblio.org/smeserver/releases/8/smeos/i386/SME/you see a non PAE kernel
kernel-2.6.18-308.4.1.el5.i686.rpm
Download this to a USB & get (copy) it onto your sme server, then do
rpm -Uvh kernel-2.6.18-308.4.1.el5.i686.rpm
You may need some other dependency rpms also, so you may need to do this a few times to manually get (copy) all the required rpms onto your sme, and then install them all in the one go.
Alternatively you may be able to use the wget command
wget
http://distro.ibiblio.org/smeserver/releases/8/smeos/i386/SME/kernel-2.6.18-308.4.1.el5.i686.rpmDo the same for any other dependency rpms (you may need to change the folder location).
Other non PAE kernels should also be on the install CD (earlier versions) so you could also obtain the rpm files from the CD.
or edit grub.conf to boot up to the new kernel
If you can get the other kernel installed, then you can just select it at boot time, so no need to edit the grub.conf
If needed, to edit it do,
cd /boot/grub
nano -w grub.conf
change the default value to 0 or 1 or 2 depending which kernel you want to select
0 is the first one listed, 1 is the second one listed, 2 is the third one listed & so on.
Ctrl o to save the file
Reboot