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

Notices


Reply
  Search this Thread
Old 05-31-2007, 12:07 PM   #1
Korben_Dallas
LQ Newbie
 
Registered: May 2007
Posts: 6

Rep: Reputation: 0
Can't install Red Hat 4 on DELL Optiplex 745


Hi guys,

I tried to install Red Hat EL WS 4 Update 4 on a DELL Optiplex 745 but when I select:

"What type of media contains the packages to be installed"

I select Local CDROM and I get:

"Unable to find any devices of the type needed for this installation type. Would you like to manually select your driver or use a driver disk?"

This a very recent machine and I suspect the problem is the lack of drivers for the Intel Q965 chipset.

Where can I find these? The Intel website redirects me to another website and it says I have to compile the drivers... where am I suppose to do that if I can install? Can I compile the drivers on RH5 or other distro, burn on a CD and use to install RH4?

I installed Red Hat Desktop 5 with no problems...

THANKS

PS: I think Fedora Core 6 installs fine but it never actually starts. Something about "kernel panic".
 
Old 05-31-2007, 12:16 PM   #2
DragonM15
Member
 
Registered: Sep 2003
Location: USA
Distribution: Slackware (Multiple Versions)
Posts: 455

Rep: Reputation: 31
I had this problem with a Mandrake install about 3 years ago. My problem I don't believe was a drivers problem, because I tried that install disk on multiple computers to see if it was the computer or disk. My problem ended up being the install disk. I tried the install disk on over 10 different computers, laptops included. I thought the install disk was corrupt so I downloaded and burned it again. But to no avail. If you find a way to fix this error let me know. I have installed multiple linux operating systems with absolutely no problems on multiple machines. This problem had stumped me in the past and you just reminded me of it. Thanks

You might check if your device controller is supported with the default kernel. What does 'lspci' give you? Assuming you can boot into some form of linux on that pc?

DragonM15
 
Old 05-31-2007, 12:20 PM   #3
DragonM15
Member
 
Registered: Sep 2003
Location: USA
Distribution: Slackware (Multiple Versions)
Posts: 455

Rep: Reputation: 31
MAybe this site will help. It is Redhat Enterprise 5 Beta 2 on your PC.

http://www.ski-epic.com/2007_small_b...iplex_745.html

Hope this helps,
DragonM15
 
Old 05-31-2007, 12:35 PM   #4
hollywoodb
Member
 
Registered: Aug 2003
Location: Minnesota, U.S.A.
Distribution: Debian, openSUSE
Posts: 400

Rep: Reputation: 30
Optiplex 745s have an SATA CD/DVD drive if I'm not mistaken, perhaps RHEL4 doesn't like that (it is getting a bit old).
 
Old 05-31-2007, 12:37 PM   #5
DragonM15
Member
 
Registered: Sep 2003
Location: USA
Distribution: Slackware (Multiple Versions)
Posts: 455

Rep: Reputation: 31
What I found when I was looking around is that it has the ICH6 Family Controller which has been known to cause problems in linux... However I am waiting for an 'lspci' to be certain.

DragonM15
 
Old 05-31-2007, 12:42 PM   #6
Korben_Dallas
LQ Newbie
 
Registered: May 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks for your replies. I can install Fedora 6 but I can never start it (kernel panic and then something else).

However Fedora Core 6 loads the ata_piix driver so I think this is what enables it to recognize the CD drive and HDD.

Where can I download this driver?

I found these using filemirrors.com:

http://ftp1.us.dell.com/sata/ata_pii...iarch-1.tar.gz
ftp://ftp.us.dell.com/SATA/ata_piix-0.93c-1c.tar.gz

How can I load them on install? The PC has no floppy drive... can I use a USB stick?

Thanks

Last edited by Korben_Dallas; 05-31-2007 at 12:44 PM.
 
Old 05-31-2007, 01:39 PM   #7
hollywoodb
Member
 
Registered: Aug 2003
Location: Minnesota, U.S.A.
Distribution: Debian, openSUSE
Posts: 400

Rep: Reputation: 30
Do you have another PC? You could do an NFS or FTP install that way if you really need RHEL4. Once the CD boots you don't need to access it again to do an NFS or FTP install. This is how I do installs on stubborn systems like yours.

That, or go with RHEL5 (or CentOS 5).
 
Old 06-01-2007, 05:04 AM   #8
Korben_Dallas
LQ Newbie
 
Registered: May 2007
Posts: 6

Original Poster
Rep: Reputation: 0
I saw this suggested on another thread:

linux all-generic-ide noprobe noapic

