LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-28-2002, 08:43 PM   #1
moger
Member
 
Registered: Sep 2002
Distribution: Fedora Core 3
Posts: 247

Rep: Reputation: 30
Strange Red Hat 8 setup problem


Im trying a fresh install of RH 8.0 and it detects my DVD-ROM drive just fine when it first starts out probing the hardware ( I see it detects it on /dev/hdc.) When it gets to the Installation Method screen and I select "Local CDROM", it gives me an error that "The Red Hat Linux CD was not found in any of your CDROM drives. Please insert the Red Hat Linux CD and press OK to retry." And during that I cannot eject the CD from the DVD-ROM. Even though it detects it fine, I have tried passing parameters during setup (linux hdc=cdrom , or however it goes and some other parameters the install guide recommends). I even swapped DVD-ROMs from another system and the same thing happens, so it's not the DVD-ROM. Maybe the ISO image was bad. As I'm writing this I'm re-downloading the ISO for CD1. I HOPE this will fix it. Thoughts?
 
Old 12-28-2002, 09:16 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
there is a media check feature on the first cd to test them
 
Old 12-28-2002, 09:27 PM   #3
moger
Member
 
Registered: Sep 2002
Distribution: Fedora Core 3
Posts: 247

Original Poster
Rep: Reputation: 30
You mean "linux mediacheck"?

That does the exact same thing as typing [enter] at the setup prompt......It still stops at "The Red Hat CD was not found....." It doesn't get past that.
 
Old 12-28-2002, 09:36 PM   #4
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
oh, ok

Have you got another computer you can check them on
 
Old 12-28-2002, 09:40 PM   #5
moger
Member
 
Registered: Sep 2002
Distribution: Fedora Core 3
Posts: 247

Original Poster
Rep: Reputation: 30
Just a Windows 2000 machine. Anyway I can check the CD on that?
 
Old 12-28-2002, 09:55 PM   #6
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
If the cd's are showing good with media check, you could try making the driver disk for block devices
If you still can't get it then you could make the 2000 box an http or ftp server and do the net install using the netboot floppy


look in the images folder on the first cd. There is the drvblock.img and the bootnet.img


Last edited by DavidPhillips; 12-28-2002 at 09:58 PM.
 
Old 12-29-2002, 12:12 AM   #7
gokulagiridaran
Member
 
Registered: Dec 2002
Posts: 36

Rep: Reputation: 15
You check the volume label first and there is a media check feature in the cd..then later on check for the erros..
 
Old 02-16-2003, 09:22 AM   #8
ghent03
LQ Newbie
 
Registered: Feb 2003
Posts: 1

Rep: Reputation: 0
Had same problem and trying to pass parms to boot or installing block driver did not help. I knew install had worked on same computer before. The only change on system was new CDRW, a Verbatim. I removed power to this drive, which was the master on second IDE channel and ran RH 8.0 CD from another CD, slave drive on second IDE channel, and install worked. So problem was this new CDRW drive.
 
Old 02-26-2003, 06:49 PM   #9
scm86
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora Core 5 2.6.16-1.2133_FC5smp
Posts: 96

Rep: Reputation: 15
ive had the same problem too, im using a Matshita CD rom, but ive tried on my compaq too, neither are CDR/RW, but linux recognizes both as a Cd/DVD drive. ive tried passing options to the Kernel, but the only one that actually changes anything is linux expert, and that asks for a driver disk, which i dont have, cause Matshita doesnt support Linux.

i downloaded the ISO's and burnt them to the CD's, the cd burner program recognized that they were ISO's and burnt them as so.

whats weird is that it boots, then doesnt find the CD in the drive.

anybody that had this problem fix it? or know how to fix it??

Scott McNeely
 
Old 02-26-2003, 06:56 PM   #10
Q*Bert
Member
 
Registered: Feb 2003
Location: Birmingham, UK
Distribution: Redhat 8.0, Immunix 7.0 a few others
Posts: 222

Rep: Reputation: 30
I have a Matsushita (Matshita is the device ID string) and it's supported in Linux. You must tell the kernel that it uses scsi emulation like so:

So if you use lilo:

root=/dev/hda2 hdb=ide-scsi

and if you use grub:

root (hd0,1) hdb=ide-scsi

Actually I'm not completely sure abou the lilo entry but it will be very similar.

Q*Bert
 
Old 02-26-2003, 07:07 PM   #11
scm86
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora Core 5 2.6.16-1.2133_FC5smp
Posts: 96

Rep: Reputation: 15
if you cant tell, im really new to linux, wich will work from the boot prompt?

Scott McNeely
 
Old 02-27-2003, 06:47 AM   #12
scm86
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora Core 5 2.6.16-1.2133_FC5smp
Posts: 96

Rep: Reputation: 15
i tried all the different combos i could last night, all got me to the same end, cant find the CD in the drive.

i hit alt F3 and it came up with a screen that showed a list of things, all were somethig to the effect of trying to mount hdc, my cd rom, and the other lines reading got url (null)

i have the CR 584, this model doesnt use the weird proprietary emulator, it shold work just plugged into the normal IDE (which its plugged into right now)

Scott McNeely
 
Old 02-28-2003, 08:45 PM   #13
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
if it's possible for you to use net install you could install it and then fix the problem.
 
Old 02-28-2003, 08:54 PM   #14
scm86
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora Core 5 2.6.16-1.2133_FC5smp
Posts: 96

Rep: Reputation: 15
ill look around for instructions to do that, but the only other operating computer i have has a CDRW drive, and ive heard that RH8 doesnt like to install from them...

Scott McNeely
 
Old 02-28-2003, 09:19 PM   #15
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
if you have windows or another linux machine you can setup as a web server then just have the web server setup to share the cd, it will work fine that way, as long as the server can access the cd.

for windows look into using pws (personal web server) you just need to give an ip address on your network or use dhcp if you have it. When the network card is detected by setup it will ask for an ip address. give it an ip, then for the name of the server you can use the ip address of the server. For the name use the web root name of the cdrom. ( cdrom would be a good one )

Last edited by DavidPhillips; 02-28-2003 at 09:20 PM.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Red Hat Linux 9.0 and RoadRunner: NIC Setup problem ikuomanero Linux - Networking 0 04-12-2004 11:39 AM
red hat 9.0.93. -beta red hat 10-xmms problem ronss Red Hat 1 09-08-2003 04:00 AM
a strange ppp problem in Red Hat netracer Linux - General 1 06-30-2003 04:20 PM
Red Hat 9 install -strange- monitor problem tim167 Linux - Laptop and Netbook 3 06-13-2003 08:27 PM
Red Hat Setup Stephanie Linux - General 1 05-23-2003 02:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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