Unable to boot Fedora 10

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Unable to boot Fedora 10
# 1  
Old 11-01-2010
Unable to boot Fedora 10

Hello,

I have a test PC running Fedora 10. Friday evening it was working fine, I have some perl scripts which are scheduled to run every morning.

But when I started work this morning, I found I cannot ping the machine. When I switched on the monitor, I saw the GRUB promt Smilie. I am not sure how it got stuck with the GRUB promt.

Now, I dont the the location of the kernel so that I can load it. "boot" command does not work because kernel is not loaded.

Can someone please help me with the questio:-
1) how can I find the absolute location of kernel so that I can load it with "kernel" command

Please let me know if any furthur description is required.

Thanks,
Siva
# 2  
Old 11-01-2010
Try
Code:
grub> find /vmlinuz

This User Gave Thanks to fpmurphy For This Post:
# 3  
Old 11-01-2010
Hi,

Thanks a lot for your reply.
Yes, I tried running
Code:
grub> find /vmlinuz
 
Error 15: File not found.
 
grub>

I also ran:-
Code:
grub> root (hd0,   <tab>

this showd me 7 partitions

I checked each partition for /boot/ , I found boot on (hd0,6) but then when I run:-
Code:
grub> root (hd0,6)
 
grub> kernel /boot/  <tab>
grub> kernel /boot/

I am thinking, this means there is nothing inside /boot/

Is there any other location where vmlinuz can be found ?

Thanks,
Siva

Last edited by Scott; 11-01-2010 at 05:16 PM.. Reason: Please use code tags
# 4  
Old 11-01-2010
Typically it is placed in /boot.

Seven partitions on a hard disk is somewhat unusual for Fedora. May I ask why? Were you by any chance trying to install Solaris x86?

I suggest you boot from a Fedora 10 DVD and enter rescue mode to see what has happened to your root file system.
This User Gave Thanks to fpmurphy For This Post:
# 5  
Old 11-02-2010
Hi,

Thanks a lot for your reply.

I am not exactly sure why there are seven partitions on the hard disk. The system earlier had windows XP professional installed on it. On my request, the internal IT team, installed Fedora 10 on it for my testing purposes.

Sure, I will try booting with rescue CD and let you know the results.

Thanks again,
Siva
# 6  
Old 11-24-2010
I have a similar problem here,

I have Red Hat 9.0 , Ubuntu 10.04 LST and Fedora 14 on my 2nd HDD,
installed inthe order listed above.

After I installed Ubuntu Red Hat can't be accessed.
The I installed Fedora - which allows me access to Ububtu and my Xp on 1st HDD,
but I still can't access Red Hat.


All linux distros have their own /, /boot, /home, /usr
and share a common swap partition --- /dev/hdb6

After I boot into Ubuntu and upgrade - the grub was also updated overwriting
Fedoras Grub with Ubuntu Grub.

I am now presented with Ubuntus boot menu but can still get into Fedora and XP but no REd Hat.

Wehn I select REd Hat entry it says "file not found" and that "kernel has to be loaded first"...


I have tried various ways to boot RH
1st using menu entry from RH grub as it is and insert into Ubuntu's grub,
doesn't work
then modifying RH grub entry to make it look like how FEdora expects it in
Fedoras boot menu
and then moifying boot menu entry in Ubuntu for REd Hat to conform to Ubuntus style i.e Ubuntru requires UUID for root partition whic I obtained using blkid /dev/hdb7
but again it does't work.

My partitions on 2nd HDD is
1 primary NTFS and 1 extended contained 13 logical partitions
1 /(swap)
3 /boot
3 / (root)
3 /home
3 /usr

as I said I use same /swap for all 3 distros
and thier own boot, root, home. usr partitions


I provide the various grubs below

Code:
# grub.conf generated by anaconda in Red Hat 2.4.20-8
#
# 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 (hd1,4)
# kernel /vmlinuz-version ro root=/dev/hdb7
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd1,4)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd1,4)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.20-8.img
title Windows XP Professional
rootnoverify (hd0,0)
chainloader +1



Code:
# grub.conf generated by anaconda running on Fedora 14 
#
# 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 (hd1,13)
# kernel /vmlinuz-version ro root=/dev/sdb15
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=2
timeout=5
splashimage=(hd1,13)/grub/splash.xpm.gz
hiddenmenu
 
title Windows XP Professional
rootnoverify (hd0,0)
chainloader +1
 
title Red Hat Linux (2.4.20-8) RH entry added later.. Fedora didn't pick it ... doesn't work!!
root (hd1,4)
kernel /vmlinuz-2.4.20-8 ro root=/dev/hdb7 hdc=ide-scsi
initrd /initrd-2.4.20-8.img
 
title Ubuntu 10.04 LST Linux 
2.6.32-25-generic 
root (hd1,9)
kernel /vmlinuz-2.6.32-25-generic root=UUID=b2db35fc-1a27-4ba5-9919-82ec6bcd4e09 ro quiet splash
initrd /initrd.img-2.6.32-25-generic
 
title Fedora (2.6.35.6-48.fc14.i686)
root (hd1,13)
kernel /vmlinuz-2.6.35.6-48.fc14.i686 ro root=UUID=ab7f0357-c7fd-45d8-98e9-8f8bbf113ceb rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.35.6-48.fc14.i686.img
}



and finally Ubuntus Grub - only showing relevant menu items

Code:
#
# DO NOT EDIT THIS FILE - I did !! and XP, Fedora and Ubuntu still Boots OK
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
 
