Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-17-2003, 08:19 PM
|
#1
|
Member
Registered: Jun 2003
Location: mason, mi, usa
Distribution: rh9
Posts: 87
Rep:
|
RH9 installation problems...
well my system was running fine, and then i tried to open KDE and see how different it was from gnome. and soon after that i began to experience freezing and random shut downs. soon i was unable to even reboot my machine, it simply would not go into the x windows system. it would say, "your system appears to have shut down uncleanly, system check commencing" or something. so it would do that, find errors, i would say yes to everything to fix it, and it would say, "no restarting" and do the same thing all over again. so i decided to reinstall.
unfortuneatly, i cant even reinstall it now, ive downloaded three different rh9 cd sets, all apparently saying the cd's were "failed" but i tried them anyways, thinking that my machine was bad from the kde thing and so it told me everything was in bad, which it wasnt.
so does anyone know what i can do? the only thing ive come up with is actually finding or buying the real rh9 install cd's and doing that.
any help will be greatly appreciated! thanks in advance
~warheros
p.s. - install either freezes, turns the screen black, or says bad blocks cannot install on this machine.
my machine:
1.5 GHz
P4 Intel genuine
dell 4300
dual boot with winxp which crashed
512 MB RAM
bios v. A02
|
|
|
07-17-2003, 10:29 PM
|
#2
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,388
|
This sounds like a hardware problem, most likely with your hard drive or possibly with your IDE chipset.
If you have a hard drive install floppy you should try low level formatting the hard disk. These bootable DOS based install floppies are brand specific. Maxtor puts out one called MaxBlast which will low level format a 40g drive in about 3 hours. As part of the low level format the software will assign bad blocks to spare blocks.
You might be able to do the same thing with mkfs. mkfs -c will check for bad blocks but I do not know what it does about the bad blocks other than report them.
Does the CD "failed" message mean that the CD failed or that the install failed. If the CD fails as well as the HD it may mean that the IDE chipset is faulty.
|
|
|
07-17-2003, 10:45 PM
|
#3
|
Member
Registered: Jun 2003
Location: mason, mi, usa
Distribution: rh9
Posts: 87
Original Poster
Rep:
|
it says the cd failed when it asks to check them at the beginning of installation. and i dont understand why it's not installing, because ive had rh9 on there before, and when i switched to KDE it all went haywire.
|
|
|
07-18-2003, 01:37 AM
|
#4
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Rep:
|
Run mediacheck on another PC, perhaps, at work or with a friend.
Starting KDE might just have been a coincidence.
|
|
|
07-18-2003, 02:18 AM
|
#5
|
Member
Registered: Jun 2003
Location: mason, mi, usa
Distribution: rh9
Posts: 87
Original Poster
Rep:
|
what is mediacheck?
|
|
|
07-18-2003, 02:41 AM
|
#6
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Rep:
|
The CD testing component can be activated at the linux: prompt (CD / floppy) using the linux mediacheck command.
|
|
|
07-18-2003, 02:58 AM
|
#7
|
LQ Newbie
Registered: Jun 2003
Location: Long Island, NY
Distribution: Slackware
Posts: 18
Rep:
|
Yeah, check to make sure your CD-Rom isn't whats iffy, too. KDE mighta just crapped out for other reasons -- although it sounds the IDE/HD issues might be more at hand.
|
|
|
07-19-2003, 03:22 PM
|
#8
|
Member
Registered: Jun 2003
Location: mason, mi, usa
Distribution: rh9
Posts: 87
Original Poster
Rep:
|
mediacheck isnt reliable at the moment, it says every single one of my cd's is a "failed" cd, which isnt true. ive tested them before all this started to happen and they were fine.
so think ill have to fix my bad sectors/blocks before i can do anything like install rh9 again. so does formatting fix bad blocks/sectors? if not, how can i fix that? i believe that that is my problem now. i cannot run mskf -c from boot disk or without it.
i have an 80 gig HD, approx. 30 on the linux/ext3 partition, and the rest on the shared windows/linux fat32 partition. if there's a way to fix my ext3 partition without getting rid of the shared partition that would be cool, so let me know.
Last edited by warheros; 07-19-2003 at 03:24 PM.
|
|
|
07-19-2003, 05:26 PM
|
#9
|
Member
Registered: Oct 2002
Posts: 55
Rep:
|
You could partition magic away the ext3 partition.... then run some kind of lowlevel format on it...
btw, under windows, you can download an md5summer, and md5sum the isos of the cds and check against redhat. IMHO I think your CD-Drive has crapped out if it sees good CDs as bad...
|
|
|
07-19-2003, 05:37 PM
|
#10
|
Member
Registered: Jun 2003
Location: mason, mi, usa
Distribution: rh9
Posts: 87
Original Poster
Rep:
|
cant load windows, it crashed. is there like a bootable cd that will format and stuff? clean all my bad sectors/blocks? 'cause i cant find it through google or anything.
|
|
|
07-19-2003, 09:13 PM
|
#11
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,388
|
"is there like a bootable cd that will format and stuff? clean all my bad sectors/blocks? 'cause i cant find it through google or anything."
There are DOS based floppies put out by the disk manufacturers which will low level format a hard drive. They are manufacturer dependent so look at the support site for your HD manufacturer.
These floppies will assign bad blocks to spare blocks. They will also wipe your HD absolutely clean.
|
|
|
07-19-2003, 10:36 PM
|
#12
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Rep:
|
Are you sure your CDROM drive is in perfect working condition?
|
|
|
07-20-2003, 07:35 AM
|
#13
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
make sure the iso you downloaded has a correct md5 value... it has to be exactly the same as it is published on the server...
check that the cd was burned correctly... this is done by comparing the md5 value of the original iso image with the md5 value of the cd itself...
if they are not the same, then you have a "coaster"...
here's a good link about this "phenomenon":
http://www.troubleshooters.com/linux/coasterless.htm
here are the md5 values for the red hat 9 distro:
ftp://mirrors.kernel.org/redhat/red...iso/i386/MD5SUM
|
|
|
All times are GMT -5. The time now is 12:48 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|