Difference between revisions of "Setting up VirtualBox"

From KolibriOS wiki
Jump to navigation Jump to search
Line 46: Line 46:
  
 
KolibriOS has USB support for quite some time now, and it can be useful to mount a USB device connected to the host machine, onto the virtual machine. <br>
 
KolibriOS has USB support for quite some time now, and it can be useful to mount a USB device connected to the host machine, onto the virtual machine. <br>
To do this, you'll need to install the VirtualBox guest additions and enable USB support for the virtual machine. <br>
+
You will need to enable USB support in the virtual machine. <br>
 
When you're using linux, you'll also need to be a member of the vboxusers group for USB to work.<br>
 
When you're using linux, you'll also need to be a member of the vboxusers group for USB to work.<br>
 
To become a member of this group, you may use the following command:  
 
To become a member of this group, you may use the following command:  

Revision as of 18:20, 26 February 2015

Getting started

First, download the KolibriOS distribution of your like, you may chose between a floppy or CD distribution.
The downloads on the site are packed with 7-zip, you'll need 7-zip or another unpacker to unzip the file.
Extract the file called kolibri.img (for the floppy distribution) or kolibri.iso (for the CD distribution) to a directory on your harddrive.
Remember where you have put it.

Creating the VM

Then, after installing VirtualBox, click the 'new' button.
Vbox-floppy-1.png

Type the name for your virtual machine and select the OS type.
Vbox-floppy-2.png

Choose the amount of RAM you want to use, 64 Mb is enough.
Unless if you want to run DOSbox or other heavy applications, 256 Mb may be a better setting then.
Vbox-floppy-3.png

We dont need a harddrive.
If you'd like to use a harddrive, you will need another virtual OS to format it, as KolibriOS currently does not have a format program.
Vbox-floppy-4.png

If you chose not to use a harddrive, you'll get this warning, just continue.
Vbox-floppy-5.png

Mounting the virtual floppy/cd image

Now that the virtual machine is created, we need to attach the CD or floppy image.
The CD image comes with some extra programs, but it's easier to update the floppy image when you plan to do some development.

Vbox-floppy-6.png

If you chose to use the CD image, simply select the CD/DVD drive and add the iso as shown in the picture.
Vbox-cd.png

If you however would rather like to use the Floppy image, we'll need to add a floppy controller first.
Vbox-floppy-7.png

Once the floppy controller is added, attach the kolibri.img virtual floppy as follows.
Vbox-floppy-8.png

Vbox-floppy-9.png

USB

KolibriOS has USB support for quite some time now, and it can be useful to mount a USB device connected to the host machine, onto the virtual machine.
You will need to enable USB support in the virtual machine.
When you're using linux, you'll also need to be a member of the vboxusers group for USB to work.
To become a member of this group, you may use the following command: sudo usermod -aG vboxusers <username>
A detailed article is available on this matter: http://www.dedoimedo.com/computers/virtualbox-usb.html

Since version #4529 it's possible to use the VirtualBox USB-tablet input device.
When using this device, it's no longer needed to capture and release the pointing device to the Guest OS, which may be convenient.
Virtualbox usb tablet.png

First run

Now just click start, and let it fly!
Vbox-floppy-10.png