menuentry 'Ubuntu, with Linux 2.6.32-25-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,10)'
search --no-floppy --fs-uuid --set 913475a7-49a0-4dd2-b936-c8945ab7dffa
linux /vmlinuz-2.6.32-25-generic root=UUID=b2db35fc-1a27-4ba5-9919-82ec6bcd4e09 ro quiet splash
initrd /initrd.img-2.6.32-25-generic
}
 
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 74b0c590b0c5596e
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Fedora (2.6.35.6-48.fc14.i686) (on /dev/sdb15)" {
insmod ext2
set root='(hd1,14)'
search --no-floppy --fs-uuid --set 83bb8be2-2fdb-4c5e-8ad7-82b887199e19
linux /vmlinuz-2.6.35.6-48.fc14.i686 ro root=UUID=ab7f0357-c7fd-45d8-98e9-8f8bbf113ceb rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.35.6-48.fc14.i686.img
}
menuentry "Fedora (2.6.35.6-45.fc14.i686) (on /dev/sdb15)" {
insmod ext2
set root='(hd1,14)'
search --no-floppy --fs-uuid --set 83bb8be2-2fdb-4c5e-8ad7-82b887199e19
linux /vmlinuz-2.6.35.6-45.fc14.i686 ro root=UUID=ab7f0357-c7fd-45d8-98e9-8f8bbf113ceb rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.35.6-45.fc14.i686.img
}
menuentry "Red Hat 9.0 (on /dev/sdb15)" {
insmod ext2
set root='(hd1,14)'
search --no-floppy --fs-uuid --set 83bb8be2-2fdb-4c5e-8ad7-82b887199e19
linux /vmlinuz-2.6.35.6-48.fc14.i686 ro root=UUID=ab7f0357-c7fd-45d8-98e9-8f8bbf113ceb rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.35.6-48.fc14.i686.img
}


any help will be much appreciated.......

Last edited by pludi; 11-25-2010 at 08:38 AM.. Reason: code tags, please...
# 7  
Old 11-25-2010
I think while installing ubuntu you, somewhere, chose to upgrade grub and it wrote on your machines MBR directly through the installer.

Please post the output of the command df -m ; you may run this command from any of the systems (may be even ubuntu) and let me know which disk volume (shown in the command output) refers to the RedHat.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Fedora 17 - No video after boot

Hi, I'm new to the Linux world and I'm having issues. Screen goes blank after Fedora boots up. I can see the POST and Fedora Grub screen but afterwards, goes blank. I believe I installed something but I cant remember what....its been a couple days. (0 Replies)
Discussion started by: gps1976
0 Replies

2. Red Hat

Unable to boot after updating to kernel-3.1.4-1 in fedora 16

hi guys, I was using kernel-3.1.2-1 in fedora 16. then updated to kernel-3.1.4-1. after reboot now grub shows command prompt instead of boot menu. i tried to load manually with: set root=(hd0,msdos3) linux /vmlinuz-3.1.4-1.fc16.x86_64 initrd /initramfs-3.1.4-1.fc16.x86_64.imgbut in the middle... (0 Replies)
Discussion started by: majid.merkava
0 Replies

3. Red Hat

Kernel can not boot after upgrade on Fedora OS 15.

Hello, everyone. I am using Fedora 15, and want to upgrade to version 16. I follow the official link Upgrading Fedora using yum - FedoraProject to upgrade my OS by the following command: yum update kernel* --releasever=16 yum groupupdate Base --releasever=16 reboot After reboot, OS... (2 Replies)
Discussion started by: 915086731
2 Replies

4. Red Hat

fedora grub help, moving to tri boot (XP, ubuntu, fedora soemething)

I will shortly be adding a fedora flavor to my devel box. I currently have XP (installed first on an ssd), ubuntu 10.04 (installed second on the first partition of a platter drive), and I want to add either Cent or SL on the second partition of the platter drive. I will probably also want to... (0 Replies)
Discussion started by: LMHmedchem
0 Replies

5. Red Hat

boot floppy for fedora 13

Is there a way to create a boot floppy for a fedora 13 system? Rescue disk image from the official boot.iso is too big. (1 Reply)
Discussion started by: druidmatrix
1 Replies

6. Linux

How to boot Fedora 8 from USB

Hi, friends, can anyone suggest me how to boot fedora 8 from USB flash drive? thanks. :confused: (3 Replies)
Discussion started by: MULTIVERSE
3 Replies

7. UNIX for Advanced & Expert Users

Lesson Learned: Dual boot XP and Fedora 9

This post captures my recent experience in getting my Dell XPS Gen 3 to support dual boot of Windows XP (Professional) and the Fedora 9 Linux distribution. I searched quite a bit on the internet and found, of course, a variety of opinions regarding how to setup this type (dual boot) of... (1 Reply)
Discussion started by: rlandon@usa.net
1 Replies

8. Linux

Dual Boot Win XP And Fedora with Fedora Installed First

Hi everyone, I hope this question goes here. Anyways, I have a unique situation where my friend's comp has Fedora installed and wants to add Win XP as a dual boot without formatting the drive. Is it possible to create a partition on the current hard drive and then install win xp? I couldn't find... (4 Replies)
Discussion started by: eltinator
4 Replies

9. UNIX for Dummies Questions & Answers

Fedora Core 3 boot diskette

I want to upgrade from Red Hat Linux 8.0 to Fedora Core 3. I have already downloaded FC3 on CD's. My current config. on my PC is that I have Win XP on primary hard drive and Red Hat 8.0 on another hard drive. Because my Compaq Presario reserves the first cylinder of my primary hard drive, I... (1 Reply)
Discussion started by: Mark McWilliams
1 Replies
Login or Register to Ask a Question