Difference between revisions of "VirtualBox Starting DVDK Virtual Machine"

From DAVE Developer's Wiki
Jump to: navigation, search
(Starting the Virtual Machine)
Line 10: Line 10:
  
 
# Decompress the DVDK compressed archive on your file system. You should see two files, with .vbox extension (the virtual machine definition) and .vdi extension (the actual virtual machine): <br><br>[[File: Dvdk decompressed.png|600px]]<br><br>
 
# Decompress the DVDK compressed archive on your file system. You should see two files, with .vbox extension (the virtual machine definition) and .vdi extension (the actual virtual machine): <br><br>[[File: Dvdk decompressed.png|600px]]<br><br>
# Start the Oracle VM Application Manager <br><br>[[File: Screenshot-Oracle VM VirtualBox Manager.png|600px]]<br><br>
+
# Start the Oracle VM VirtualBox Manager <br><br>[[File: Screenshot-Oracle VM VirtualBox Manager.png|600px]]<br><br>
 
# Click on Machine and select Add <br><br>[[File: VirtualBox Manager Add.png|600px]]<br><br>
 
# Click on Machine and select Add <br><br>[[File: VirtualBox Manager Add.png|600px]]<br><br>
 
# Navigate your file system and select the .vbox file previously decompressed
 
# Navigate your file system and select the .vbox file previously decompressed
Line 18: Line 18:
 
#* username: nelk
 
#* username: nelk
 
#* password: nelk
 
#* password: nelk
 
  
 
= Guest Additions Update =
 
= Guest Additions Update =
  
 
Once logged in, the system could suggest to update the Virtualbox Guest Additions package (http://www.virtualbox.org/manual/ch04.html). You can follow the on screen instructions to easily update the package.
 
Once logged in, the system could suggest to update the Virtualbox Guest Additions package (http://www.virtualbox.org/manual/ch04.html). You can follow the on screen instructions to easily update the package.

Revision as of 07:58, 9 May 2012

Info Box
VirtualMachine.png Applies to DVDK

This page describes the basic procedure to start the DVDK virtual machine in VirtualBox.


200px-Emblem-important.svg.png

We assume that the VirtualBox package is already installed in the user's host machine

Starting the Virtual Machine[edit | edit source]

  1. Decompress the DVDK compressed archive on your file system. You should see two files, with .vbox extension (the virtual machine definition) and .vdi extension (the actual virtual machine):

    Dvdk decompressed.png

  2. Start the Oracle VM VirtualBox Manager

    Screenshot-Oracle VM VirtualBox Manager.png

  3. Click on Machine and select Add

    VirtualBox Manager Add.png

  4. Navigate your file system and select the .vbox file previously decompressed
  5. Launch the virtual machine clicking on the start icon:

    VirtualBox Manager Start.png

  6. VirtualBox will open three message windows, you can click "Ok" to close them
  7. When the boot process is completed, you can login into the Ubuntu system
    VirtualBox Login.png

    with the following credentials:
    • username: nelk
    • password: nelk

Guest Additions Update[edit | edit source]

Once logged in, the system could suggest to update the Virtualbox Guest Additions package (http://www.virtualbox.org/manual/ch04.html). You can follow the on screen instructions to easily update the package.