Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:software:howto_virtualbox_ubuntu [2014/12/13 18:08] – created, Part 1 msteinke | en:software:howto_virtualbox_ubuntu [2024/10/09 08:09] (current) – Adjusts name of laboratory computer rhainich | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | FIXME **This page is not fully translated, yet. Please help completing | + | <WRAP center round alert 60%> |
+ | Unfortunately, | ||
+ | </WRAP> | ||
- | ===== The laboratory course computer for home usage ("a12 to go") ===== | + | ====== The laboratory course computer for your home ("columba |
- | For students who wish to use the data reduction software on the own computer (at home), we offer a preconfigured virtual machine running Ubuntu 12.10. To implement | + | For students who wish to use the data reduction software on their own computer (at home), we offer a preconfigured virtual machine running Ubuntu 12.10. To install |
The virtual machine has these programs installed: | The virtual machine has these programs installed: | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
- | * [[en: | + | * [[en: |
* [[http:// | * [[http:// | ||
- | * [[http:// | + | * [[http:// |
* [[http:// | * [[http:// | ||
- | * [[http:// | + | * [[http:// |
- | * [[http:// | + | * [[http:// |
* ssh bookmarks for the physical laboratory course computers in Nautilus and Dolphin | * ssh bookmarks for the physical laboratory course computers in Nautilus and Dolphin | ||
+ | |||
+ | /* , [[http:// | ||
Current version of the virtual box: November 30, 2013. | Current version of the virtual box: November 30, 2013. | ||
- | ===== Getting the virtual box ===== | + | ==== Getting the virtual box ==== |
- | Bring a USB stick with sufficient size (current size of the box ~ 3 GB) and ask the instructors. Alternatively, | + | Bring a USB stick with sufficient size (current size of the box ~ 3 GB) and ask the instructors. Alternatively, |
+ | |||
+ | ==== Technical properties ==== | ||
+ | The virtual machine was created with: | ||
+ | * built with Oracle VM VirtualBox 4.3.4 | ||
+ | * 32bit | ||
+ | * 1024 MB RAM (can and should be increased) | ||
+ | * 1 CPU (can and should be increased) | ||
+ | * PAE/NX needs to be activated | ||
+ | * Hardware-Virtualisation and 3D acceleration disabled (can and should be activated) | ||
+ | * 64 MB Graphics RAM (can and should be increased) | ||
+ | * Network-NAT (to use the internet connection of the host system) | ||
+ | * bidirectional clipboard (host and guest system have a common clipboard, this requires the " | ||
===== Software to run the virtual box ===== | ===== Software to run the virtual box ===== | ||
Line 34: | Line 50: | ||
=== Oracle VM VirtualBox Extension Pack === | === Oracle VM VirtualBox Extension Pack === | ||
- | For support of USB2 and scaling-free window sizing additionally install the VirtualBox Extension Pack from the same page. | + | For support of USB2 and scaling-free window sizing additionally install the //VirtualBox Extension Pack// from the same page. |
This should be installed before the virtual machine is imported. Then reboot the (virtual) computer. | This should be installed before the virtual machine is imported. Then reboot the (virtual) computer. | ||
Line 40: | Line 56: | ||
* import Appliance | * import Appliance | ||
- | * Click '' | + | * click '' |
+ | * after making technical changes (e.g. increasing the amount of RAM) to the virtual machine, the // | ||
- | === technical properties | + | ==== VMware Player ==== |
- | The virtual machine has/is: | + | |
- | * built with Oracle VM VirtualBox 4.3.4 | + | |
- | * 32bit | + | |
- | * 1024 MB RAM (can and should be increased) | + | |
- | * 1 CPU (can and should be increased) | + | |
- | * PAE/NX needs to be activated | + | |
- | * Hardware-Virtualisation and 3D acceleration disabled (can and should be active) | + | |
- | * 64 MB Graphics RAM (can and should be increased) | + | |
- | * Network-NAT (to use the internet connection of the host system) | + | |
- | * bidirecional clipboard (host and guest system have a common clipboard, this requires the " | + | |
- | With changes, | + | === Install VMware Player === |
+ | Download (and install) | ||
- | ==== VMware Player | + | <typo fs: |
- | === VMware Player installieren | + | === Import virtual machines ==== |
- | Von der folgenden Seite die für das eigene System passende Software herunterladen und installieren: | + | |
- | [[https:// | + | |
- | ,, | + | To be added... |
- | === Virtuelle Maschine importieren ==== | ||
=== VMWare Tools === | === VMWare Tools === | ||
- | ===== How-To | + | To be added... |
- | ==== Ubuntu | + | |
- | Unter Umständen bleibt | + | ===== Troubleshooting |
- | - Beim Bootvorgang in den [[http://wiki.ubuntuusers.de/Recovery-Modus? | + | ==== Ubuntu |
- | - mit resume | + | Sometimes |
- | - Ubuntu | + | - change to the [[https://wiki.ubuntu.com/RecoveryMode|Recovery |
- | - mit normalen Anmeldedaten einloggen | + | - resume |
- | - sudo apt-get update | + | - Ubuntu |
- | - sudo apt-get install ubuntu-desktop | + | - login with normal user, password |
+ | - execute: '' | ||
+ | - execute: '' | ||
- | Mit startx | + | Afterwards, start the desktop with '' |
- | ==== Distributions-Upgrade durchführen | + | ==== Update the distribution |
- | Zuerst sollte man sicherstellen, | + | First check if the system is using the latest version. |
- | sudo apt-get update | + | sudo apt-get update |
- | sudo apt-get dist-upgrade | + | sudo apt-get dist-upgrade |
- | **Wichtig ist, dass das Paket update-manager-core | + | **It's important to have the package "update-manager-core" installed.** Then prepare the update for the system: |
sudo update-manager --proposed | sudo update-manager --proposed | ||
- | Die Aktualisierung beginnt man mit einem Klick auf "Aktualisieren" | + | The update will start after clicking on "Update" |