start Guest OS from Ubuntu Desktop

This is for discussing general topics about how to use VirtualBox.
Post Reply
ncornelisse
Posts: 6
Joined: 29. Sep 2009, 21:01
Primary OS: Ubuntu 8.10
VBox Version: OSE Debian
Guest OSses: XP

start Guest OS from Ubuntu Desktop

Post by ncornelisse »

With the VMware player it is quite easy to start a Guest OS directly from your Desktop, by assigning the the extension of the Virtual disk to the player. So you don't have first to start the player and then the guest OS
Is there an easy way to do this with the VBox.

Thanks
NC
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: start Guest OS from Ubuntu Desktop

Post by Sasquatch »

Yes, create a launcher and put this command in it.

Code: Select all

VBoxManage startvm <vmname>
Replace <vmname> with the name of your VM. If it contains spaces, either escape it with a \, or enclose the full name with quotes ("").
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply