LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-05-2006, 03:05 AM   #1
vicky_me
Member
 
Registered: Aug 2006
Posts: 39

Rep: Reputation: 15
SATA HDD wont detect on RHEL 4


My sata drive wont detect on rhel4 i have to disable sata and set it as an IDE through the BIOS and then its detected. What do i do? I am trying to install rhel 4 on my SATA, i read that linux is not too sats friendly is that true?
 
Old 09-05-2006, 03:11 AM   #2
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
Same as your thread with the Internet thing.(IRQ....) More details are needed.
So you can insert a valid driver during the install using linux dd
Dell for e.g. offers a SATA Driver for Redhat Enterprise Linux.
Depends on the Chipset.
 
Old 09-05-2006, 03:32 AM   #3
rhce1arun
LQ Newbie
 
Registered: Sep 2006
Posts: 13

Rep: Reputation: 0
put the first bootable cd and at the boot prompt type the following command


linux all-generic-ide noapic nolapic

hope this will work
 
Old 09-05-2006, 04:03 AM   #4
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
If you change your SATA Operation mode or called similar within your BIOS to ATA then you don't have do mention about sata drivers. But if you want to use sata then
you have to insert a driver module disk during the setup.
Here is a Link for ICH7R Chipset
It's from Dell maybe it works with your system as well cause I suppose thats only corresponding to the Chipset (if you're using ICH7R... )
how to:
Code:
Extract the archive
1. Log in as the root user
2. At a command prompt, type "tar xzvf ahci-1.00b-rhel4-multiarch-2.tar.gz to extract the files from the compressed archive
3. At a command prompt, type "cd ahci-1.00b-rhel4-multiarch-2"

Installing RHEL 4 Gold with a driver disk
1. Create the driver disk:
Floppy: dd if=ahci-1.00b-rhel4-G-multiarch-dd.img of=/dev/fd0
-- or --
ISO: burn the ISO image to a CD-R or CD-RW disk using any CD-burning app
2. Boot to the RHEL 4 Gold CD 1. At the "boot:" prompt, type: linux dd
3. Insert the driver floppy or CD when prompted, and continue with the install

RPM Installation
1. Download the latest dkms RPM from support.dell.com, or install the one from the archive by typing "rpm -Uvh dkms-2.0.5-1.noarch.rpm". If you receive a message that a newer dkms is installed on your system already, proceed to the next step
2. At a command prompt, type "rpm -Uvh ahci-1.00b-1dkms.noarch.rpm" to install the device driver.
forget about the dkms - you wont need that ;-)
 
Old 09-05-2006, 05:59 AM   #5
jdaniels73
LQ Newbie
 
Registered: Jul 2006
Posts: 16

Rep: Reputation: 0
Quote:
Originally Posted by vicky_me
My sata drive wont detect on rhel4 i have to disable sata and set it as an IDE through the BIOS and then its detected. What do i do? I am trying to install rhel 4 on my SATA, i read that linux is not too sats friendly is that true?
I had the same problem, with the same, and other, SATA BIOS settings, and found that using RedHat ES4 Update 3 was the solution. Which exact version of RedHat are you using? Also, what motherboard / processor do you have? I used an ASUS RS120 and it, combined with RedHat, created many compatibility issues that only RHES4 U3 overcame

Cheers,
Jon
 
Old 09-05-2006, 09:19 AM   #6
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 568

Rep: Reputation: 40
Will bluntly state that you will need the 2.6 kernel to get SATA drives to work.
 
Old 09-06-2006, 01:14 AM   #7
vicky_me
Member
 
Registered: Aug 2006
Posts: 39

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by DBabo
Will bluntly state that you will need the 2.6 kernel to get SATA drives to work.
Where do i get those?
 
Old 09-06-2006, 05:20 AM   #8
vicky_me
Member
 
Registered: Aug 2006
Posts: 39

Original Poster
Rep: Reputation: 15
well my motherboard is some generic brand but everest detects it as a P4M800-8237R-6A7L6PRAC-00 board
 
Old 09-06-2006, 07:45 AM   #9
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 568

Rep: Reputation: 40
not sure i understood what it detects..
you can get the kernel from kernel.org.
read how to compile first.
Btw, you should have subscription to RHn - they have rpms for the kernels.

update: Sorry , was rushing out of the door - didn't read carefully your post. It's not so much about motherboard, but as guys said - if you can change settings in the Bios - that would be a solution too. At least temporary. Until you get the latest and greatest kernel.
but you should have a subscription to the rhn - so get it from there. Get devel rpm check all your devices and go on recompiling and compiling
I've recently moved from 2.4 ( rhel 3 ) to rh4 ( 2.6 ) - damn USB was making me crazy.
Have fun.

Last edited by DBabo; 09-06-2006 at 10:57 PM.
 
Old 10-03-2006, 08:06 AM   #10
manojmane4
LQ Newbie
 
Registered: Oct 2006
Posts: 1

Rep: Reputation: 0
booting time problem

Quote:
Originally Posted by rhce1arun
put the first bootable cd and at the boot prompt type the following command


linux all-generic-ide noapic nolapic

hope this will work

Hi,

have problem during booting time ,
it shows problem that kernel panic,
also it not mount / .

as i have seagate sata harddisc using above option i install
rhe4 but not able to boot as it gives grub loader but mount / problem.

Last edited by manojmane4; 10-03-2006 at 08:10 AM.
 
Old 10-26-2006, 10:48 AM   #11
ztdep
Member
 
Registered: Jul 2005
Posts: 219

Rep: Reputation: 31
how can i know which kind of controlled that i used.
 
Old 10-26-2006, 11:07 AM   #12
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
Ever thought of using the successor of Red Hat -------> Fedora?
 
Old 10-27-2006, 01:40 AM   #13
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
@ztdep how about an
Code:
lspci -v
 
Old 12-08-2006, 09:01 PM   #14
tomsubic
LQ Newbie
 
Registered: Dec 2006
Posts: 1

Rep: Reputation: 0
MOBO Disk

Does anyone have the driver disk for this motherboard p4m800-823/7r-6a7l6prac-00? I sure could use a copy. Ty in advance.
 
Old 12-09-2006, 05:36 AM   #15
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
Normally the vendor who supplies the motherboard provides the downloadable drivers at his Web site. It is pretty standard in the industry.
 
  


Reply

Tags
chipset, coming, dd, dell, detected, enterprise, error, found, harddisk, hdd, installing, label, linux, redhat, rhel4, sata



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
ASUS P3B-F with Sil3114(pci sata raid card) wont boot with connected hdd spq Linux - Hardware 4 10-12-2010 01:56 PM
need help to install RHEL on Sata Hdd vishal_titre Linux - Laptop and Netbook 7 02-11-2007 03:16 PM
Installing ATA/IDE HDD on SATA HDD System Drahcir Linux - Hardware 10 05-31-2006 02:32 AM
Dual HDD Interface Problem, Linux on SATA, NTFS Part on IDE HDD LILO Not Loading Blade44 Linux - Hardware 2 02-01-2005 06:56 PM
Can't Detect SATA HDD (FC3) Nooktsuma Linux - Newbie 3 12-04-2004 04:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:16 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