- Dec 29, 2005
- 6,325
- 2,240
- 136
I've had some questions about problems installing 64-bit unbuntu 7.1 ("Gutsy Gibbon") because of the increased speed observed when running the F@H SMP client:
Windows Vista Q6600@2.4GHz: WU 2653: 12 min 30 sec per step
64-bit Unbuntu 7.1 Q6600@2.4GHz: WU 2653: 9 min 30 sec per step
Before I start, I know many people have had problems with Unbutu (Insidious, for example) & his points are absolutely correct. If you want seamless installation and support for high end video, wireless access, HD sound, be prepared to spend hours if not days getting all that stuff to work at some level if at all
.
If you have a dedicated, stripped box for crunching and are using a 64-bit AMD or Intel processor, you may want to give 64-bit linux a shot and get some extra points. It's your call
Step 1: Get an installation CD image here. Important: remember to click on the 64bit AMD and Intel button. Choose a location: I downloaded successfully from Northeastern U computer science lab.
Step 2: Burn the image on a CD (you also may want to try a USB memory stick if your bios supports booting from one of these).
Step 3: You may want to consider rolling back your bios settings to "stock" from OC'd.
Step 4: check out installation instructions here and hardware support here and many other useful links here including installation w/o a CD.
Comment: I had a heck of a time installing from my internal CDROM/DVD drive. What did work was booting from a USB CDROM drive
Step 4: Booting and installing (check out link above). When you get to the initial menus, make sure you start by with "check CD for defects"
EDIT:Step 5: choose F6 (other options; bottom of screen); use backspace or delete key to remove 'quiet splash' and then hit return.
Edit begin; Comment: After doing some research on the ubuntu forums, it is apparent that the 'quiet splash' "switch" tries to project a pretty progress bar during the boot process. At this point, the proper drivers for Nvidia and ATI cards are not loaded so the computer hangs trying to display this his res image. I tried this F6 option on a computer with a nvidia 8800 GTS card and deleting 'quiet splash" allowed me to boot and install the system. You will still see a dark screen but you will see CDROM light activity and eventually it boots into the desktop. At this point the install process worked on my machine. Note:ATI cards are much more problematic than Nvidia cards (source:ubuntu forums). The F6 option may allow more of you to install unbutu on your machines. Edit end
Step 6: If it locks up during boot, try another installation method (USB stick or USB CD drive) and also consider rolling bios back to stock. If you can't make it past this step, you must have hardware that unbutu doesn't support.
step 7: If you do get a successful boot to a desktop continue to follow the instructions here. I did have problems during the format/installation step with the internal IDE drive on my system. Using my USB CDROM drive for installation was successful.
step 8: Installing and running the F@H 64bit client (You've had a succesful install and system has rebooted!
- go to applications menu (upper left hand corner), then "accessories", then choose "terminal". This opens up a command line terminal window.
-you are in your home directory now. Let's make a fah directory. type mkdir fahsmp & hit return (keep the dir name simple; linux does not allow spaces for directory names and is case sensitive).
-change into your fahsmp directory: type cd fahsmp & hit return (I'm going to assume from now on you will hit return after you type a command)
-open up the internet browser and go to f@h and download the linux 64bit SMP client and save it in your new fahsmp directory. This is a ver 6 client so you will also need a "passkey" (the passkey FAQ is here
-you'll need the 32libs to run the 64bit fah client
so let's install them: go back to your terminal window and type sudo apt-get install ia32-libs & hit return. You'll get a password request so type in your login password and click ok.
-In the terminal window type ls & hit return. you should see the tar archive file FAH6.00beta1-Linux.tgz
-unpack the archive file: type tar -xvf FAH6.00beta1-Linux.tgz & hit return (remember linux is case-sensitive).
-type ls & hit return and you should see all the files you need: the file fah6 should be colored green (executable). Type ls -al to be sure and you should see "rwx" for permissions. If not, you need another command: chmod +x fah6
-type ./fah6 -configonly (the ./ is necessary for bash to find fah6 in your current directory) (-configonly is important because we want to start fah6 with other switches).
-after config is done then type ./fah6 -smp -verbosity 9 & then hit return (the -smp switch is necessary to run only SMP workunits).
-if you want to run another client then repeat this process in ANOTHER directory (fahsmp2) or whatever.
-if you'd like to check the cpu activity there is a system monitor in one of the menus or you could open up another terminal window and type: top <return>
Edit1: Corrected broken links
Edit2: corrected misspellings
Windows Vista Q6600@2.4GHz: WU 2653: 12 min 30 sec per step
64-bit Unbuntu 7.1 Q6600@2.4GHz: WU 2653: 9 min 30 sec per step
Before I start, I know many people have had problems with Unbutu (Insidious, for example) & his points are absolutely correct. If you want seamless installation and support for high end video, wireless access, HD sound, be prepared to spend hours if not days getting all that stuff to work at some level if at all
If you have a dedicated, stripped box for crunching and are using a 64-bit AMD or Intel processor, you may want to give 64-bit linux a shot and get some extra points. It's your call
Step 1: Get an installation CD image here. Important: remember to click on the 64bit AMD and Intel button. Choose a location: I downloaded successfully from Northeastern U computer science lab.
Step 2: Burn the image on a CD (you also may want to try a USB memory stick if your bios supports booting from one of these).
Step 3: You may want to consider rolling back your bios settings to "stock" from OC'd.
Step 4: check out installation instructions here and hardware support here and many other useful links here including installation w/o a CD.
Comment: I had a heck of a time installing from my internal CDROM/DVD drive. What did work was booting from a USB CDROM drive
Step 4: Booting and installing (check out link above). When you get to the initial menus, make sure you start by with "check CD for defects"
EDIT:Step 5: choose F6 (other options; bottom of screen); use backspace or delete key to remove 'quiet splash' and then hit return.
Edit begin; Comment: After doing some research on the ubuntu forums, it is apparent that the 'quiet splash' "switch" tries to project a pretty progress bar during the boot process. At this point, the proper drivers for Nvidia and ATI cards are not loaded so the computer hangs trying to display this his res image. I tried this F6 option on a computer with a nvidia 8800 GTS card and deleting 'quiet splash" allowed me to boot and install the system. You will still see a dark screen but you will see CDROM light activity and eventually it boots into the desktop. At this point the install process worked on my machine. Note:ATI cards are much more problematic than Nvidia cards (source:ubuntu forums). The F6 option may allow more of you to install unbutu on your machines. Edit end
Step 6: If it locks up during boot, try another installation method (USB stick or USB CD drive) and also consider rolling bios back to stock. If you can't make it past this step, you must have hardware that unbutu doesn't support.
step 7: If you do get a successful boot to a desktop continue to follow the instructions here. I did have problems during the format/installation step with the internal IDE drive on my system. Using my USB CDROM drive for installation was successful.
step 8: Installing and running the F@H 64bit client (You've had a succesful install and system has rebooted!
- go to applications menu (upper left hand corner), then "accessories", then choose "terminal". This opens up a command line terminal window.
-you are in your home directory now. Let's make a fah directory. type mkdir fahsmp & hit return (keep the dir name simple; linux does not allow spaces for directory names and is case sensitive).
-change into your fahsmp directory: type cd fahsmp & hit return (I'm going to assume from now on you will hit return after you type a command)
-open up the internet browser and go to f@h and download the linux 64bit SMP client and save it in your new fahsmp directory. This is a ver 6 client so you will also need a "passkey" (the passkey FAQ is here
-you'll need the 32libs to run the 64bit fah client
-In the terminal window type ls & hit return. you should see the tar archive file FAH6.00beta1-Linux.tgz
-unpack the archive file: type tar -xvf FAH6.00beta1-Linux.tgz & hit return (remember linux is case-sensitive).
-type ls & hit return and you should see all the files you need: the file fah6 should be colored green (executable). Type ls -al to be sure and you should see "rwx" for permissions. If not, you need another command: chmod +x fah6
-type ./fah6 -configonly (the ./ is necessary for bash to find fah6 in your current directory) (-configonly is important because we want to start fah6 with other switches).
-after config is done then type ./fah6 -smp -verbosity 9 & then hit return (the -smp switch is necessary to run only SMP workunits).
-if you want to run another client then repeat this process in ANOTHER directory (fahsmp2) or whatever.
-if you'd like to check the cpu activity there is a system monitor in one of the menus or you could open up another terminal window and type: top <return>
Edit1: Corrected broken links
Edit2: corrected misspellings