[SOLVED] Fedora 11 can not enter GUI but via grub command line it can start normally
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Fedora 11 can not enter GUI but via grub command line it can start normally
hi there
after i delete two partitions at my dual boot system(linux/fedora 11)
then reboot,the sign grub appear,then i type the following message
grub>kernel (hd0,5)/vm.....
grub>initrd (hd0,5)/init....
grub>boot
then my FC11 start normally .
after reconfigure the grub.conf,(i modify (hd0,7 to hd0,5)and uuid)
and after reboot
grub>root (hd0,5)
grub>setup (hd0)
grub>reboot
then all thing seems like goes well.
but at the end of load ,my laptop hung at the progress page
and can't turn to Login page.
but if type following message in grub command line
grub>kernel (hd0,5)/vm.....
grub>initrd (hd0,5)/init....
grub>boot
all thing goes well
grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this
default=1
timeout=5
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.30.9-96.fc11.i686.PAEdebug)
root (hd0,5)
kernel /vmlinuz-2.6.30.9-96.fc11.i686.PAEdebug ro root=UUID=966bf4c1-b31c-4b32-bcd9-2eddc50daea0 rhgb quiet
initrd /initrd-2.6.30.9-96.fc11.i686.PAEdebug.img
title Fedora (2.6.30.9-96.fc11.i686.PAE)
root (hd0,5)
kernel /vmlinuz-2.6.30.9-96.fc11.i686.PAE ro root=UUID=966bf4c1-b31c-4b32-bcd9-2eddc50daea0 rhgb quiet
initrd /initrd-2.6.30.9-96.fc11.i686.PAE.img
title Fedora (2.6.30.9-90.fc11.i686.PAE)
root (hd0,5)
kernel /vmlinuz-2.6.30.9-90.fc11.i686.PAE ro root=UUID=966bf4c1-b31c-4b32-bcd9-2eddc50daea0 rhgb quiet
initrd /initrd-2.6.30.9-90.fc11.i686.PAE.img
title Fedora (2.6.30.8-64.fc11.i686.PAE)
root (hd0,5)
kernel /vmlinuz-2.6.30.8-64.fc11.i686.PAE ro root=UUID=1237b713-9519-4918-86d9-0496005af2ea rhgb quiet
initrd /initrd-2.6.30.8-64.fc11.i686.PAE.img
title Other
rootnoverify (hd0,0)
chainloader +1
usb 1-8: new high speed USB device using ehci_hcd and address 3
usb 1-8: New USB device found, idVendor=05e1, idProduct=0501
usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-8: Product: USB 2.0 Image Capture Controller
usb 1-8: Manufacturer: Syntek Semiconductor
usb 1-8: configuration #1 chosen from 1 choice
usb 3-1: new low speed USB device using uhci_hcd and address 2
usb 3-1: New USB device found, idVendor=046d, idProduct=c016
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: Optical USB Mouse
usb 3-1: Manufacturer: Logitech
usb 3-1: configuration #1 chosen from 1 choice
input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input6
generic-usb 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1d.1-1/input0
Synaptics Touchpad, model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input7
EXT4-fs: barriers enabled
kjournald2 starting: pid 63, dev sda7:8, commit interval 5 seconds
EXT4-fs: delayed allocation enabled
EXT4-fs: file extents enabled
EXT4-fs: mballoc enabled
EXT4-fs: mounted filesystem sda6 with ordered data mode
then it hung there,what should i do?
some body help me.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.