Fedora Linux Support Community & Resources Center
  #1  
Old 30th March 2008, 08:39 PM
KPatch Offline
Registered User
 
Join Date: Mar 2008
Posts: 6
FC8 won't boot after installation

After each of five fresh installations, the system won't boot. After the message:
"Uncompressing Linux...ok, booting the kernel."
nothing happens...

Where do I even begin?
Reply With Quote
  #2  
Old 30th March 2008, 08:53 PM
ivancat Offline
Registered User
 
Join Date: Dec 2007
Posts: 596
check this topic, maybe you have similar problem
http://forums.fedoraforum.org/showthread.php?t=184250
__________________
Ivan Cat (registered linux user #471784)
Linux Projects: constat | nconv
Fedora-related: Message In the Bottle
Reply With Quote
  #3  
Old 30th March 2008, 09:04 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Select the kernel line, press e to edit the line and move to the right with right arrow and delete rhbg and quiet.

Press Enter and b to boot.

Write down and post the output here.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #4  
Old 30th March 2008, 10:47 PM
KPatch Offline
Registered User
 
Join Date: Mar 2008
Posts: 6
Quote:
Originally Posted by ivancat
check this topic, maybe you have similar problem
http://forums.fedoraforum.org/showthread.php?t=184250
OK...I read the post, played around with GRUB and got it to boot.

This is what I did:
- at the GRUB menu, highlighted the Fedora option (WinXP) is the other.
- I noticed rootnoverify was set to (hd0,0)
- like the user in the referenced post, my boot partition was elsewhere on the disc, so I changed to (hd0,7)
- after a failed attempt to boot, a re-entry into the GRUB menu, rootnoverify was replaced with root (hd0,7)
- I highlighted root (hd0,7), pressed 'b' and voilà!...it booted

A subsequent reboot revealed that I need to do the each time I boot.

I'd love to make the changes stick, but, I really have no idea what I did, so.................
Reply With Quote
  #5  
Old 30th March 2008, 10:56 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Boot again, open a terminal and post
Quote:
su -l

fdisk -l

cat /boot/grub/menu.lst
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #6  
Old 30th March 2008, 11:19 PM
KPatch Offline
Registered User
 
Join Date: Mar 2008
Posts: 6
Quote:
Originally Posted by Nokia
Boot again, open a terminal and post
[kpatch____@localhost ~]$ su -l

[root@localhost ~]# fdisk -l

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xf065f065

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20482843+ 7 HPFS/NTFS
/dev/sda2 2551 14592 96727365 f W95 Ext'd (LBA)
/dev/sda5 2551 4462 15358108+ 7 HPFS/NTFS
/dev/sda6 4463 8924 35840983+ 7 HPFS/NTFS
/dev/sda7 8925 10768 14811898+ 7 HPFS/NTFS
/dev/sda8 10769 10793 200781 83 Linux
/dev/sda9 10794 14592 30515436 8e Linux LVM

Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb616c48f

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 25 200781 83 Linux
/dev/sdb2 26 9729 77947380 8e Linux LVM

Disk /dev/dm-0: 29.1 GB, 29125246976 bytes
255 heads, 63 sectors/track, 3540 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-0 doesn't contain a valid partition table

Disk /dev/dm-1: 2080 MB, 2080374784 bytes
255 heads, 63 sectors/track, 252 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800

Disk /dev/dm-1 doesn't contain a valid partition table

Disk /dev/dm-2: 77.6 GB, 77678510080 bytes
255 heads, 63 sectors/track, 9443 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-2 doesn't contain a valid partition table

Disk /dev/dm-3: 2080 MB, 2080374784 bytes
255 heads, 63 sectors/track, 252 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800

Disk /dev/dm-3 doesn't contain a valid partition table
[root@localhost ~]# cat /boot/grub/menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,7)
# kernel /vmlinuz-version ro root=/dev/VolGroup01/LogVol00
# initrd /initrd-version.img
#boot=/dev/sdb
default=2
timeout=10
#hiddenmenu
splashimage=(hd0,7)/grub/splash.xpm.gz
title Fedora (2.6.24.3-50.fc8)
root (hd0,7)
kernel /vmlinuz-2.6.24.3-50.fc8 ro root=/dev/VolGroup01/LogVol00
initrd /initrd-2.6.24.3-50.fc8.img
title Fedora (2.6.23.1-42.fc8)
root (hd0,7)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup01/LogVol00
initrd /initrd-2.6.23.1-42.fc8.img
title WindowsXP
rootnoverify (hd0,0)
chainloader +1
[root@localhost ~]#
Reply With Quote
  #7  
Old 30th March 2008, 11:28 PM
KPatch Offline
Registered User
 
Join Date: Mar 2008
Posts: 6
BTW....thanks
Reply With Quote
  #8  
Old 30th March 2008, 11:35 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
So you're OK now ? (if I understand correctly)
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #9  
Old 31st March 2008, 01:05 AM
KPatch Offline
Registered User
 
Join Date: Mar 2008
Posts: 6
No, not exactly...GRub doesn't locate the files it needs...I have to manually intervene each time....
Reply With Quote
  #10  
Old 31st March 2008, 01:13 AM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
I'm not sure what you did and where to boot, but try changing root statement to
Quote:
root (hd0,8)
although I'm not sure is right. Do it at boot time first
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #11  
Old 31st March 2008, 04:44 AM
KPatch Offline
Registered User
 
Join Date: Mar 2008
Posts: 6
No, it didn't anything...made things a little worse actually
Reply With Quote
  #12  
Old 31st March 2008, 01:22 PM
ivancat Offline
Registered User
 
Join Date: Dec 2007
Posts: 596
as I get you can boot but have to change parameters each time you enter grub...
you can edit grub config and you won't have to any more:
Code:
su -
cd /boot/grub
nano grub.conf
after that you edit your fedora settings
__________________
Ivan Cat (registered linux user #471784)
Linux Projects: constat | nconv
Fedora-related: Message In the Bottle
Reply With Quote
Reply

Tags
boot, fc8, installation

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
F8 cannot boot after installation chenxing Installation and Live Media 2 23rd November 2007 11:50 AM
PC will not boot from FC6 Installation cd Hectic_King EOL (End Of Life) Versions 4 19th December 2006 09:24 AM
Can not boot FC5 after installation on dual boot with Windows XP Red Bird EOL (End Of Life) Versions 5 7th November 2006 03:48 PM
FC3 installation Proliant DL360 G4 Fails to boot after installation digitalhuman EOL (End Of Life) Versions 4 14th January 2006 11:15 AM
can't boot installation cd armen Installation and Live Media 1 28th June 2005 03:38 PM


Current GMT-time: 15:49 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat