LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora - Installation (https://www.linuxquestions.org/questions/fedora-installation-39/)
-   -   Installing Red Hat 9.0 Problem (https://www.linuxquestions.org/questions/fedora-installation-39/installing-red-hat-9-0-problem-180407/)

Mortified Pengu 05-11-2004 03:30 PM

Installing Red Hat 9.0 Problem
 
Hey..

I just decided to switch from Fedora Core 2 Test 3 to Red Hat 9.0

If I browse up the installation (CD ISO is succesfully burned I tested it) I get after the booting of "anaconda" a dark screen.. yes you know it.. OUT OF RANGE.. I also tried it with a Monitor with other resoultions. A Monitor which linux knows.. Flatron LCD 563LE. If I boot up with this Monitor the Red Hat I just get a black screen without anything on it after the boot up anaconda..


Please help me with this.. I want to fix this problem so fast as I can..
Im greatful for every help I can get

Mortified Pengu

marghorp 05-11-2004 03:59 PM

Try using media check in install (if you get to there). Else download checksums and try them to see if you have the whole isos.

XavierP 05-11-2004 04:09 PM

Have you tried running the non-gui install? It may be that it's not picking it up correctly during the install.

Also, as Marghorp says, check your md5sums.

XavierP 05-11-2004 04:10 PM

Moved: This thread is more suitable in Fedora-Installation and has been moved accordingly to help your thread/question get the exposure it deserves.

Mortified Pengu 05-12-2004 12:15 PM

hey you two.. Thanks for your replies..

Well the md5sum is correct.. A friend of mine also installed it with the same ISO CD's and it worked perfectly for him.

I also tried the following:
In the bootup well I mean in the install dialog I entered:
linux resolution=1280x1024

This time I got the error: NO SIGNAL IMPUT.. Wow very great.. not always this OUT OF RANGE error..

The 3rd thing I tried is to install Red Hat on a diffrent computer.. So I switched my Monitor to my diffrent box.. entered:
linux resolution=1280x1024 again..

And it worked..

But well i'm not happy with that because it's the box of my girlfriend ;) and I don't want to use it there..

Thanks in advance..

Mortified Pengu 05-12-2004 01:24 PM

Ok.. After playing with all the scripts I know I found something interesting.

linux resolution=1280x1024 this time i got a response.

-

XIO: fatal IO error 104 (Connection reset by peer) on X server ":1.0" after 0 requests (0 known processed) with 0 events remaining.

Great so now I know that it's a fatal error..

Im a n00b but I know that a fatal error is nothing good..

Mortified Pengu 05-12-2004 03:43 PM

more news by me..

I installed red hat now through the text mode. The installation seemed to work perfectly.. Well that said the message after the 100%. But now when I start Linux I get a OUT OF RANGE error again..

Anybody knows if I can do some code in the start up "grub 2" like linux resolution= or setting my HZ's whatever ?

marghorp 05-12-2004 05:27 PM

Boot into single mode. (at grub press "a" and type " single") that should get you into the command line. cd to /etc/X11

MAKE A BACKUP COPY OF XF86Config (in case you mess up) with

cp XF86Config XF86Config.backup

edit the file XF86Config especially the Section Monitor and Screen and set them to your values. Search Google for your monitor specs if you don't have the manual. Look at the vertical and horizontal refresh rate. And your max resolution. It is set up to loopback.

"1280x1024" "1024x768" "800x600"

Just delete the ones that are to big for your monitor to handle. Save the file. and reboot.

Mortified Pengu 05-13-2004 11:58 AM

Ok marghorp

I also tried that.. Guess the answer ? yes it didn't work..
well that's what I tried:

I booted up linux till grub 2.. and marked the red hat boot up.. then I pressed the "a" button on my keyboard.

After I done that I get to another section with some code at it.. I tried everything there like deleting the whole code and adding "single" or just straight adding "single" or adding "single" with a space.

It always just booted up linux as always with the "OUT OF RANGE" error.

Well then I had more 2 hours spare time and went into the command line by using "c" on the startup.. I tried all the codes you gave me there too.. but nothing happens

Just if I add there a "single" or anything.. And if I want to boot up from there I get this error:

Kernel panic: No init found. Try putting init= option to kernel
Underneath this message I have a command line but I can't enter anything there..

I'm lost like always.. I think the best solution might be to change to another distro.. my computer hates red hat and red hat hates me :)

marghorp 05-13-2004 01:52 PM

Just put in your Red Hat 9 CD 1 and boot from that into

linux rescue
(yes that's what you type in at the first screen, where you just pressed ENTER when installing)

This should get you into single mode. Once there do:

chroot /mnt/sysimage

From there just follow the steps form the previous post :)

Peace!

Mortified Pengu 05-13-2004 03:39 PM

marghorp thanks man you are very helpful.

I managed now to get into single.. and in your first post you wrote cd to /etc/X11 ok. Is that the command i have to insert ? I remember on the windows shell using cd \ for getting to the C: drive.. but can you please write this more detailled ?.. I think im on the right trip but im very bad with all this scripts.. so a little help, hint I would be very greatful

Thanks anyway

Mortified Pengu

marghorp 05-13-2004 04:04 PM

:) no problem, you'll get it in time

