<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; virtual box</title> <atom:link href="http://www.ghacks.net/tag/virtual-box/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Install VirtualBox with USB support</title><link>http://www.ghacks.net/2009/08/01/install-virtualbox-with-usb-support/</link> <comments>http://www.ghacks.net/2009/08/01/install-virtualbox-with-usb-support/#comments</comments> <pubDate>Sat, 01 Aug 2009 18:34:15 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[fstab]]></category> <category><![CDATA[usb]]></category> <category><![CDATA[usb support]]></category> <category><![CDATA[virtual box]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14956</guid> <description><![CDATA[If you&#8217;ve installed VirtualBox as instructed in my tutorial &#8220;Install and configure VirtualBox for virtual OSes&#8221; you most likely have discovered that the open source edition of VirtualBox does not have USB support. In fact there are a few other features the open source edition does not offer that the closed-source edition does (such as [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;ve installed VirtualBox as instructed in my tutorial &#8220;<a
title="VirtualBox" href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" target="_blank">Install and configure VirtualBox for virtual OSes</a>&#8221; you most likely have discovered that the open source edition of VirtualBox does not have USB support. In fact there are a few other features the open source edition does not offer that the closed-source edition does (such as offering the Remote Display Protocol so you can connect to a virtual machine remotely). But to get these features you will have to uninstall your current VirtualBox OSE installation, install the closed source version, and then configure your set up to allow USB support. It&#8217;s not difficult so pretty much anyone can undertake this.  In this article you will see how to uninstall VirtualBox OSE, install VirtualBox, and configure VirtualBox to allow USB support. For the purposes of this article, I will using a Ubuntu 9.04 installation to make things easy. NOTE: If you have virtual machines installed you will lose the data on those VMs.<br
/> <span
id="more-14956"></span></p><p><strong>Remove VirtualBox OSE</strong></p><p>This is the easiest part of the tutorial. All you need to do is open up a terminal window and issue the command:</p><p><code>sudo apt-get autoremove virtualbox-ose</code></p><p>Once the OSE version has been removed it is time to install the closed source version of VirtualBox.</p><p><strong>Installing closed source VirtualBox</strong></p><p>The first thing to do is to add the proper sources to your <strong>/etc/apt/sources.list</strong> file. Open up that file, with your favorite editor, and add the following line to the end of that file:</p><p><code>deb http://download.virtualbox.org/virtualbox/debian jaunty non-free</code></p><p>Now save the <a
title="VirtualBox key" href="http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc" target="_blank">VirtualBox repository key</a> on your machine (for the sake of simplicity place it in <strong>~/Downloads</strong>) and issue the following command:</p><p><code>sudo apt-key add ~/Downloads/sun_vbox.asc</code></p><p>which will add the repo key to your system. Before you run the install update apt with the command:</p><p><code>sudo apt-get update</code></p><p>Now you can install the closed source version of VirtualBox with the command:</p><p><code>sudo apt-get install virtualbox-2.2</code></p><p>During the installation you will also have to OK the compilation of the proper kernel module. If you do not do this you may not be able to create any VMs.</p><p>The last step for the installation is to add your user to the vboxusers group. Do this with the following command:</p><p><code>sudo gpasswd -a USERNAME vboxusers</code></p><p>Where USERNAME is your login. You will be prompted for your username.</p><p><strong>Configure USB</strong></p><p>Now it&#8217;s time to configure the system to allow USB support. You have to get the user ID of the vboxusers group. To do this issue the following command:</p><p><code>grep vboxusers /etc/group</code></p><p>which will report something like:</p><p><code>vboxusers:x:123:</code></p><p>What you need to now do is add a line to the <strong>/etc/fstab </strong>file. This line will be (if we stick with the user ID report you see above):</p><p><code>none /proc/bus/usb usbfs devgid=123,devmode=664 0 0</code></p><p>With that file saved you are ready to reboot and start up VirtualBox with USB support.</p><p><strong>Final thoughts</strong></p><p>There are a lot of reasons why you would want to have USB support added to VirtualBox. For those iPhone owners out there it will give you a means to administer your phone without having to have a separate machine (or dual boot) in order to do so. This also greatly expands the capabilities of VirtualBox. The only downfall is you are giving up the open source version in order to gain USB support. For many this will be a worth wile trade-off. For others, giving over to closed sourced software isn&#8217;t worth having USB support. It would be nice, however, if Sun would open source the USB supported version.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/01/install-virtualbox-with-usb-support/feed/</wfw:commentRss> <slash:comments>25</slash:comments> </item> <item><title>Install VirtualBox Guest Additions for Windows 7</title><link>http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/</link> <comments>http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/#comments</comments> <pubDate>Wed, 29 Jul 2009 19:21:28 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[troubleshooting]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[virtual box]]></category> <category><![CDATA[virtual-machine]]></category> <category><![CDATA[virtualbox]]></category> <category><![CDATA[virtualbox guest additions]]></category> <category><![CDATA[windows 7]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14883</guid> <description><![CDATA[You may have read my series on VirtualBox virtual machine manager. If not, here it is: Installing and configuring VirtualBox for virtual OSes. Installing Windows XP as a virtual machine in VirtualBox. Install Guest Additions for a better VirtualBox experience. A new way of thinking thanks to virtual machines. Although the Guest Additions tool has [...]]]></description> <content:encoded><![CDATA[<p>You may have read my series on VirtualBox virtual machine manager. If not, here it is:</p><p><a
title="Installing and configuring VirtualBox" href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" target="_blank">Installing and configuring VirtualBox for virtual OSes</a>.</p><p><a
title="Installing Windows XP in VirtualBox" href="http://www.ghacks.net/2009/06/15/installing-a-windows-xp-as-a-virtual-machine-on-virtualbox/" target="_blank">Installing Windows XP as a virtual machine in VirtualBox</a>.</p><p><a
title="Install Guest Additions" href="http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/" target="_blank">Install Guest Additions for a better VirtualBox experience</a>.</p><p><a
title="Virtual Machines" href="http://www.ghacks.net/2009/07/27/a-new-way-of-thinking-thanks-to-virtual-machines/" target="_blank">A new way of thinking thanks to virtual machines</a>.</p><p>Although the Guest Additions tool has been covered already, if you&#8217;ve tried using Windows 7 in VirtualBox you will have most likely encountered some issues. The main issue is that Guest Additions isn&#8217;t supported. That doesn&#8217;t mean it can not be installed. It can, you just have to trick Windows 7 in order to do so. In this article I will show you just how to do so.</p><p><span
id="more-14883"></span></p><p><strong>The basic installation</strong></p><p>The first thing you need to do is get Windows 7 installed as a virtual machine. You can follow the directions for installing Windows XP. The only difference will be selecting the version of Windows you will be installing. Even though Windows 7 is not yet officially supported, there is an entry for the latest Microsoft OS in the dropdown.</p><p>After Windows 7 is installed you might notice (depending upon your hardware) that you can not see the task bar. This is because, without the Guest Additions, VirtualBox can not handle the proper resolution for Windows 7. So, it&#8217;s obvious you will need this tool.</p><p><strong>The trick </strong></p><p>The trick for installing Guest Additions in Window 7 is to trick it into thinking it&#8217;s being installed in Vista. While Vista is running click on the Devices menu and select Install Guest Additions. You will go through the same steps as you would for installing the Guest Additions on Windows XP at this point. The difference is the actual installer won&#8217;t start up. This is where it gets a bit tricky.</p><p>The process of installing the Guest Additions will have downloaded a mountable file on your system. If you click on the Windows 7 Start Menu and then click on Computer you will see that file listed along with Local Disk and Floppy Drive (even if you don&#8217;t have a floppy drive). Right click the VirtualBox Guest Additions entry (it will probably be labeled as &#8220;D&#8221;) and select Open.</p><p>In the resulting window you will see a number of files. Among these files you will see listed entries for both x86 and 64bit. These files are called:</p><p>VBoxWindowsAdditions-amd64</p><p>VBoxWindowsAdditions-x86</p><div
id="attachment_14893" class="wp-caption alignleft" style="width: 309px"><a
rel="attachment wp-att-14893" href="http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/vbox_win7_compat/"><img
class="size-medium wp-image-14893 " src="http://www.ghacks.net/wp-content/uploads/2009/07/vbox_win7_compat-499x340.png" alt="Figure 1" width="299" height="204" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Which file you use will depend upon what hardware you are using. Right click the one you want to use and select Troubleshoot Compatibility (see Figure 1). This will walk you through a Wizard that will attempt to solve the problem. Most likely it won&#8217;t, so you will have to do so manually. When the wizard has finished you will have two options: Try Recommended Settings and Troubleshoot Program. Select Troubleshoot Program and then, in the new window, select the first entry which is</p><div
id="attachment_14894" class="wp-caption alignright" style="width: 310px"><a
rel="attachment wp-att-14894" href="http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/vista/"><img
class="size-medium wp-image-14894 " src="http://www.ghacks.net/wp-content/uploads/2009/07/vista-500x380.png" alt="Figure 2" width="300" height="228" /></a><p
class="wp-caption-text">Figure 2</p></div><p>&#8220;The program worked in earlier versions of Windows but won&#8217;t install or run now.&#8221; After you select this option click the Next button and then select Vista from the list (see Figure 2). Once you have selected that option click Next and then, in the resulting window, click the &#8220;Start the Program&#8221; button. This will actually start the process of installing the Guest Additions for Windows 7. You can now finish this install as you would any other.</p><p><strong>Final thoughts</strong></p><p>I am confident when Windows 7 is finally released this process won&#8217;t be necessary. But if you need to test out Windows 7 now, this is the way to go.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
