hello! im new to fedora (coming from ubuntu).
There are some reasons by wich i do not want to use the PAE kernel.
Rather than installing the non-PAE kernel and removing the PAE one (and related stuff like kmods) after fedora is allready installed, i rather do a fresh fedora 15 installation without the PAE kernel. so...
¿is there a way to force the fedora installed to install the non PAE kernel instead of the PAE one?
like passing some switch at boot when i boot the installation dvd? or maybe some setting i missed once the installer is running?
---------- Post added at 07:39 PM ---------- Previous post was at 07:37 PM ----------
thank you for you rquick reply

So theres no way to do a non-PAE install. right? so what i have to do is...
after the installer finishes, i yum install the normal kernel (like you told me), but im not clear about the grub stuff, and how to force fedora NOT to install PAE kernels in the future (when it updates).
From another post here, i assume i have to do this (im borrowing info from that post)
"So far I read that I have to change the :
/etc/sysconfig/kernel
---------
# UPDATEDEFAULT specifies if new-kernel-pkg should make
# new kernels the default
UPDATEDEFAULT=yes
# DEFAULTKERNEL specifies the default kernel package type
DEFAULTKERNEL=kernel-PAE
--------
to DEFAULTKERNEL=kernel
"
then i asume that to tell grub to boot the nonPAE kernel i can go (in gnome) to Applications->other->boot manager application, and select the nonPAE kernel as the default.
Is this correct? will this acomplish the "make default kernel" step you mentioned?
thanks in advance
---------- Post added at 07:39 PM ---------- Previous post was at 07:39 PM ----------
mhh, it seems i did something wrong and deleted the reply post from the other user????? (note to self:learn how to use this forum)

my apologies
---------- Post added at 10:41 PM ---------- Previous post was at 07:39 PM ----------
Heres what i did...
1.- i reinstalled fedora (clean install from DVD)
2.- i installed the normal kernel
3.- i edited /etc/sysconfig/kernel, and changed
# DEFAULTKERNEL specifies the default kernel package type
DEFAULTKERNEL=kernel-PAE
to
# DEFAULTKERNEL specifies the default kernel package type
DEFAULTKERNEL=kernel
4.- rebooted and a uname -r confirmed i was now using the nonPAE kernel
BUT: after i ran software upgrade to install all upgrades, fedora returned to use the PAE kernel!
How do i specify fedora that from now on i will ALLWAYS use the non PAE kernel, so that when the kernel upgrades are downloaded, it will download the normal one instead of the PAE one?
thanks