There are some changes in Linux.

cd..(windows) = cd ..(Linux)
cd name_of_directory(the same in both)

cd c:(windows) = cd /(Linux, "sort of")

The hierarchy of Linux file organizing is a little different. You don't have a c: d: e: .... but you have all organized in one big tree. This tree of directories starts at / (called root). You can change to a directory in two ways.

if you are in /home/your_username

and do

cd Desktop (is the same as) cd /home/your_username/Desktop

The first way was from your home directory and the second way was an absolute way to the Desktop directory.

cd to /etc/X11 means you have to change directory to /etc/X11. And by now you probably know how to: (just type in these lines)

cd /etc/X11
cp XF86Config XF86Config.backup (make a backup copy in case you mess up :))
emacs XF86Config

(a text editor called Emacs will open the config file for your XF86 (the GUI(Graphical User Interface) server or the X).

Use Emacs like any other text editor, and scroll through the file to find the lines saying

Section "Monitor"

(Here adjust the HorizSync and VertRefresh to your monitors default values (find them in your monitors manual, or search the web. Just replace the values with yours.)

and

Section "Screen"
(Here adjust the resolution if it is to big for your monitor. Just replace values with the one from your manual.)

When you're done editing, you have to do two more things.

press CTRL + x --> + s (this means first CTRL + x (still holding CTRL (release x) and press s(while holding CTRL) (this saves the file)

press CTRL + x --> + c (the same way as above) (this closes emacs)

reboot

Hopefully you will now be answering from Linux :)

Mortified Pengu 05-14-2004 07:03 PM

Ok.. I have been trieng all you wrote now.. for exactly 9 hours :D

I learned much on that.. And I've done everything right..

but now on the startup my "31337" monitor says "NO SIGNAL IMPUT".. damn im really frustrated .. :)

so marghorp
what would you do ?

- The Problems of tomorow. TODAY. Linux

marghorp 05-14-2004 07:15 PM

The first thing I would ask myself would be, why FC 2 test 3 and why not FC 1?

But nevermind that.

What you must see here is the file XF86Config.

Once you got that setup right, there is no reason for X not to work. My supply of solutions is gone. All you can do now is wait for some more solutions from someone or you can study the XF86Config file and make the proper changes.

One more thing. Could you post your monitor name and model. And for your graphics card too. I am curious what type of hardware you have that is not recognized from FC2.

Thanks! Peace!

Mortified Pengu 05-14-2004 07:24 PM

marghorp look at my first submission here.

Hey..

I just decided to switch from Fedora Core 2 Test 3 to Red Hat 9.0 I think that's self explionairy..

Well about my monitor I can say:

Linux doesn't know it .. on boot up it says UNKNOWN MONITOR
I also can say that my graphic card is known it's a nvidia..

Do you need it more detailled ?..


All times are GMT -5. The time now is 11:31 AM.