Linux Tutorials on the topic “Ubuntu”
-
Installing Windows XP As A KVM Guest On Ubuntu 8.10 Desktop
Author: Falko Timme • Tags: virtualization, ubuntu, desktop, kvm • Comments: 7
Installing Windows XP As A KVM Guest On Ubuntu 8.10 Desktop There's a bug in virt-install and virt-manager on Ubuntu 8.10 that does not let you run Windows XP as a guest under KVM. During the Windows installation, the guest needs to be rebooted, and then you get the following error, and Windows XP refuses to boot: "A disk read error occured. Press Ctrl+Alt+Del to restart". This guide shows how you can solve the problem and install Windows XP as a KVM guest on Ubuntu 8.10.
-
Installing Xen 3.3 With Kernel 2.6.27 On Ubuntu 8.10 (x86_64)
Author: Falko Timme • Tags: ubuntu, virtualization, xen • Comments: 18
Installing Xen 3.3 With Kernel 2.6.27 On Ubuntu 8.10 (x86_64) This tutorial shows how you can install Xen 3.3 on an Ubuntu 8.10 host (dom0). Xen 3.3 is available from the Ubuntu 8.10 repositories, but the Ubuntu 8.10 kernels (2.6.27-x) are domU kernels, i.e., they work for Xen guests (domU), but not for the host (dom0). Therefore we need to build our own dom0 kernel. This guide explains how to do this with a 2.6.27 kernel.
-
Installing KVM Guests With virt-install On Ubuntu 8.10 Server
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 0
Installing KVM Guests With virt-install On Ubuntu 8.10 Server Unlike virt-manager, virt-install is a command line tool that allows you to create KVM guests on a headless server. You may ask yourself: "But I can use vmbuilder to do this, why do I need virt-install?" The difference between virt-install and vmbuilder is that vmbuilder is for creating Ubuntu-based guests, whereas virt-install lets you install all kinds of operating systems (e.g. Linux, Windows, Solaris, FreeBSD, OpenBSD) and distributions in a guest, just like virt-manager. This article shows how you can use it on an Ubuntu 8.10 KVM server.
-
-
How To Install VMware Server 1.0.x On An Ubuntu 8.10 Desktop
Author: Falko Timme • Tags: desktop, ubuntu, virtualization, vmware • Comments: 10
How To Install VMware Server 1.0.x On An Ubuntu 8.10 Desktop This tutorial provides step-by-step instructions on how to install VMware Server 1.0.x (1.0.8 at the time of this writing) on an Ubuntu 8.10 desktop system. This is for those who prefer VMware Server 1.0.x over VMware Server 2.
-
KVM Virtualization With Enomalism 2 On An Ubuntu 8.10 Server
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 4
KVM Virtualization With Enomalism 2 On An Ubuntu 8.10 Server Enomalism ECP (Elastic Computing Platform) provides a web-based control panel that lets you design, deploy, and manage virtual machines on one or more host systems (in the case of multiple systems, we speak of a cluster or cloud). This article shows how you can use Enomalism (also know as Enomaly) to manage KVM guests on one Ubuntu 8.10 server.
-
VirtualBox 2: How To Pass Through USB Devices To Guests On An Ubuntu 8.10 Host
Author: Falko Timme • Tags: virtualization, ubuntu, desktop, virtualbox • Comments: 8
VirtualBox 2: How To Pass Through USB Devices To Guests On An Ubuntu 8.10 Host This short guide shows how you can pass through USB devices (such as a USB flash drive) to VirtualBox guests on an Ubuntu 8.10 VirtualBox 2 host. USB support is available only in the VirtualBox PUEL (closed-source) edition, not in the OSE edition, so make sure you have the PUEL edition installed.
-
Managing Multiple KVM Hosts With Enomalism2 [Ubuntu 8.10]
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 0
Managing Multiple KVM Hosts With Enomalism2 [Ubuntu 8.10] In my previous guide about how to set up Enomalism2 on Ubuntu 8.10 I concentrated on just one KVM host. This tutorial is an extension to that article in that it shows how to add further Ubuntu 8.10 KVM hosts to the setup that can then be managed from one single control panel.
-
Virtualization With KVM On Ubuntu 9.04
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 1Virtualization With KVM On Ubuntu 9.04 This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 9.04 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.
-
How To Install VMware Server 2 On Ubuntu 9.04
Author: Falko Timme • Tags: ubuntu, virtualization, vmware • Comments: 43
How To Install VMware Server 2 On Ubuntu 9.04 This tutorial provides step-by-step instructions on how to install VMware Server 2 on an Ubuntu 9.04 desktop system. With VMware Server you can create and run guest operating systems ("virtual machines") such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free).
-
Installing VirtualBox 3.0 On An Ubuntu 9.04 Desktop
Author: Falko Timme • Tags: desktop, ubuntu, virtualbox, virtualization • Comments: 26
Installing VirtualBox 3.0 On An Ubuntu 9.04 Desktop This tutorial shows how you can install Sun VirtualBox 3.0 (released on June 30, 2009) on an Ubuntu 9.04 desktop. With VirtualBox you can create and run guest operating systems ("virtual machines") such as Linux and Windows under a host operating system. There are two ways of installing VirtualBox: from precompiled binaries that are available for some distributions and come under the PUEL license, and from the sources that are released under the GPL. This article will show how to set up VirtualBox 3.0 from the precompiled binaries.