Click to See Complete Forum and Search --> : Ut2003


t0t3r
01-12-2004, 04:45 PM
i wanna install UT2003 with the linux installer on CD3. When i'm prompted to put in first CD i cannot eject cause drive is in use... but when u force unmount switch CDs and mount again ... the installer doesnt continue


any suggestions?


.... or can i get the files needed for the linux version of ut2003 which differ from the windoze install anywhere?

Icarus
01-12-2004, 05:03 PM
It's not finding your cdrom, try this

export SETUP_CDROM=/mnt/cdrom

change /mnt/cdrom to the mount point of your cdrom...it's a slight bug in the installer ;)

Suminigashi
01-12-2004, 05:15 PM
Heh...yeah I had that problem too, but I solved it in a really weird way :D. Sense I have more than on cdrom drive I just kept alternating between the them and inserting cdroms into differenct drives. Kinda funny, but it worked :) .

Lemming
01-12-2004, 05:19 PM
Sumigashi: I do exactly the same thing when I get problems with cd's not mounting/unmounting :D

bwkaz
01-12-2004, 09:33 PM
Why not just run the installer from a directory other than wherever your CD drive mounts to? ie:

cd /home
sh /mnt/cdrom/linux_installer.sh

This way, your shell won't have /mnt/cdrom locked (and the installer shouldn't either). You should be able to unmount it at that point.