I tried it and I get a loop of "Disabling IRQ #9" and eventually it stops but the keyboard doesn't respond so I can't do anything.

I removed noapic and I got a loop of "Disabling IRQ #209"

I removed noprobe and also got IRQ #209 loop.

I think this string helps as I can see the DVD drive being recognized but then I can't go ahead with the installation
 
Old 06-01-2007, 12:19 PM   #9
DragonM15
Member
 
Registered: Sep 2003
Location: USA
Distribution: Slackware (Multiple Versions)
Posts: 455

Rep: Reputation: 31
Quote:
Originally Posted by Korben_Dallas
I saw this suggested on another thread:

linux all-generic-ide noprobe noapic

I tried it and I get a loop of "Disabling IRQ #9" and eventually it stops but the keyboard doesn't respond so I can't do anything.

I removed noapic and I got a loop of "Disabling IRQ #209"

I removed noprobe and also got IRQ #209 loop.

I think this string helps as I can see the DVD drive being recognized but then I can't go ahead with the installation
I also use the ata_piix for my hardware. However I must state in my lilo.conf file to tell it not to probe the ide0 and ide1 interfaces (my hard drive and dvd drive) Otherwise I get a kernel panic saying it cant read the root device.
I dont know if this will help you, but the command I put in my lilo.conf is:
Code:
append="ide0=0"
append="ide1=0"
This forces the ata_piix module to be used rather than the generic ide interface. This also allows me to have dma support rather than... well not

Hope this helps a little bit.

DragonM!5
 
Old 06-04-2007, 04:45 AM   #10
Korben_Dallas
LQ Newbie
 
Registered: May 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Thumbs up

I use GRUB and I have several distros + windows installed so I can't use your tip.

EDIT: I changed SATA mode to Legacy in the BIOS settings and it seems to be working now!

Last edited by Korben_Dallas; 06-04-2007 at 05:13 AM.
 
Old 06-19-2007, 09:56 AM   #11
Korben_Dallas
LQ Newbie
 
Registered: May 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Red Hat installed... but it doesn't run

I get an error booting:

Quote:
VFS: Cannot open root device "sda11" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Fedora Core 6 just reboots and Caixa Magica 11 (a Portuguese distro based on Red Hat I think) gives me the same error as RH.

Any ideas?
 
Old 06-25-2007, 05:15 AM   #12
Korben_Dallas
LQ Newbie
 
Registered: May 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Any ideas?
 
Old 02-06-2008, 01:26 PM   #13
cconstantine
Member
 
Registered: Dec 2005
Distribution: RedHat, Ubuntu
Posts: 101

Rep: Reputation: 15
dell optiplex 755 / redhat enterprise linux 4

I realize this is an *old* thread, but for posterity sake:

My RHEL4v3 install was asking for a device driver. I went into the system setup (F2 after power on) and flipped the SATA operation to "legacy" mode. Install worked flawlessly after that.

-c
 
Old 02-14-2008, 11:55 AM   #14
Mark Q
LQ Newbie
 
Registered: Feb 2008
Posts: 2

Rep: Reputation: 0
Unable to find any devices of the type needed .....

Yeah, I followed this advice [change the SATA operation to "legacy" mode in system setup] for a new Dell Optiplex 755, and it worked! Its installing now ...
 
Old 08-28-2008, 02:23 PM   #15
diko
LQ Newbie
 
Registered: Aug 2008
Posts: 2

Rep: Reputation: 0
Smile

Quote:
Originally Posted by Mark Q View Post
Yeah, I followed this advice [change the SATA operation to "legacy" mode in system setup] for a new Dell Optiplex 755, and it worked! Its installing now ...
Thanks to all for this tip. I am new to linux and this was my first stumbling block. Thanks to the posters, I got over it quickly.

Thanks!

Diko
 
  


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
Mandrake Official 10.1 could not install on DELL OPTIPLEX 320 PhillipHuang Mandriva 4 04-25-2007 03:33 AM
how to install Red Hat 8 in a Dell computer with a SCSI hard drive elmerglue Red Hat 2 03-16-2006 03:22 PM
Can't install Red Hat 3.0 on Dell 1850 with Perc/Megaraid mcnallyt Linux - Newbie 1 01-18-2006 03:24 PM
Red Hat 9.0 Dell Optiplex GX1 Dual CDROM Sec IDE mas & slv - hdc not responding cgtueno Linux - Hardware 6 11-12-2004 01:20 AM
install problems on dell optiplex with Fedora2 kiteguy101 Linux - Newbie 1 10-20-2004 05:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

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