LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 08-17-2006, 02:49 AM   #16
bolognese
LQ Newbie
 
Registered: Aug 2006
Location: Kerkrade (NL)
Posts: 5

Rep: Reputation: 0

Hi there,

Here is even more strange stuff to think about.

I messed up my whole installation. Unfortunately I lost my Grub installation and did not know what to do anymore, even being unable to boot into windows. So I had to install the whole thing again, without Windows, so you will find me some more frequently on this forum

I tried to install a copy of Mandrake, because I had some positive experience with it a couple of years ago, the 8.1 version. But after installing, first boot...black screen with some lost coloured pixels...trouble with my nVidia "old" TNT2 (already a known bug). So back to Fedora again.

What happened this time:
I left the harddisk in the normal IDE controller, installed FC5 and everything went fine. Then I updated all the stuff that was avaiable, including the latstes kernel 2174. Guess what No boot. So I plugged the cable into the Raid controller and.......BINGO I was able to boot.

Hope that I gave you enough info to figure things out. Don't rely on me...I'm only glad if I can be of any help.

Last edited by bolognese; 08-17-2006 at 02:53 AM.
 
Old 08-17-2006, 04:13 AM   #17
crash1013
LQ Newbie
 
Registered: Aug 2006
Posts: 2

Rep: Reputation: 0
I have a similar problem with "Red Hat nash version 5.0.32 starting" on FC5.
My system hangs but only for a minute or two. The IDE LED on the front case never turns off after this happens (never). First I had a single IDE drive. I found that by disabling SATA drives completely solved the problem. Did not matter because I had none.
Then I installed a SATA drive and enabled them and the problem returned.
The problem only shows up after upgrading kernel, 2.6.15-1.2054_FC5 to 2.6.17-1.2157 ( in my case ) the newer kernel does the same thing.

At least I do eventually boot.

I have tried various bios settings without success, AHCI - Emulated PATA -On Board Sata boot rom enabled and disabled.

ASUS A8R-MVP, Athlon64 3800+, ULI Sata. No raid dirves installed

Last edited by crash1013; 08-17-2006 at 04:15 AM.
 
Old 08-18-2006, 09:42 PM   #18
Cartoonite
LQ Newbie
 
Registered: Aug 2006
Location: Toronto, ON
Distribution: Kubuntu
Posts: 8

Rep: Reputation: 0
As of a few days ago (maybe even just yesterday) there is a new version of the kernel available (2.6.17-1.2174_FC5) but I've found that this does not improve my situation at all. I experience the same issue with the latest kernel as I did after first upgrading to 2.6.17. I tried just leaving the system alone for a few minutes to see if it would eventually continue to boot, but after 4+ minutes of inactivity I decided it wasn't going anywhere and just rebooted into the original kernel again.

I've tried disabling the quiet option when booting into 2.6.15 to see if I can get a better idea of exactly what step is supposed to happen after the last message I see, but the screen gets flooded with SELinux messages and by the time they've slowed down the messages I need have been pushed way off-screen. I guess my next step will be to try temporarily disabling SELinux in an effort to remove those messages from the console so that the messages I'm looking for don't get pushed off the top.

Edit: I've been reading Red Hat's bugzilla and think I may have found a fix. I'll test it once I get home and post back with my results.

Last edited by Cartoonite; 08-18-2006 at 11:18 PM.
 
Old 08-19-2006, 03:17 AM   #19
bolognese
LQ Newbie
 
Registered: Aug 2006
Location: Kerkrade (NL)
Posts: 5

Rep: Reputation: 0
Quote:
If I'm understanding this, you were experiencing the same no-boot issue after the kernel upgrade, but now that the HDD is connected to one of the IDE controllers the new kernel boots fine, is that correct?
Even stranger: I destroyed my computer for some unknown reason, so I had to start a complete new install. I left my HD to the IDE (not raid) controller. When I upgraded the kernel, once again I wasn't able to get it booting. The solution (workaround?) was a move of the HD, this time from the IDE to the raid controller.
 
Old 08-19-2006, 04:39 AM   #20
Cartoonite
LQ Newbie
 
Registered: Aug 2006
Location: Toronto, ON
Distribution: Kubuntu
Posts: 8

Rep: Reputation: 0
So far, so good.

I'm now up and running with 2.6.17-1.2174_FC5. Here is the fix that I found in Bugzilla, just be aware that it does involve installing some non-release packages from the development repository:

Code:
yum -y --enablerepo development update mkinitrd
This will update mkinitrd to the latest development build (currently 5.1.8-1). It will also update a couple of lib packages as dependancies.

Once the updated packages are installed, you need to back up your current kernel image file and then create a new one with the newly installed mkinitrd.

Code:
mv /boot/initrd-2.6.17-1.2174_FC5.img /boot/initrd-2.6.17-1.2174_FC5.img.old
mkinitrd /boot/initrd-2.6.17-1.2174_FC5.img 2.6.17-1.2174_FC5
Be aware that these commands are specific to the kernel version that you have installed so if you are not using 2.6.17-1.2174_FC5 you will need to modify them slightly to reflect your kernel build.

After that, you should be good to go. Reboot the system and choose the 2.6.17 kernel from your bootloader.

Credit for this fix goes to Chris Adams who originally posted it and Andreas O. whose steps I modified slightly to get the code listed above. The only difference is that he temporarily enabled the development repository by editing the repo file in /etc/yum.repos.d as opposed to using a command line switch.
 
Old 08-20-2006, 02:07 AM   #21
robprentice
LQ Newbie
 
Registered: Jun 2006
Location: Boulder, Colorado
Distribution: fedora
Posts: 14

