Hi, I'm having exactly the same problem.
I did as AdamW said and added a '3' parameter to the kernel parameters, and I got a console.
Also, if I boot up and press an arrow key to see the verbose, I can see that it stops right after the following line:
"Started SYSV: Late init script for live image.."
After this there is just a blinking underscore.
Thanks in advance,
mdalepiane
---------- Post added at 02:59 PM ---------- Previous post was at 11:54 AM ----------
Alright, just got my system up again.
It happens that besides updating some software, I also had tried to chance my keyboard configuration.
After booting into prompt and using
startx I found out that the problem was at
/etc/X11/xorg.config, when I look into it, I found this message:
Code:
# This configuration file was broken by system-config-keyboard
Then I found some information about this bug at:
https://bugzilla.redhat.com/show_bug.cgi?id=638809
I ended up erasing this lines on the file:
Code:
# This configuration file was broken by system-config-keyboard
Section "ServerLayout"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
After this I was able to boot up without farther problems.
Hope it helps!
mdalepiane