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 11-03-2002, 02:22 PM   #1
MrPolite
Member
 
Registered: Jun 2002
Location: Middle of nowhere
Posts: 109

Rep: Reputation: 15
Cant install UT


I tried to install UT2000 and UT2003, I get the same error for both of them.
Just a few seconds after the installation starts, it tells me that my cdrom isnt mounted and that I should mount it. I believe it is mounted, because if it wasnt, I wouldnt be able to see the files in the cdrom
so what am I doing wrong here?
 
Old 11-03-2002, 02:56 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Look in the logs, see what device it's looking for.

It might simply be looking for a device that you don't have symlinked to the actual device, if that makes sense.

Cool
 
Old 11-03-2002, 03:10 PM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Also, how did you mount the disc?
 
Old 11-03-2002, 03:13 PM   #4
MrPolite
Member
 
Registered: Jun 2002
Location: Middle of nowhere
Posts: 109

Original Poster
Rep: Reputation: 15
ok I logged in as root and I tried to open the .RUN file with the sh command. Here what it said in the console window:

[root@localhost Desktop]# sh ut-install-436-GOTY.run
Verifying archive integrity...OK
Uncompressing Unreal Tournament version 436-GOTY Linux install.........................................................................
Mounted device /dev/cdrom
Unmounting device /dev/cdrom



Now I get a messagebox saying "Please insert Disk One CDROM. Choose Yes to retry, No to cancel"
it's unmounting it by itself I guess. What should I do
 
Old 11-03-2002, 03:50 PM   #5
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
And you are placing it into the /dev/cdrom? What I mean is, do you have 2 cdroms, and you are placing it into your correct drive? To check:
eject /dev/cdrom

Also, I am researching this a bit, and I found a bit of info, apparently there is something called a PET section? It supposedly has instructions on installation, have you checked this if you have any idea what it is?

I will check around a bit more, let me know if you are using the correct device.

Cool
 
Old 11-03-2002, 05:41 PM   #6
MrPolite
Member
 
Registered: Jun 2002
Location: Middle of nowhere
Posts: 109

Original Poster
Rep: Reputation: 15
Thanks MasterC for helping... Well I checked it, it's the correct device, and yeah I have 2 cdroms (one dvd) but I tried both of them, same thing. Also I tried this in another version of linux besides RH8, still the same error. I couldnt find any installation instructions on this thing

I dont mount the cdrom manually, I'm just putting the CD in and I think it mounts it itself. I dont know, anyways I tried to mount it to /mnt/cdrom with the mount command, but still I get the same error
 
Old 11-03-2002, 08:22 PM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Well, I am lost. I found someone with your same problem on another board, but his problem was he didn't have the CD mounted.

I will keep searching, just a bit of info I found from the search. The linux version of UT2003 is on the 3rd disc I guess, if that helps.

Also, you might need to download a patch first, but I don't know how this would be installed.

Good Luck, oh and some of the info I found was over at www.linuxjunior.org in the games section.

Cool
 
Old 11-03-2002, 09:08 PM   #8
MrPolite
Member
 
Registered: Jun 2002
Location: Middle of nowhere
Posts: 109

Original Poster
Rep: Reputation: 15
again, thanks a lot for helping....btw I get the same error for ut2003.
is there a way to install this from hdd rather than cd?
 
Old 11-03-2002, 09:20 PM   #9
MrPolite
Member
 
Registered: Jun 2002
Location: Middle of nowhere
Posts: 109

Original Poster
Rep: Reputation: 15
Here's what UT2003's installation says when I run it from the console:

[root@localhost cdrom]# sh linux_installer.sh
Copying to a temporary location...
Verifying archive integrity... All good.
Uncompressing Unreal Tournament 2003 for GNU/Linux 2107......................................................................

Gtk-WARNING **: GModule initialization check failed: Gtk+ version too old (micro mismatch)

Gtk-WARNING **: GModule initialization check failed: Gtk+ version too old (micro mismatch)
mount: No medium found
/dev/fd0: Input/output error
mount: block device /dev/fd0 is write-protected, mounting read-only
/dev/fd0: Input/output error
mount: you must specify the filesystem type
mount: No medium found
/dev/fd0: Input/output error
mount: block device /dev/fd0 is write-protected, mounting read-only
/dev/fd0: Input/output error
mount: you must specify the filesystem type


what is this fd0, I tried to mount it to mnt/cdrom and I get this, same as above
/dev/fd0: Input/output error
mount: block device /dev/fd0 is write-protected, mounting read-only
/dev/fd0: Input/output error

Last edited by MrPolite; 11-03-2002 at 09:22 PM.
 
Old 11-04-2002, 12:23 PM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
/dev/fd0 is your floppy drive.