Rep: Reputation: 0
With regard to your comment about waiting a few minutes for the boot
to continue... you might try waiting longer. I thought my reboot
was hung after upgrading to the latest FC5 kernel. On a whim I just left
it for awhile, and came back after 10-15 minutes to a booted system.
Subsequent boots didn't take so long, so I don't know what might have been
happening when it seemingly hung.
 
Old 08-21-2006, 01:15 AM   #22
Cartoonite
LQ Newbie
 
Registered: Aug 2006
Location: Toronto, ON
Distribution: Kubuntu
Posts: 8

Rep: Reputation: 0
Thanks for the tip, Rob, although since my system is already running under the new kernel, it doesn't really apply to me.

Still, it is something for others who have not yet updated mkinitrd or who feel uncomfortable installing non-release packages on their systems.
 
Old 08-21-2006, 08:59 AM   #23
nhydra
Member
 
Registered: May 2006
Distribution: Fedora Core, FreeSpire, PC-BSD, NetBSD
Posts: 96

Rep: Reputation: 15
Quote:
Originally Posted by Cartoonite
Edit: Another thought - has anyone tried upgrading the kernel on a system running 3 or more drives where there is a RAID array present but the system boots off of an IDE drive? Additionally, for bolognese and corefile (if applicable), what type or RAID array are/were you using, RAID1 (mirror) or RAID0 (stripe)?
This is my case.
I use FC 5 on 3 IDE drives. 2 drives make a RAID 0 array (strip) and the /boot partition is on one of this drives.
The 3rd drive is used as a storage.
The controller is external RAID 0/1 controller with mark SUNIX with Silicon Image chipset.

FC 5 works just fine. I updated the kernel and now have 2.6.17 with nvidia GeForce 2 MX 400 video card. My RAID array is not made by the controller. It is a MD raid array on 2 of the partitions of this drives.

I say again, FC 5 works fine. Just wanted to say my successful case.
 
Old 08-22-2006, 03:29 PM   #24
crash1013
LQ Newbie
 
Registered: Aug 2006
Posts: 2

Rep: Reputation: 0
Ok, I found out exactly where my 2 minute boot delay was happening. I booted with quiet mode off and I found the answer. I have 4 - sata ports with a 36GB WD Raptor connected to sata1. When the kernel starts probing the sata ports it probes all four, only 1 responds the other 3 take forever to timeout, see the qc timeout message below.

ata1: SATA max UDMA/133 cmd 0xFFFFC20000004900 ctl 0x0 bmdma 0x0 irq 193
ata2: SATA max UDMA/133 cmd 0xFFFFC20000004980 ctl 0x0 bmdma 0x0 irq 193
ata3: SATA max UDMA/133 cmd 0xFFFFC20000004A00 ctl 0x0 bmdma 0x0 irq 193
ata4: SATA max UDMA/133 cmd 0xFFFFC20000004A80 ctl 0x0 bmdma 0x0 irq 193
ata1: SATA link up 1.5 Gbps (SStatus 113)
ata1: dev 0 cfg 49:2f00 82:346b 83:7f21 84:4003 85:3469 86:3c01 87:4003 88:007f
ata1: dev 0 ATA-6, max UDMA/133, 72303840 sectors: LBA48
ata1(0): applying bridge limits
ata1: dev 0 configured for UDMA/100
scsi0 : ahci
ata2: SATA link down (SStatus 0)
ata2: qc timeout (cmd 0xec)
ata2: dev 0 failed to IDENTIFY (I/O error)
scsi1 : ahci
ata3: SATA link down (SStatus 0)
ata3: qc timeout (cmd 0xec)
ata3: dev 0 failed to IDENTIFY (I/O error)
scsi2 : ahci
ata4: SATA link down (SStatus 0)
ata4: qc timeout (cmd 0xec)
ata4: dev 0 failed to IDENTIFY (I/O error)
scsi3 : ahci
Vendor: ATA Model: WDC WD360GD-00FN Rev: 35.0
Type: Direct-Access ANSI SCSI revision: 05

I don't understand why it calls sata1 scsi3

Hope this helps
 
Old 10-21-2006, 09:08 AM   #25
x98bak
LQ Newbie
 
Registered: Oct 2006
Distribution: FC5
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by robprentice
With regard to your comment about waiting a few minutes for the boot
to continue... you might try waiting longer. I thought my reboot
was hung after upgrading to the latest FC5 kernel. On a whim I just left
it for awhile, and came back after 10-15 minutes to a booted system.
Subsequent boots didn't take so long, so I don't know what might have been
happening when it seemingly hung.
I finished my upgrade of FC5 yesterday. It installed without a hitch. Upon boot it froze at Start Service Local. I rebooted several times and can not get passed this. I eventually entered interactive mode and said No to every service. Right after that it freezes. Probably video related. I left it in that frozen state all night... still hung. I can not switch to other TTY1-6 either. Interestingly enough... sshd service starts, so I am able to ssh into my box from my windows PC and do everything from ls - yum update. I tried to look for a process that i could kill, but really don't know what i am doing.

Any help would be greatly appreciated. I have mythtv, and the mythbackend is running, and i really would like to get back in business!!!
 
  


Reply

Tags
fedora, kernel, raid



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
MySql Startup Under FC5 Linux31 Fedora 2 04-20-2006 05:14 PM
System hangs during FC5 install sidebuster Linux - Newbie 3 03-27-2006 02:13 PM
Anyone who has ever done a successful USB install... Ren Linux - Laptop and Netbook 3 01-04-2004 01:56 PM
First successful install of program not on install CDs. xode LinuxQuestions.org Member Success Stories 1 11-23-2003 04:30 PM
Thank You! Slackware 8.0 install successful! jpweston Linux - Software 3 03-23-2002 10:00 PM

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

All times are GMT -5. The time now is 04:10 PM.

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