LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation
User Name
Password
Fedora - Installation This forum is for the discussion of installation issues with Fedora.

Notices


Reply
  Search this Thread
Old 07-06-2007, 11:32 PM   #1
Masterwinks
LQ Newbie
 
Registered: Jul 2007
Distribution: Ubuntu
Posts: 6

Rep: Reputation: 0
Question Fedora 7 installation not found


OK, I have installed Fedora 7 about 5 times so far and each time it fails to boot after a "successful" install.
I have (now) 3 hard drives as follows:
IDE Seagate 120 GB [90 GB: NTFS (Windows XP OS) 30 GB: Fedora 7 (in theory)]
IDE Maxtor 40 GB [Fully dedicated to spare storage; NTFS]
(new today) SATA Seagate 320 GB [Fully dedicated to spare storage; NTFS]

Quote:
Reading all physical volumes. This may take a while...
No volume groups found
Volume group "VolGroup00" not found
Unable to access resume device (/dev/VolGoupr00/LogVol01)
mount: could not find filesystem '/dev/root'
setuproot: moving /dev failed: No such file or directory
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
switchroot: mount failed: No such file or directory
Kernel panic - not syncing: Attempted to kill init!
is the error I receive when I attempt to boot Fedora 7
However, when I try to use the rescue mode (I found instructions on how to rebuild the initrd) on the DVD, Anaconda complains that there is no Fedora Installation.

I am considering moving the data I have on the Maxtor IDE to the Seagate SATA and trying an install on that one after repartitioning the Primary hard drive to be only NTFS, but I don't want to go through all that if I can help it.
 
Old 07-07-2007, 09:20 PM   #2
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
The last time I used anaconda was with RH8. But I am guessing that after rescue mode saying it can't find the Fedora installation that it dumps you into a command prompt. If so, take a look at what partitions it sees by typing

Code:
fdisk -l
I would think your Fedora partition should be /dev/hda2 or /dev/hda5 (possibly /dev/sda2 or /dev/sda5 since sometime IDEs appear to be getting emulated as SCSI these days). If fdisk shows the partition, try manually mounting it and taking a look around:

Code:
mkdir /mnt/hda5
mount /dev/hda5 /mnt/hda5
ls /mnt/hda5
and any other ls command for you to convince yourself what is there.
 
Old 07-08-2007, 09:28 PM   #3
Masterwinks
LQ Newbie
 
Registered: Jul 2007
Distribution: Ubuntu
Posts: 6

Original Poster
Rep: Reputation: 0
fdisk found all my hard drives and it turns out that the SATA turned up as sda pushing my IDEs up to sdb and sdc
I tried to mount sdb3 (the LVM with Fedora) and the result was:
Quote:
mount: Mounting /dev/sdb3 on /mnt/sysimage/ failed: No such device or address
I decided I am going to try to install it onto my 40GB hard drive and give the 25GB back to Windows. But that will have to wait until I get back from vacation in a week.
 
Old 07-08-2007, 11:38 PM   #4
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
I wonder if the mounting error has something to do with it being a LVM. Sadly, I know nothing about those yet.

Good luck!
 
Old 07-15-2007, 07:09 PM   #5
Masterwinks
LQ Newbie
 
Registered: Jul 2007
Distribution: Ubuntu
Posts: 6

Original Poster
Rep: Reputation: 0
I've tried both LVM and ext3. Neither have worked and it is beginning to get frustrating, but I have other things to entertain me for the time being.
I will eventually do an install on a dedicated HD (40GB Maxtor) but not until I catch up with my other stuff since I was on vacation all week.
 
Old 07-17-2007, 08:14 PM   #6
mowestusa
Member
 
Registered: May 2005
Distribution: Bodhi
Posts: 44
Blog Entries: 11

Rep: Reputation: 23
I just want you to know that you are not alone. I have had the same issue. I have a thread started on Fedora forums, but still no solution yet. When I boot after a "successful" install I get dropped to a "grub command prompt" and that is the end. Fedora 7 is the onlyd thing on this drive and grub is installed to the MBR.

I thought it was because of LVM (which is the Fedora 7 default), but the fix in the bug report did not work. So I deleted the default partition scheme and did my own, with just dev/sda1 as "/" and dev/sda2 as "swap". Fdisk -l is seeing my IDE drive as a SCSI so the sda is right. However, after installing 4 times and the same result every time being dropped to a grub prompt, I'm going to just install another distro. I have never had this issue before, but this is the first time I have tried Fedora.

I have installed Debian, Ubuntu, Mepis, NetBSD, and Slackware without issue, but this one has me stumped. Some of the fixes that I found seemed to make sense, but did not work for me at all.

If I get an answer, I will post it here to this thread as well, in the hopes that it helps you.

Very frustrating for a distro that is supposed to be so easy to install and use. But nothing is perfect. Hopefully the Fedora community can help you and I sort it out.

mowestusa
 
Old 07-19-2007, 10:37 PM   #7
mowestusa
Member
 
Registered: May 2005
Distribution: Bodhi
Posts: 44
Blog Entries: 11

