OSE Linux - 2.0 version from 2020
Hint: OSE Linux is an Ubuntu 16.04 distribution with all of OSE's software, FreeCAD macros, Cura settings, and Marlin configured for the OSE 3D printer. Releases occur quarterly with updates.
What is It?
OSE Linux is a freely downloadable operating system that contains all software that is used regularly at OSE. It is run as a Live USB without the user having to modify or upset their usual operating system in any way whatsoever.
This addresses the tens of hours that it would potentially take to download and configure all the software and libraries in common use by OSE. Instead, a single install, taking under half hour of dedicated user time after download, is sufficient to download the entire operating system.
It is a good practice for OSE Developers to download and use the system to avoid software malfunction, improper settings, and in general the time it takes to download or install various software and its extensions, such as additional workbenches in FreeCAD, browser plugins, etc. OSE uses only open source software to produce all of its work product to facilitate interoperability with a large global team of developers.
Please note that OSE uses a lot of custom software - so please save yourself hours of install time and and just download the prepared OSE Linux. We are doing this to make your life easy. Note also that you should not run OSE Linux in a Virtual Machine, as a Virtual Machine will be much slower at computation intensive tasks such as CAD.
OSE Linux can be used by downloading the ISO, and creating a bootable USB stick. Instead of using one's regular operating system, one can choose - upon startup - to run the OSE Linux operating system from a USB stick, without installing it on one's hard drive. Note that currently you can't save files on the Live Linux - so upload any documents to your log, the wiki, or use cloud-documents where data is not saved locally.
OSE Case with Workshops
For reasons of software uniformity, we like to use OSE Linux. Our experience with prior workshops at OSE which involve software training was that always there was someone who could not run some software properly, or there would be some differences in the software on different platforms. This typically obstructed smooth progress of everyone following along during software training. For this reason, we like to use OSE Linux live, so that everyone has the exact same copy. All that people need to do is to boot from our USB. Once booted, uniform results are pretty much guaranteed. Thus, we begun using OSE Linux in 2017 as a regular practice during OSE workshops - where participants are instructed to either make their own USB at home - or we provide the USB at the OSE site.
Software List
This is a partial list of software that OSE uses:
Download and Install OSE Linux Live ISO
Testing
We are documenting which systems work successfully for Live boot and/or install of the OSE Linux ISO.
Please document 3 things:
- Version of the OSE Linux you are trying to boot and/or install - date or link to the download from above. Note that new versions will be published quarterly. It is impotant to keep notes on the specific version that you are using so there is no confusion on which OSE Linux versions are successful
- Hardware you are using, such as Dell Precision M6500 Laptop
- Operating system that you are using on your hardware - such as Ubuntu 16.04.
To document this for your system, please go to See ISO to USB Install Notes. The test should verify the following specific usage points, and receive "100% tested and working" condition for the ISO to be considered done (ie, for example, we cannot have the Dimension Drawing Workbench not working in FreeCAD. For the specific usage points that are marked "Not Cricital", they do not count in the grading.
- Is the time zone set correctly? (Not critical)
Does Chromium connect to wireless internet without a problem?
- Is the version of Arduino 1.6.8 as the default?
- Does Arduino IDE upload sample program to the Mega after selecting the correct board and port under Tools?
- Is OSE Marlin available within Arduino?
- Can you download a file from Part Library on the wiki and open it in FreeCAD?
- Does the Exploded Part Animation workbench create part explosions without crashing?
- Do files download to the desktop (so a new user can find files immediately without having to find the Downloads folder in the directory structure)?
- Can you upload files to the wiki, such as an image?
Troubleshooting
HowTo Document for Linux Users
Objective: A bootable USB stick that provides the OSE Live desktop, and will run all the OSE programs without touching any existing locally installed OS on the computer. It's a way to test, and use, the OSE programs (3D design, 2D design, video capture and edit, resource management) and not disturb the current computer setup.
1. Download the ISO (See above for current ISO URL)
2. Burn ISO to USB
For Setting up the USB stick, follow the instructions here,
simply swap the word SD for USB. There are no customizations to be made as they are suggested at the bottom, all is working out of the box.
3. Boot your computer with the USB, please refer to the document for further information:
Here is the video HowTo for Ubuntu 16.04 users, GUI version
http://opensourceecology.org/w/images/2/23/OSE_Live_USB_HowTo.webm
HowTo Document for Windows Users
The links below would help with: Setting up the OSE_OS on a Virtual Machine (using VirtualBox) on a Windows System.
Note that some lag might be experienced with such an installation depending on your system specs and some OpenGL glitches have been reported in the past though they seem currently resolved. If the ability to switch seamlessly from Ubuntu to Windows without having to reboot is essential as an option, it might be worth a try:
Installing Ubuntu inside Windows using VirtualBox
Install Guest Additions to Windows and Linux VMs in VirtualBox
How to Access Folders on Your Host Machine from an Ubuntu Virtual Machine in VirtualBox
Mac
How To Create a bootable Open Source Ecology (OSE) Linux USB Stick on Mac OS X - github
Download
Download the latest OSE Linux ISO disk image OSE_Linux#Download_and_Install_OSE_Linux_Live_ISO. Please note there may be two disk images to choose from: a **standard disk image** and a **hybrid disk image** source. The hybrid disk image is preferred.
Insert your USB Stick and determine its device identifier
- Insert USB stick
- Open a Terminal window
- Determine USB stick device ID: `diskutil list`
$ diskutil list ... /dev/disk3 (external, physical): #: TYPE NAME SIZE IDENTIFIER 0: *16.0 GB disk3
Create a bootable USB Stick from a hybrid disk image
Using a hybrid ISO disk image is by far the simpler approach as you just overwrite the entire USB stick.
- Unmount all partitions on device: `diskutil unmountDisk [Device ID]`
- Copy ISO: `sudo dd if=[Path to ISO] of=[Device ID] bs=1048576`
- Press CTRL+T to send a SIGINFO signal to `dd` to track progress source
$ diskutil unmountDisk /dev/disk3 Unmount of all volumes on disk3 was successful $ sudo dd if=~/Downloads/ose0.3isohybrid.iso of=/dev/disk3 bs=1048576 2142+0 records in 2142+0 records out 2246049792 bytes transferred in 1841.710284 secs (1219546 bytes/sec)
The partition is automatically marked as as bootable.
Eject USB Stick: `diskutil eject [Device ID]`
$ diskutil eject /dev/disk3 Disk /dev/disk3 ejected
And you're good to go.
Boot target computer from USB Stick
First, configure the BIOS to prioritize booting from a USB drive. In my case, I'm installing on an HP Spectre x360 laptop [1].
- Power up HP Spectre x360
- Press `F10` to enter the BIOS
- Navigate to System Configuration
- Select Boot Options
- Disable Secure Boot
- Enable Legacy Boot
- In UEFI Boot Order move USB Diskette to top of list
- In Legacy Boot Order move USB Diskette to top of list
- Press `F10` to save changes and exit BIOS
Your system will restart, recognize the USB Stick, and boot its contents.
_For existing Linux systems with a boot manager installed, you may still need to intervene to select an alternative boot option. Press `F9` to enter Boot Options and choose the USB Disk._
OSE Linux Assists in Providing Technical Support
Technical support is a service of huge importance to the OSE community. As a Distributive Enterprise, OSE is interested in self-maintaining technical support base that can scale to millions of users.
To achieve this, part of our strategy is to utilize OSE Linux as an essential aspect of OSE's technical support. This is a managed distribution that works out all software-related issues for the OSE community - by providing a Linux distribution that just works.
Software-related issues stand in the way of seamless, distributed, open source collaboration. Overall, OSE Linux saves the OSE developer/user community thousands to millions of hours of total time that would otherwise be spent with people downloading software and making it work. To address this issue, OSE is proposing that any OSE user or developer obtains a copy of OSE Linux. This allows for a completely uniform way to eliminate all software related issues: improper installs, drivers, libraries, package conflicts, bad settings, security issues, software crashes, updates, and any other software issues. This is done by installing and using an entire OSE operating system, with all software prepared. The goal is to produce a stable and widely accessible system that can be run from a USB or that can be installed as a Multi-Boot System. The release schedule for updates will be quarterly.
Requirements
- Follows Best Practices for creating a Linux distribution
- Download statistics are tracked - number vs. Time, and are displayed via a wiki script
- Single configuration with all of OSE-critical software
- Contains libraries - such as tractor design in FreeCAD, etc.
- Has a Team Charter for long term support
- Clear hosting strategy and admin
- Donation option with hosting transparency page of cost and uptime, and user statistics
- Download requires an email for future communications
- Clear OSE Social Contract - contract with the OSS/H community to keep this distribution open source for ever
- Clear contributor agreement
- Clear repositories for design - distributed and pulled into the OSE distribution as current working design libraries.
TODO
This section will enumerate items for OSE Devs to work on for upcoming versions of OSE Linux.
Requests and Notes
- Processing addition (oscilloscope)
- Piping library addition to FreeCAD
- FEA addition to FreeCAD
- 6/21/18 - u8glib addition to D3D Marlin
- 6/5/18 - Webm output of Kdenlive does not play without downloading extra packages. Make it play by downloading the appropriate software
- try installing vlc
- 6/5/18 - Note that screen sharing in Jitsi Meet does not work in Chromium. Proper extensions need to be added.
- 4/25/18 - Pronterface should be added to OSE Linux. This may help troubleshooting of printing.
- 4/25/18 - Chromium allows only 3 or so tabs to be open before tabs no longer open, and a new Chromium window needs to be opened.
- 4/23/18 - bug report. Downloaded http://opensourceecology.org/w/images/9/9b/OSE_Marlin.zip - and this could not be extracted on my desktop - "An error occurred while loading the archive". Extraction worked on another computer.
- 4/23/18 - When trying to use Marlin from another USB - Could not open OSE Marlin (from another USB drive). Archive type not supported.
- Improve video - add which navigation style to use, and how to select a rotation plane. Next, use OSE Linux for the video, to remove any possibility of version difference. We should be able to teach someone Cube Readiness in 2 hours, and 3 more hours for video etc.
- 2/1/18 - PVC Pipe and Fittings Library - verified that pipe, cross, elbow, alpha elbow, tee, and couplings now work in OSE Linux 1.0. These, combined with their 5 supporting CSV files, can now be added to OSE Linux.
- 3/16/18 - SweetHome3D icon does not appear in applications menu, only in search box. Can we put it in the menu?
Persistence
We need to build in a simple way to persist data between reboots.
Marcin would like to be able to use OSE Linux full-time, but he would need to have his ssh key, keepass, etc all persisted between reboots. This, in general, is a necessary feature for anything more than "trying out" a distro. Because this data can be sensitive in nature (ie: ssh keys for logging into hetzner2), all persistent volumes should necessarily be encrypted.
The best experience I've had with Persistence in live distros was TAILS. There's no `dd` on the user side. They just go to "Applications -> System Tools -> Configure persistent volume", and set it up with the GUI.
TAILS is based on debian, as is OSE Linux, so I think this is a good place to start looking for how we can enable persistence in OSE Linux:
- https://tails.boum.org/contribute/design/persistence/#index3h2
- https://git-tails.immerda.ch/persistence-setup
Version Change Log
Oct 25 2017 - Version 1.0 release
Added exploded part diagrams,vlc and obs
Working arduino and cura (its now possible to write the code to the arduino/print with cura)
Custom Wallpaper seems to work fine now.
This version fixed all known issues (except the time zone, which is in the nature of Ubuntu). Therefore, this is version 1.0,
and this project will be seen as done until further changes are needed.
The Download Link is here magnet
Sep 9 release
All programs are now arranged to some extent, no setup of cura or freecad needed. All programs asked to date are added and functional. The screen is setup for the working with the OSE software and not just the default look.
Some people came up with an issue regarding the ethernet connection, although there wasn't much testing yet, the top answer of this question may help Wifi Ubuntu Live CD. This will be adressed when a solution is found.
The Download Link is here
Sep 3 release
same as last version, fixed some breaking bugs and added some basic options as default, as well as the program debsums. This version should be fully operable and its recommended updating to it
The Download Link is here
Aug 23 release
A new version has been released with further, sophisticated options. Some of them are not in an optimal stage, so I am awaiting some feedback how the default should look like. That means setting up the different software parts in a way thats most convenient and sharing it in the software list. As for now, in the /opt folder (filemanager > system > opt) there is the Macro sheet for freecad and the .ini for the d3d for Cura. The Marlin Software can be found in the examples os the arduino software
The Download link is here
APR 28 hybrid release
Link to shared Google Drive folder containing all versions[2]
The CURRENT OSE Live iso is named 4-28-17ose0.42.iso
- LINK TO DOWNLOAD ISO - [3]
MD5SUM:
And then create a bootable USB drive with that file.
To do that, GoGoDuck - https://duckduckgo.com/?q=iso+to+usb&t=canonical&ia=web
Hint: Instructions for creating a bootable USB are in progress as of 3/14/17 by Jai Log
Links
Maintainers
- Christian Rupp - 2017-present
- Jai Kumar - 2017 intial version