Sorry, I didn't want to clutter things up unless there was an interest.
First, I would at least peek here:
http://wiki.amahi.org/index.php/Fedora- ... mmendation
This link is on that page, but I will put it here to keep it simple:
http://wiki.amahi.org/index.php/Runlevel
To edit, become root, and type: nano /etc/inittab and press enter
Make the change to runlevel 3 as stated in the wiki.
Type ctrl x, you will see a prompt with the file name at the bottom, just type y and hit enter.
That is it, your HDA will boot to runlevel 3. If you need the desktop, log in as a user and type startx.
All of this assumes you have either done the full install, or installed gnome, of course. If you have done that, you can use gedit to do the editing. Sooner or later, you might find yourself needing to use nano - won't hurt to give it a try now, when you are not pressured by having a broken system.
To go one step further, you can get rid of the gui boot screen by editing (as root) /etc/default/grub and removing the "rhgb" entry from the boot line. If you do that, you will boot to a prompt, just like the express/headless install. If you are curious, you can see a more verbose boot sequence by removing "quiet" from the boot line as well.