Linux - GamesThis forum is for all discussion relating to gaming in Linux.
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.
okay, when i first try to install it most of the time it goes verify archives integreity(spelling i know), and then quits it just plain out quits. on the rare occision that i get to begin the acutal install it quits like an 25th the way through saying that cant get to this file or something like that. pls help! thxs
its okay thxs, well i begin the install they say i have 63 gigs of free space left, but do u think that the space could've been divided between other acconts(their are two others)
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795
Rep:
you sure that you downloaded the entire script properly (is this the demo? that is probably the kind of error you get when you have an incomplete script. try redownloading
no its not the demo i have the full version, and yes i legaly bought it and everything. is their a way to download soemthing that would fix the script if that really is the problem?
oh and is their a way to begin the install on a different disc? like as oppsed to begging the install on disc 2 could i begin it at disc three?? thxs
Last edited by firedragon; 04-04-2004 at 08:53 PM.
Bought UT2003. Tried every linux trick I could find in any forum and could not get it to install (it would begin the install but then fail looking for the next CD). I had a Windows (at the time) install on the same drive so I installed it under windows and copied the data files.
Downloaded UT2004 demo. ... 5 times. Each time it was reported that the download was succesful, filesize was always correct and I had downloaded versions from Atari, Nvidia, and many others. Every time the installer reported that the checksum was wrong and would cancel the install.
So I edited the installer (the first portion is just a bash script) and removed the MD5sum check. After that it installed just fine and I love playing the game under Linux.
Perhaps, (I'm imagining that perhaps you edited the installer script as well) some portion of the script got messed up when you edited it?
Also to check disk size use 'df'. If it says there is room then there is room unless you have a distro that also creates user quotas by default but I doubt it.
Secondly and more to the point would it be possible to copy the file that it fails to install by hand? Either from a friends computer or perhaps by manually extracting it from the installer archive or copying it from the CD?
Just throwing out ideas that I would try if in your shoes.
Best of luck,
jpbarto
so wignut let me see if i get u here, u said never mount the cds right? but what am i supposed to do when they ask to change cds? thxs for all u've been a big help
oh btw one more thing wignut when u said enter the command how do i do that? thxs
1. copy linux-installer.sh to your desktop
2. umount the cd but leave cd 1 in the drive
3. run ./linux-installer.sh from the terminal
4. go through the options, then install, then when it asks for cds just press the eject, not the unmount, and take out cd 1, put in cd 2, and just press ok
5. repeat this through all cds, the installer mounts the cds itself
6. then it SHOULD work, unless you get a missing symbols error like which i cant solve after 9 hours! argggg!
Step by step that i wrote that will solve your problem
Code:
1). open two terminals su in both of them
2). terminal 1 #sh
3). terminal 1 #export SETUP_CDROM=/cdrom
3). terminal 2 #mount /cdrom
4). terminal 1 #/cdrom/linux-installer.sh
<When prompted for second CD>
5). terminal 2 #umount /cdrom
<Swap CD1 for CD2 here>
6). terminal 2 #mount /cdrom
7). terminal 1 <choose to continue>
rinse and repeat steps 5-7 for other 5 cd's
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.