Unable to boot Fedora 10

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Unable to boot Fedora 10
# 8  
Old 11-25-2010
Praveen,
Have attached few diagnostic files below
that show which partitions I have and whats installed where,
including the grub files for Red Hat, Ubuntu and Fedora.

I ran the script from Ubuntu
vinorda@vinsUbuntu:~/Downloads$ sudo bash ./boot_info_script055.sh
results contained in RESULTS.txt file also attached.
I have edited the results bit to make things more clearer.
NB You can't see menu entry for RH in Ubuntu cause after I updated grub
in Ubuntu, it lost RH entry.


I also ran "update-grub" from Ubuntu -
It finds Red Hat 9 and Fedora but doesn't create boot menu entries for Red Hat - why?

vinorda@vinsUbuntu:~/Desktop$ update-grub
/usr/sbin/grub-mkconfig: You must run this as root
vinorda@vinsUbuntu:~/Desktop$ sudo update-grub
[sudo] password for vinorda:
Generating grub.cfg ...
Found background image: moreblue-orbit-grub.png
Found linux image: /boot/vmlinuz-2.6.32-25-generic
Found initrd image: /boot/initrd.img-2.6.32-25-generic
Found linux image: /boot/vmlinuz-2.6.32-22-generic
Found initrd image: /boot/initrd.img-2.6.32-22-generic
Found memtest86+ image: /memtest86+.bin
Found Microsoft Windows XP Professional on /dev/sda1
Found Fedora release 14 (Laughlin) on /dev/sdb15
Found Red Hat Linux release 9 (Shrike) on /dev/sdb7
done
vinorda@vinsUbuntu:~/Desktop$


Also attached image of my partitions - captured from Partition magic. Actually I used XP Computer Management to create all partitions.

Have since updated Ubuntu grub menu entry for RH to correct /boot and / location.

menuentry "Red Hat Linux (2.4.20-8) (on /dev/sdb5)" {
insmod ext2
set root='(hd1,4)'
linux /vmlinuz-2.4.20-8 ro root=/dev/hdb7 hdc=ide-scsi
initrd /initrd-2.4.20-8.img
}
using exact same format as in RH grub.conf
still doesn't boot RH - grub says file not found.

I think problem is that Ubuntu and Fedora use grub2 where as RH uses old grub1.
I have to find way to updated RH grub to grub2 but not sure if I can do that if I can't boot into RH. I am able to mount RH partitions from Fedora and change RH /boot files - maybe thats one way I can upgrade RH grub from grub1 to grub2.
But not sure if that would help.

regards
# 9  
Old 11-28-2010
Hi Vinorda,
I could see that your RedHat /boot is available under /dev/sdb5 (hoping its data has not been overwritten); Please try to mount the same as below:
Code:
mkdir /mnt/redhat;
mount -t ext3 /dev/sdb5 /mnt/redhat

You may use either Ubuntu or your Fedora-1 (preferably) to execute the above command.

Now copy that /mnt/redhat/grub/grub.conf and save the same somewhere as rehat9_grub.conf.

You now need to copy the same file from your fedora-10 (i.e. /boot/grub/grub.conf) and save that too somethis as fedora_grub.conf.

Now could you please post back here with there two files again?
# 10  
Old 11-28-2010
The grub.conf for
RH, Ubuntu and Fedora are contained in the RESULTS.TXT file I sent earlier... about half way down..

BTW I used RH 9 installation CD to update boot loader on the mbr
(which in may case is on 1st HDD)...
now I can boot into Red Hat and my XP as before BUT can't boot into
Ubuntu and Fedora cause Red Hat menu doesn't contain these.

You see I had problems with Ubuntu and Fedora not being able to boot RH 9,
even after I edited Ubuntu and Fedora grub to create RH boot commands etc.
Now hopefully I can edit RH grub.conf to boot Buntu and Fedora.

But Buntu and Fedora use grub2. RH 9 uses grub0.97 (legacy).
So will take my chances.....
# 11  
Old 12-01-2010
You shouldn't have run the RH9 installer. Rather I was planing to add RH-9 through fedora installation only. That's why I wanted the exact entries of RH-9 as per your system and that we could have got through mounting that volume only.

Atleast GRUB2 is anyways backward compatible with GRUB0.97; hence the approach I usually do (and was planning in your case) would have worked.
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