Rep: Reputation: 23
Well, here is my update, but I'm afraid it is of little help.

After failing with four Fedora installs, and each one dropping me at the "grub prompt", I decided to install Ubuntu and see what happened. Well, after a "sucessful" install I got the "grub prompt" on reboot. Well, I thought this was strange, so I decided that maybe this was a hardware issue.

It turns out that I only had two drives on the system. An IDE DVD-ROM drive and an IDE Hard Drive 60gigs. I had the DVD-ROM drive set to "master" and the Hard Drive set to "slave", with both on the same ribbon cable and using the "primary" channel on the motherboard. After trying lots of different combinations (this is a Frankenputer, which most of my machines that run linux are), I discovered what worked. I simply had to have the DVD-ROM set to "slave" and the Hard Drive set to "master" on the primary IDE channel, and the Fedora install worked this time like a charm.

I'm doubting that this is your issue, but maybe it is hardware related, and not a Fedora problem. I had tried lots of other options before this worked. If this doesn't help with your issue, at least you know one hardware configuration you never want to try on your own Frankenputer. Take care!
 
Old 07-19-2007, 11:47 PM   #8
Masterwinks
LQ Newbie
 
Registered: Jul 2007
Distribution: Ubuntu
Posts: 6

Original Poster
Rep: Reputation: 0
The way my system is set up, the HD are on their own IDE Channel and the Optical Disc Drives are on a different channel. It may be a problem of the HD being on the secondary channel (I thought I had it set up right when I built the thing but I must have made a mistake), but I am afraid that if I swap the connections Windows will freak out, as it is accustomed to.
I am wondering that this may be a problem with support for the mainboard I have (Nforce4 SLI) but it could be hardware related. Some time I will swap the IDE cables to test the theory.

EDIT: as a minor note, HD should not be slaves to optical discs drives (CD/DVD). Especially when the HD is the only one or the one which boots.

Last edited by Masterwinks; 07-19-2007 at 11:48 PM.
 
Old 07-20-2007, 07:16 AM   #9
mowestusa
Member
 
Registered: May 2005
Distribution: Bodhi
Posts: 44
Blog Entries: 11

Rep: Reputation: 23
Quote:
Originally Posted by Masterwinks
EDIT: as a minor note, HD should not be slaves to optical discs drives (CD/DVD). Especially when the HD is the only one or the one which boots.
Yes, I found that out the hard way, after 5 Linux installs. I didn't know that would matter, since my boot order is DVD, floppy, HD. That was the issue why my installs failed to work.

I'm still not sure why I couldn't get the HD recognized by the BIOS when I plugged the DVD into the secondary channel. As soon as I plugged the DVD into the secondary channel with its own ribbon cable the BIOS no longer found the HD. On the Fedora Forum one person suggested that it was because I had the HD set to "master" even though it was the only thing on the ribbon cable on the primary channel. I'm sure that I have other computers that have the hard drive set to "master" when it is by itself on the ribbon cable. Bob from Fedora Forum said that I needed to have the HD set to "single" or "cable select". I was thinking that maybe my two different ribbon cables that I tried with the HD are bad, or my motherboard which is old is messed up and fails to recognize the primary channel when something is on the secondary channel.

I have had a variety of issues with my Frankenputers that I have. I'm just happy that I found something that works so that Fedora boots after the install.
 
Old 08-08-2007, 01:00 PM   #10
Masterwinks
LQ Newbie
 
Registered: Jul 2007
Distribution: Ubuntu
Posts: 6

Original Poster
Rep: Reputation: 0
Before the kernel panics I get the following errors repeated a few times:
Quote:
ata1.01 cmd (Series of Hex codes) data 4096
ata1.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2
ata1.01: (BMDMA Stat 0x64)
there is also the occasional error:
Quote:
Buffer I/O error on device sdb, logical block 0
I found from a google search that I should try adding nodma to the kernel commands and I will try that as well as look into the BIOS for apic settings. In the next week I hope to figure this out so I can get to work with Cinelerra and delete some of these huge videos I need to burn onto DVDs.

EDIT: nodma did nothing.

Last edited by Masterwinks; 08-08-2007 at 01:11 PM.
 
Old 08-14-2007, 05:36 PM   #11
Masterwinks
LQ Newbie
 
Registered: Jul 2007
Distribution: Ubuntu
Posts: 6

Original Poster
Rep: Reputation: 0
It turns out that my Maxtor 40GB drive is dead and some how was messing with the Kernel and causing it to fail. I tried using Kubuntu for a bit but it chugged along and then eventually died. Once I removed the Maxtor and repartitioned the SATA, Fedora 7 installed correctly and runs great.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora Core 6 boot No medium found No volume groups found awadhut Linux - Hardware 1 02-22-2007 01:15 AM
boot record not found after fresh installation of fedora -- can't fix! punt Fedora - Installation 16 01-24-2006 07:26 AM
Installation Tree Not Found? kstahl Linux - Software 9 03-28-2004 10:53 AM
Installation CD's not found!! Madrinator Red Hat 4 09-26-2003 03:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation

All times are GMT -5. The time now is 12:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration