|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
12-31-2012, 06:56 PM | #21 | |
Master
Join Date: Jan 2009
Posts: 395
|
Quote:
Seems instaler need around 7,5 free disk space to install. But you can redirect temp files to other drive. if you type ./ROinstall_64 --help you will get print of commands avaible. I used a SD card to redirect temp files that need it around 3 Gb space. So using comand line installer with parameters : Code:
./ROinstall_32 --temp /mnt/sdf1/Regnum/temp_files =And a OFFT but rellated to the same low space error= This is the main issue that you will have using any Linux Live CD. Live CD will write all your temps and even download of installer in RAM.Ofc if you have lots of RAM at least 12 Gb ,you can do it ,but you will lose any file downloaded at first reboot. So if anyone wants to play with a live cd need a aditional USB/SD card where most write temporary files of installation ,installer and installed files,and even if you put option "download all resources at same time". Procedure is sample: 1.)-Download installer (you can download it in RAM ,installer has around 1,2 GB ,so if you have 2gb or 3 of ram it's ok) Don't reboot if you did the download in ram. 2.)-Insert a usb flash/sd card etc (be sure you have at least 8 Gb free space on him,installer will take this space ,because final instalation will take only 2,7 Gb and after if download resources around 3,5-4 Gb) Also be sure that drive is mounted as read/write not read only. 3.) Assuming that flash drive is named "sdf1" (depends of distribution or number of drives etc) ,create a folder for temp files to not have a mess on your drive Code:
mkdir /mnt/sdf1/Regnum_temps Code:
mkdir /mnt/sdf1/Regnum_Insatll Code:
./ROinstaller_32 --temps /mnt/sdf1/Regnum_temps 7.)At this step you have a installed RO on USB flash drive Anyway to not very cool solution to run him from a live cd + usb flash drive ,you can create a live usb flash disk The best solution(that i found) to run a fast and small linux that have suport for video cards is Puppy Linux . This linux has around 165 mb ,but and had by far best video performances with ,and dose not waste lots of space on your usb drive. You will need also at least a 8 gb usb drive ,and this not because of RO ,this because of RO installer,but 12 Gb fusb flash will be perfect. Anyway to create a live usb it's easy ,you will need a puppy linux iso and a pc or mac,and UNetbootin Download Run Unetbootin and create your live usb flash. Run usb flash drive ,if yo had a 8 gb proceed with steps from above to avoid low space ,install the game ,install video drivers ,reboot and save on usb data of installed drivers etc (this will take 512 Mb or 1 Gb dependens how much you want to create. Don't forget to redirect temps file from ram to usb drive with "./ROinstaller --temps /path to drive" And done ... enjoy your "Live USB Regnum Game"
__________________
Blue Angel lvl 60 lock,Red Devil lvl 52 conjurer, The-End lvl 60 barb,The End lvl 60 marks ,Sir Doran- Knight Last edited by kmdk; 01-01-2013 at 08:45 AM. |
|
02-15-2013, 05:15 PM | #22 | |
Pledge
Join Date: Feb 2013
Posts: 5
|
Code:
./ROinstaller_32 --temp /mnt/sdf1/Regnum_temps Only problem is, that whatever provided as command argument, installator still dump all his stuff into /tmp folder. Cannot free more space on base filesystem ( " / " ), because it's keep as a low sized partition while having /home partition with lots of space. And that's where i wanted to install Regnum,but setup threw in my face: Quote:
Last edited by Kuaczozor; 02-15-2013 at 05:50 PM. |
|
|
|