LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cant install UT (https://www.linuxquestions.org/questions/linux-software-2/cant-install-ut-34500/)

MrPolite 11-03-2002 02:22 PM

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?

MasterC 11-03-2002 02:56 PM

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

MasterC 11-03-2002 03:10 PM

Also, how did you mount the disc?

MrPolite 11-03-2002 03:13 PM

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

MasterC 11-03-2002 03:50 PM

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

MrPolite 11-03-2002 05:41 PM

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 :confused:

MasterC 11-03-2002 08:22 PM

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

MrPolite 11-03-2002 09:08 PM

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?

MrPolite 11-03-2002 09:20 PM

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

MasterC 11-04-2002 12:23 PM

/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

MrPolite 11-04-2002 09:52 PM

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:D

spooge 11-07-2002 12:18 PM

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 .....

2Gnu 12-28-2002 06:58 PM

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!

maximillian 02-17-2003 11:42 PM

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

ExtractVirus 03-08-2003 08:08 AM

Quote:

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


All times are GMT -5. The time now is 06:23 AM.