Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 31

...

  1. First make sure you have downloaded and installed VirtualBox and it starts correctly.

  2. Start VirtualBox and click the 'New' button:



  3. In the window that appears, for Name type 'openifs' (any name is fine), for Type select 'Linux', for Version select 'openSUSE (64bit)'.


  4. For Memory size, increase it to at least 1200Mb more if you can. Do not move the bar into the red! This will cause your computer to slow down drastically and it may even freeze.
    The amount of memory on your computer may be less or more than shown in the figure below.


  5. For Hard drive, select the option 'Use an existing virtual hard drive file'. Then click on the yellow folder icon to locate the virtual machine file. This file will have a name similar to the one shown below and always have the .vmdk extension.


  6. Then click on the Create button. The newly created virtual machine should now be shown in the left panel.



  7. Next, click on the Settings icon to change a few of the properties.


  8. Under the General tab, select Advanced. For Shared Clipboard, enable Bidirectional and likewise for Drag'n'Drop (your system may not support these). When set these will allow cut'n'paste of text between the virtual machine and your computer.


  9. If (and only if) you have a computer with multiple processors or multiple 'processor cores', you may want to increase the number of processors available to the virtual machine. To do this, in the Settings window, select System, then Processor and adjust the slider. As for memory settings, do not go into the red!


  10. Enable Shared Folders. This allows both the virtual machine and the real computer to exchange files as both can read and writes files to any directories you specify as a shared folder.

    Info

    In order for Shared Folders to work the 'Guest additions' software must be installed correctly. For more information, please see below.


    In the Settings window, select Shared Folders and click the blue folder icon with the green cross to create a new one.



  11. In the window that appears, under Folder Path select the folder or directory on the host computer that will act as a shared folder (create it if it doesn't already exist). Then under Folder Name give it a name as it will appear on the virtual machine; e.g. shared_folder might be a good choice.
    Make sure that Read-only is not selected and Auto-mount is selected.

    to look like:

    Image Removed

     

    Info

    With Auto-mount selected, the shared folder will be available when the virtual machine boots. It can normally be found in the directory /media/ with the prefix 'sf_' added to the shared folder name e.g. /media/sf_shared_folder following the example above.

    If shared folders do not appear to work in the virtual machine, it may be that some additional software 'Guest Additions' is not installed or the shared folder needs to be mounted manually (see the VirtualBox user guide for more details).

    Note: The version of Guest Additions installed must match the version of VirtualBox or it may not work correctly. If this is not installed or if installed but not workingthe case, or in doubt, reinstall the Guest Additions software (see below), it does not take long.

  12. Close the Setttings box. To start the virtual machine, click the Start green arrow on the main window.



  13. When the virtual machine has booted, the keyboard layout can be changed by clicking on the small icon labelled 'gb' in the bottom right corner.
    The default is set to a UK keyboard.

Resizing the screen and shared folders

Resizing screen automatically

To have the monitor size in the virtual machine change size automatically as the virtual machine window is resized, select the 'Auto resize' option from the View menu when the virtual machine is active.

...

In order for this to work, some additional software might need to be installed on the virtual machine, known as Guest Additions. If this doesn't work, try installing (or reinstalling) the guest additions software.

Setting default screen size

The first time the virtual machine (VM) is started, the screen size may be set to 1024x768 pixels.

To change the screen size requires changing the desktop settings in the Linux virtual machine (similar to any Linux desktop)

...

.

...

...

Shared folders

Shared folders enable the host and guest machines to share files via a common folder (directory).

Please see instructions above for how to setup the shared folder for the virtual machine. These settings can also be used after the virtual machine has been configured but it must be rebooted for changes to take effect.

In order for shared folders this to work, the Guest Additions some additional software might need to be installed (or reinstalled) on the virtual machine, known as Guest Additions. See below for more information.

Install Guest Additions

Warning

It is very important that the version of the Guest Additions installed on the virtual machine matches the version of the VirtualBox application. If they are not the same, shared folders & automatic screen resizing may not work correctly, even if a version of Guest Additions is installed. In which case, re-install following the instructions below.

 

To install or re-install Guest Additions follow these instructions.

...

  1. Start up the virtual machine (VM) and let it start up fully.

 

  1. With the VM the active window, select the 'Devices' menu and the 'Install guest additions CD image..


    A popup window should appear in the virtual machine showing the CD.
  2. In the virtual machine, open a Terminal window from the openSUSE icon and 'Applications'


  3. First check that the necessary kernel files are installed:

    Code Block
    zypper search kernel-devel

    If not, install them with the command:

    Code Block
    sudo zypper install kernel-devel

    The installation needs to be done as the root user. This command will prompt for the root password 'metv1ew!' 

  4. In the Terminal, type the following command to change directory to the mounted CD:

    Code Block
    cd /run/media/openifs/VBOXADDITIONS_4.3.34_104062

    Note!  The name of the VBOXADDITIONS directory may be different. The version number follows the directory name.
    Note!  The name 'openifs' in the above directory is the username. If this is not the right filename, open the filebrowser and select the mounted CD.

  5. To start the installation of the Guest Additions, type the following command into the Terminal:

    Code Block
    sudo ./VBoxLinuxAdditions.run

    This will prompt for the root password, usually 'metv1ew!'

...

Adjusting the screen size

The first time the virtual machine (VM) is started, the screen size may be set to 1024x768 pixels.

To change the screen size requires changing the desktop settings in the Linux virtual machine (similar to any Linux desktop)

  1. Start up the virtual machine and let it start up fully.
  2. Resize the VM window to the required size.
  3. In the bottom left corner, find the openSUSE icon Image Added and click it.
  4. Then select 'Applications' and 'Configure Desktop':
    Image Added
  5. On the window that appears, find the icon labelled 'Display and Monitor' and click it.
    Image Added
  6. On the display window, click 'Size & Orientation' in the left bar (if not selected).
    In the middle panel, find the 'Size' menu:
    Image Added
  7. Select the largest size on this menu. It should match the resized window from step 2.
    Image Added
  8. Click 'Apply' to set the new resolution:
    Image Added
  9. Confirm the change and you're done.