Setting up VirtualBox: Difference between revisions

From KolibriOS wiki
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
Extract the file called kolibri.img (for the floppy distribution) or kolibri.iso (for the CD distribution) to a directory on your harddrive.<br>
Extract the file called kolibri.img (for the floppy distribution) or kolibri.iso (for the CD distribution) to a directory on your harddrive.<br>
Remember where you have put it.<br>
Remember where you have put it.<br>
'''Note: There are no guest addons for KolibriOS under VirtualBox yet (because KolibriOS is a totally separate Operating System, not based on Linux or Windows).''' So don't bother looking for them. If you really want guest addons for KolibriOS to be available, you may offer your help in porting them :-)


= Creating the VM =
= Creating the VM =

Revision as of 18:38, 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.

Note: There are no guest addons for KolibriOS under VirtualBox yet (because KolibriOS is a totally separate Operating System, not based on Linux or Windows). So don't bother looking for them. If you really want guest addons for KolibriOS to be available, you may offer your help in porting them :-)


Creating the VM

Then, after installing VirtualBox, click the 'new' button.

Error creating thumbnail: Unable to save thumbnail to destination

Type the name for your virtual machine and select the OS type.

Error creating thumbnail: Unable to save thumbnail to destination

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.

Error creating thumbnail: Unable to save thumbnail to destination

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.

Error creating thumbnail: Unable to save thumbnail to destination

If you chose not to use a harddrive, you'll get this warning, just continue.

Error creating thumbnail: Unable to save thumbnail to destination

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.

Error creating thumbnail: Unable to save thumbnail to destination

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

Error creating thumbnail: Unable to save thumbnail to destination

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

Error creating thumbnail: Unable to save thumbnail to destination

Once the floppy controller is added, attach the kolibri.img virtual floppy as follows.

Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination

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.

Error creating thumbnail: Unable to save thumbnail to destination

First run

Now just click start, and let it fly!

Error creating thumbnail: Unable to save thumbnail to destination