You might be running into those GTK+ errors because you are using an old version, Mandy 9.0 would probably not have those errors.

As for it trying to access your floppy, I am not quite sure. Can you edit any files? What I mean is, does it put any files onto the hard drive....

Wait, you asked that question already question, try it. Go ahead and copy the disc to the hard drive and see what you get. Do it using dd like this:
dd if=/dev/cdrom of=/home/ut/ut2003.iso

Then you should be able to mount it with:
mount -o loop /home/ut/ut2003.iso /mnt/cdrom

And then browse over to /mnt/cdrom:
cd /mnt/cdrom
ls -l (LS -L lowercase)

To see if it actually mounted correctly. Then from there, see if you can run it...

Just an idea since I am fresh out of real knowledge here

Cool
 
Old 11-04-2002, 09:52 PM   #11
MrPolite
Member
 
Registered: Jun 2002
Location: Middle of nowhere
Posts: 109

Original Poster
Rep: Reputation: 15
Hey...
well, 2 things: one, you said that's floppy drive, well my floppy drive isnt working at all. In fact I get a nice little error when I'm booting my comp (from the setup, not linux). I just havent had time to replace it. Could that be causing a problem?

TWO! I tried that thing. It didnt work It's weird because I can go to /mnt/cdrom and see all the files in the ISO file, but when I run the setup program it doesnt do anything and it says please mount the CD first. If I try to run the setup program with the CD in, it will do some stuff and THEN it will give me the error...

pretty weird
 
Old 11-07-2002, 12:18 PM   #12
spooge
Member
 
Registered: Nov 2001
Location: n chicago, IL. USA
Distribution: Slackware
Posts: 307

Rep: Reputation: 31
don't know if this will help, but here's how i got mine load'd

mount the cd, and ran install.sh on disk 3
when it asks for next disk ( disk1) i typed eject in a shell, and swapp'd disks, and press'd ok. and repeat'd .....
 
Old 12-28-2002, 06:58 PM   #13
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
I know this is an old thread, but it saved my day. I was having the same errors, in fact my system would completely lock up an hour into the installation! For any other poor b_stard struggling with UT2003 install, here's what worked for me:

Copy the three CDs to the hard drive. The path is an example. My file naming convention is shown in ().

$ dd if=/dev/cdrom of=/home/ut/ut2003.iso (...ut20031.iso, ...ut20032.iso)

As root:

# export SETUP_CDROM=/mnt/cdrom
# mount -o loop /home/ut/ut2003.iso /mnt/cdrom
# ./linux_installer.sh

Open another terminal window and, as root and when prompted for a CD change:

# mount -o loop /home/ut/ut20031(or ut20032).iso /mnt/cdrom

It takes a lot of spare HD space, but I can play my Christmas present under Linux. Thanks, MasterC, for the alternate mount suggestion. It worked like a charm!
 
Old 02-17-2003, 11:42 PM   #14
maximillian
LQ Newbie
 
Registered: Feb 2003
Distribution: SuSE
Posts: 1

Rep: Reputation: 0
possible ut2003 solution

When I tried to install ut2003 tonight on the latest version of SuSE I had a problem with the installer looking for the install source on various HD's fixed-disks removerorable media and various cdroms. This problem was causeing the install to go at a super slow rate.

I assume this has something to do with the fact I have more than one cdrom. One website tells you to use the command
"export SETUP_CDROM=/(where ver install media is)/"

The first time i tried this I could not install the play disk due to the device being busy. So I put the install disk in one cdrom and set the "export SETUP_CDROM=/(where ver install media is)/" to the other cdrom. Hope this helps
Shawn
 
Old 03-08-2003, 08:08 AM   #15
ExtractVirus
LQ Newbie
 
Registered: Mar 2003
Distribution: Mandrake 9.0
Posts: 2

Rep: Reputation: 0
Quote:
Originally posted by MasterC
Also, how did you mount the disc?
type mnt /mnt/cdrom or mnt mnt/cdrom2 i think
 
  


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
fc3 install doesnt install grub properly onto sata drive sabo Linux - Newbie 4 02-03-2007 04:04 PM
make install does not install daemons (clamd snortd). Is this a feature of tarball? Emmanuel_uk Linux - Newbie 3 11-15-2005 01:29 AM
Error: Unable to boot /install/2.6/linux when starting Etch Install BuckRogers01 Debian 4 08-06-2005 06:40 PM
How do I re-install an operatingsystem? Corrupted install. Yast wont load. URGENT.thx CrewXp SUSE / openSUSE 5 05-09-2005 12:07 AM
Ok, dumb question. If I install a Mandrake kernel RPM, where does it install to? Kramer Linux - General 6 01-13-2004 09:39 PM

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

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