LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 05-30-2003, 06:35 PM   #1
kb0001
LQ Newbie
 
Registered: May 2003
Posts: 1

Rep: Reputation: 0
Post Linux installation


I downloaded the iso image of redhat linux 9 and burn the cd from this image. When I install it During 2nd CD I get following message.
The package XFree86-tools-4.3.0-2 cannot be opened. This is due to a missing file or perhaps a corrupt package. If you are installing from CD media this is usually mean the CD media is corrupt or CD drive is unable to read the media.

Is there any specfic way to burn linux 9 iso image. Becuase I used same procedure to burn cd as I did for linux 8, which work fine.

Alos how to install linux9 from iso image

thnx
-kb
 
Old 05-30-2003, 06:55 PM   #2
AUM_HA
LQ Newbie
 
Registered: May 2003
Posts: 3

Rep: Reputation: 0
I had a very similar problem with redhat 8, someone told me to turn off acpi in the bios, you can turn it back on after install.
 
Old 05-30-2003, 06:58 PM   #3
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Did you download all 3 isos? Did you check that they were good downlods?

How To Check MD5sums On A Linux Iso Image

You can also install without burning the CDs if the iso files are on a fat32 partition by making the install boot floppy using the dos utilities on the first cd.

Installing from a Hard Drive

# Cheap CDs
Discount Linux CDs
Linux Central
Cheapbytes
TuxCDs
ComputerHelperGuy
 
Old 06-20-2003, 10:00 PM   #4
bainwohl
LQ Newbie
 
Registered: Jun 2003
Posts: 5

Rep: Reputation: 0
re: linux installation ...

I've been having the same problem.

I've validated the check-sum. I've also ensured that the images were downloaded from the same site.

I fail on disc 2, but it complains about xpdf. In any case, if you use the disc validation routine at the beginning of the installation, it will identify disc 2 as invalid, despite the fact that the check sum is correct.

I've tried to install from my hard-drive, where the iso images are retrieved directly from my hard drive ... same problem.

I borrowed a friends purchased version of red-hat linux v9 (pink tie) ... same problem.

I'm at a total loss to explain this ... particularly since the vast majority of users have not experienced this. I initially thought that it was related to my CD drive, but when installation from my hard-drive also failed ...

I've also downloaded the images from several different sites ... still no luck!

I'm running Windows XP home edition on a DELL Dimension 8200, 1.9GHz.

Have you had any luck in resolving your problem?

Any assistance would be must appreciated!

Signed, an extremely frustrated user.
 
Old 06-21-2003, 06:48 AM   #5
geoff_f
Member
 
Registered: May 2003
Location: Canberra, Australia
Distribution: openSUSE 11.3
Posts: 445

Rep: Reputation: 31
The installation tips here:

http://www.mandrake.tips.4.free.fr/install.html

are Mandrake 9.1-specific, but the tips on the BIOS settings may be worth a try. Things such as PnP OS, shadow video BIOS, etc could be causing your problem. As suggested before, you could also try having ACPI turned off in the BIOS.
 
Old 06-22-2003, 10:45 PM   #6
bainwohl
LQ Newbie
 
Registered: Jun 2003
Posts: 5

Rep: Reputation: 0
Thanks very much of the information. However, I just realized that I neglected to mention the fact that this is happening wihin a vmware session on my machine.

If I were to attempt to install linux on my machine, as is, I don't see the problem I reported. I only see the problem when I attempt to install linux rh-v9 on a vmware session running on my machine.

I don't know how to make the recommended changes on the virtual machine running as vmware. Obviously, it's not a problem with my bios settings persay.

Cheers.
 
Old 07-21-2003, 11:15 AM   #7
ehines
LQ Newbie
 
Registered: Jul 2003
Posts: 2

Rep: Reputation: 0
VMWARE + REDHAT9 = MISSING OR CORRUPT PACKAGES!!!

Hello all,

I am having the same problem. I am installing Redhat 9 in the latest version of VMWare Workstation 4 build 4460!

I am getting package errors for Xsane and XPDF. If ANYONE has a remedy to this problem or might know whats wrong, PLEASE contact me.

NOTE: Please dont recommend new CD distributions (ive tried them all!) and these CDs have worked on other machines without VMWare

Eric Hines
 
Old 07-21-2003, 11:37 AM   #8
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
If the difference between the installation working and not working is VMWare, I would suspect VMWare.

Have you tried the VMWare on a machine that the install worked without VMWare to eliminate a problem with that?
 
Old 07-21-2003, 07:15 PM   #9
bainwohl
LQ Newbie
 
Registered: Jun 2003
Posts: 5

Rep: Reputation: 0
I've since overcome the problem.

I have the ISO images both on a CD and on my hard drive. Run the installation from the CD. When you run into the problem you described goto Edit > Virtual Machine Settings...

Select CD-ROM and under the "Connection" panel, select the "Use ISO image:" radio button.

Point at the ISO image on your hard drive corresponding to the one in your CD drive. Click OK, saving the setting.

You installation will now proceed normally. In fact it will be faster since you're not reading from your hard drive.

Also, you'll probably run into a known problem with VMWare 4.0 and Linux 9.0.

It's related to the eth0 interface. Once linux is installed, you'll see the following message during startup:

"Determining IP information for eth0...

eth0 failed; no link present. Check cable?"

You'll need to modify the /etc/sysconfig/network-scripts/ifup script.

Comment out the following code block ... and things will work fine.

if check_link_down ${DEVICE}; then
echo $" failed; no link present. Check cable?"
ip link set ${DEVICE} down >/dev/null 2>&1
exit 1
fi

Hope this helps, cheers.
 
Old 07-22-2003, 09:03 AM   #10
ehines
LQ Newbie
 
Registered: Jul 2003
Posts: 2

Rep: Reputation: 0
Bainwohl, you are the next best thing to sliced bread! Thank you so much. Who, what, where, when, why was this problem created from? Why vmware? Did you get any answer from VMware or Redhat as to what the problem is caused by? I fear for those out there who haven't found this forum/thread on the subject.
 
Old 07-31-2003, 05:36 AM   #11
DummySAN
LQ Newbie
 
Registered: Jul 2003
Location: Tokyo
Distribution: RH 9
Posts: 1

Rep: Reputation: 0
Lightbulb Alternative Approach (RH 9 and VMWare)

I Just started to use Linux and faced same problem
After struggling for a day This solution worked for me.


1> While Installling RedHat 9.0, Do Custom Installation,
2> Skip Installing xpdf and everything will work fine.

xpdf is the Only Package that causes problem while installing on a virtual machine for some reasons. You may try downloading xpdf and installing separately once OS is Up and running.

Cheers.
 
  


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
Report your Linux installation and configuration success story to the Linux Tutorials t3gah Linux - Laptop and Netbook 2 04-23-2005 12:14 AM
Linux Installation before Windows Installation pragun Fedora 1 01-18-2005 11:27 PM
Installation doesn't recognize Red Hat Enterprise Linux ES installation cd bizkut Red Hat 2 08-15-2004 08:57 AM
linux installation - please help thesoccerking Linux - Software 11 04-23-2002 01:16 PM
linux installation dpreed7 Linux - Software 43 03-27-2002 01:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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