Run Linux tasks in Windows

Get BOINC related help here
Post Reply
User avatar
admin
Site Admin
Posts: 14
Joined: Mon Sep 07, 2020 8:17 am
Contact:

Run Linux tasks in Windows

Post by admin »

There are BOINC projects that only have Linux applications compiled. At this moment there are 3 active BOINC projects that send only Linux tasks:

WEP-M+2 Project

Gaia@home

climateprediction.net

It's relatively easy to install Linux in a virtual machine and run Linux tasks from there.

Install Linux in a virtual machine
If Oracle's Virtual Box is not already installed on your system, install BOINC with virtual box option here: https://boinc.berkeley.edu/download.php or directly from here: https://www.virtualbox.org/wiki/Downloads

After installation, open Virtual Box and click New
vb.jpg
vb.jpg (103.52 KiB) Viewed 4441 times
Create a Linux Ubuntu Virtual Machine, give it a name and click Next
vb2.jpg
vb2.jpg (66.16 KiB) Viewed 4441 times
Default Memory size always seems rather lean (as shown here), so I tend to boost the allowance to just below the red warning.
vb3.jpg
vb3.jpg (53.86 KiB) Viewed 4441 times
Click through the rest of the prompts without necessarily altering default choices
Download Ubuntu Operating System here:
https://ubuntu.com/download/desktop
and save .iso file. Burn to disc as an option.
Start your new Virtual Machine, insert your Ubuntu disc or point to your Ubuntu .iso file and install Ubuntu in the Virtual Machine.
vb4.jpg
vb4.jpg (129.49 KiB) Viewed 4441 times
After install completes, click the Ubuntu Software icon and search for and install BOINC Manager
vb5.jpg
vb5.jpg (32.98 KiB) Viewed 4441 times
or open a terminal (Ctrl-Alt-T) and type

Code: Select all

sudo apt-get install boinc-manager
After automatic install of needed library files, BOINC client and manager, click on Show Applications icon:
ubuntu.jpg
ubuntu.jpg (448.67 KiB) Viewed 4441 times
and then All at the bottom to expose the BOINC Manager icon. Click to open the Manager and attach to projects or project manager. Run in tandem with the BOINC Manager/Client on the native Windows operating system if you wish or just run solo.


Image
User avatar
admin
Site Admin
Posts: 14
Joined: Mon Sep 07, 2020 8:17 am
Contact:

Re: Run Linux tasks in Windows

Post by admin »

An alternative available to Windows 10/11 users is to deploy WSL.
There is an excellent guide [UPDATED: April 9, 2022] on how to do this available from BOINC Italy here: https://www.boincitaly.org/forum/artico ... a-wsl.html

Download the latest version of the English translation: boincsynergy.ca/Guida.en.pdf

Guida.en_Page_1.jpg
Guida.en_Page_1.jpg (256.57 KiB) Viewed 2721 times
Guida.en_Page_2.jpg
Guida.en_Page_2.jpg (264.69 KiB) Viewed 2721 times
Guida.en_Page_3.jpg
Guida.en_Page_3.jpg (303.77 KiB) Viewed 2721 times
Guida.en_Page_4.jpg
Guida.en_Page_4.jpg (341.8 KiB) Viewed 2721 times
Guida.en_Page_5.jpg
Guida.en_Page_5.jpg (289.1 KiB) Viewed 2721 times
Guida.en_Page_6.jpg
Guida.en_Page_6.jpg (268.81 KiB) Viewed 2721 times
Guida.en_Page_7.jpg
Guida.en_Page_7.jpg (365.84 KiB) Viewed 2721 times
Guida.en_Page_8.jpg
Guida.en_Page_8.jpg (306.77 KiB) Viewed 2721 times


Image
faizanmazhar00
Posts: 5
Joined: Thu Mar 03, 2022 8:51 am

Re: Run Linux tasks in Windows

Post by faizanmazhar00 »

admin wrote: Fri Feb 26, 2021 9:59 am There are BOINC projects that only have Linux applications compiled. At this moment there are 3 active BOINC projects that send only Linux tasks:

WEP-M+2 Project

Gaia@home

climateprediction.net

It's relatively easy to install Linux in a virtual machine and run Linux tasks from there.

Install Linux in a virtual machine
If Oracle's Virtual Box is not already installed on your system, install BOINC with virtual box option here: https://boinc.berkeley.edu/download.php or directly from here: https://www.virtualbox.org/wiki/Downloads

After installation, open Virtual Box and click New
vb.jpg

Create a Linux Ubuntu Virtual Machine, give it a name and click Next
vb2.jpg

Default Memory size always seems rather lean (as shown here), so I tend to boost the allowance to just below the red warning.
vb3.jpg

Click through the rest of the prompts without necessarily altering default choices
Download Ubuntu Operating System here:
https://ubuntu.com/download/desktop
and save .iso file. Burn to disc as an option.
Start your new Virtual Machine, insert your Ubuntu disc or point to your Ubuntu .iso file and install Ubuntu in the Virtual Machine.
vb4.jpg

After install completes, click the Ubuntu Software icon and search for and install BOINC Manager
vb5.jpg

or open a terminal (Ctrl-Alt-T) and type

Code: Select all

sudo apt-get install boinc-manager
After automatic install of needed library files, BOINC client and manager, click on Show Applications icon:
ubuntu.jpg

and then All at the bottom to expose the BOINC Manager icon. Click to open the Manager and attach to projects or project manager. Run in tandem with the BOINC Manager/Client on the native Windows operating system if you wish or just run solo.
Thanks


Post Reply