vsphere_static_160x300
Badges

vexpert_logo_100x57

gestaltitbadge

follow-me-twitter

Subscribe to me on FriendFeed

Comments / DISQUS
Feedjit.com

Posts Tagged ‘virtualbox’

VIRTUMANIA Podcast Episode 1 – Virtualbox, Type 2 Hypervisors, and Security Nipples

VIRTUMANIA BLACK BKG 200X200I am proud to announce a new podcast I will be hosting on a weekly basis – VIRTUMANIA!

VIRTUMANIA is an Infosmack Production that will try to focus on the operational and administrative viewpoints of all things virtualization, so expect a different guest list of bloggers, architects, administrators, and consultants with each recording.

VIRTUMANIA episodes will be announced as new posts here on VM /ETC. Be sure to subscribe to the VM /ETC RSS feed in your favorite RSS reader or download the show each week from the podcast’s RSS feed. Of course, you can subscribe to the VIRTUMANIA podcast on iTunes. Finally, download or listen to each episode from the embedded player on the VM /ETC VIRTUMANIA Page.

Ladies and Gentlemen, I present to you the first episode of VIRTUMANIA!

VIRTUMANIA Podcast Episode 1 – Virtualbox, Type 2 Hypervisors, and Security Nipples.

Rich Brambley (@rbrambley) of VMETC and Marc Farley (@3parfarley) of 3Par and StorageRap.com with guests Sean Clark (@vseanclark) of SeanClark.us and Rick Vanover (@rickvanover) of RickVanover.com. This week’s episode includes discussion about Sun Virtulabox, Teleportation, comparing all type 2 hypervisors, and Oracle’s master virtualization plan. Thanks to Greg Knieriemen (@knieriemen) of Chi Corporation for this Infosmack Production.

Listen Now:

Download

I can’t thank Greg Knieriemen and Marc Farley enough for the patience, advice, and support necessary to get this podcast off the ground. For those that don’t already know, Greg and Marc host the already widely popular Infosmack podcast covering servers, storage, and virtualization news. Tapping into their insights and experiences while planning this podcast have been, and will continue to be invaluable to me. Special thanks to Marc for the Virtumania theme music and Greg for recording and post editing each episode.

Force Remove VMware Tools and Manual Clean Up

I created a Windows 7 virtual machine in VMware Player, ran it for a while on my Windows notebook, and then decided to move it to one of my Ubuntu machines and host it in VirtualBox. I had no problem copying the folder and files between the different host based hypervisors. VirtualBox can use a virtual disk in the VMware .vmdk format so it was just a matter of file transfers between computers. VirtualBox has it’s own Guest Editions (or host tools) to add functionality and improve performance, so I needed to make that switch inside the VM too. My problem was that I did not remove the VMware Tools before I moved the VM.

When I went to uninstall VMware Tools after powering the VM on Ubuntu and in VirtualBox I received a message that “no VMware Products were detected”. Luckily, I quickly figured out I wasn’t the first to attempt this move and experience this hurdle. The post Uninstalling VMware tools when not running on a VMware host tells the same tale and provides the answer.

“I added the VMware Tools ISO to that VM and opened a command prompt. Then I found the “setup.exe” or “setup64.exe” files on the cd. Run those in the cmd window with a /c switch. (example:  ”setup64.exe /c” )  This will remove the Tools.  I installed the VirtualBox additions and then reboot.  On my Windows 2008 server it crashed on first reboot, then then I tried again and it loaded up just fine.  Network works and everything! Yay!”

On my Windows host with VMware Player installed (VMware Workstation has a similar location) the windows.iso file was found at C:\program files(x86)\VMware\VMware Player\windows.iso. Your path needs to be adjusted based on whether you have a 32 bit or 64 bit OS obviously. Mine was a 64 bit host even though the directory was at c:\program files(x86), by the way.

I’ll let you figure out your preferred method on how to copy the windows.iso file to the Ubuntu host, but once you do you can:

Read the rest of this entry »

Video Of Working Windows DirectX Games in VirtualBox 3.0.2 on Ubuntu 9.0.4

I’ve spent too much time the last few weeks figuring out how to enable Direct3D hardware pass through in VirtualBox version 3.0.2, and then testing how well some of my games work in a virtual machine (VM). Check the end of this post for a 3 minute video I put together showing some of my results. The video is a sequence of desktop captures. What you are watching is my entire Ubuntu Jaunty desktop with the VirtualBox console open in the center. The games are being played full screen inside the VirtualBox VM. I did not record the actual game sound because I could not figure out how to do it with gtk-recordmydesktop (kept getting an error when sound capture was enabled). So, I created a my own mix of several popular songs for the video sound track instead. :)

Long story short, the only acceptable configuration I was able to achieve was on a 32 bit Ubuntu Jaunty host with a 32 bit Windows XP guest. My Ubuntu host does not even have virtualization assist technology in the processor – go figure! I first tried 32 bit Vista and Windows 7 RC VMs on a 64 bit Ubuntu host with Intel VT, but had no luck. [side note: Windows 7 is not advertised as supported for VirtualBox Direct3d yet anyways]

I had read a lot of forum threads and blog posts recently about how disappointed those who have tried already were, but, after the first couple of attempts I am quite pleased with my game(s) performance in a Windows XP VM. Not all of my games worked for various different reasons, but with a little research and some tweaks for everything from video performance to compatibility mode settings I got a handful of them to run. On the games that did not work, I left them installed. I’ll use VirtualBox’s OVF export feature to move this VM between different operating systems and PC hardware in the future hopefully for different results.

My Youtube video is embedded at the end of this post, but first here are some notes on my setup and about my efforts. Read the rest of this entry »

VirtualBox 2.2.0 Release Announced.

This is just a quick post to let readers know that VirtualBox announced on April 8 that version 2.2.0 was released. From the VirtualBox web site:

“Sun today released VirtualBox 2.2.0 which marks another major milestone for the world’s most popular free and open source hypervisor. Among the many improvements are support for OVF appliances, 3D acceleration for Linux/Solaris guests and support for up to 16GB of RAM per virtual machine. See the ChangeLog for a list of changes since VirtualBox 2.1.”

New features listed in the Changelog:

VirtualBox 2.2.0 (released 2009-04-08)

This version is a major update. The following major new features were added:

  • OVF (Open Virtualization Format) appliance import and export (see chapter 3.8, Importing and exporting virtual machines, User Manual page 55)
  • Host-only networking mode (see chapter 6.7, Host-only networking, User Manual page 88)
  • Hypervisor optimizations with signi?cant performance gains for high context switching rates
  • Raised the memory limit for VMs on 64-bit hosts to 16GB
  • VT-x/AMD-V are enabled by default for newly created virtual machines
  • USB (OHCI & EHCI) is enabled by default for newly created virtual machines (Qt GUI only)
  • Experimental USB support for OpenSolaris hosts
  • Shared folders for Solaris and OpenSolaris guests
  • OpenGL 3D acceleration for Linux and Solaris guests (see chapter 4.8, Hardware 3D acceleration (OpenGL), User Manual page 70)
  • Added C API in addition to C++, Java, Python and Web Services

I have upgraded my installations and plan to test the OVF import and export features soon. I will post again when I do.


Watching NCAA March Madness in a VirtualBox VM hosted on Kubuntu

March Madness in VirtualBox

March Madness in VirtualBox

Once again I am using a VirtualBox VM to help me watch a streaming sporting event on a Linux host. This past football season I was Watching the Georgia Bulldogs in a Virtualbox VM running on Ubuntu, and this time I am able to watch the NCAA Mens Basketball Tournament from a Windows 7 Beta VM hosted on Kubuntu. Similar to my scenario before, Firefox is an unsupported browser for the streaming game broadcasts available from cbssportsline.com. I needed IE so I started up my Windows VM and started watching the games.

Here’s some quick details about my setup.

  • Host OS is Kubuntu 8.10 with KDE 4.1.4 desktop
  • I am using VirtualBox version 2.1.4
  • VM has 512 MB of RAM with the video memory set to 128 MB
  • VM uses a single vCPU
  • VM has Intel VT-x, nested paging, and 3D acceleration enabled
  • VM is running Windows 7 Beta

The video stream is surprisingly smooth with occasional, but very brief, periods of choppiness. I’ll attribute this partly to the fact that I am wireless and the ads on the web page contain random animation.

I wish I was as happy about my bracket as I am about VirtualBox!

Here is a screen shot of the VM settings. Read the rest of this entry »

Windows 7 Beta VirtualBox Install hosted on Ubuntu 8.10

Not too long ago I published a visual how to guide for installing Windows 7 Beta on VMware Workstation 6.5. In this post I am illustrating how to install Windows 7 in a VirtualBox 2.1 virtual machine hosted on a 32 bit Ubuntu 8.10 desktop. Once again the installation is straightforward, but I’ve taken the time to record screen shots of the process. Judging by the traffic from the first post, the topic of running Windows 7 in a VM has been very popular, so now this post provides a Linux open source alternative to the previous Windows Vista VMware Workstation post. Like before I’ve added some basic notes along with my impressions during the process.

There’s nothing really too complicated or tricky, but nonetheless use this guide to get an idea how simple the VirtualBox Windows 7 installation process really is. Read the rest of this entry »

VirtualBox 2.1 released with major new features

On 12.17.08 Sun released it’s latest version of VirtulaBox with some major new features. I’ve blogged about VirtualBox as a free, open source alternative to VMware Workstation 6.5 in the past, and latest version, VirtualBox 2.1, keeps Sun xVM in pace as a serious contender in the hosted desktop virtualization platform market. VMware has offered some significant discounts on Workstation recently, but you just can’t beat the cost of VirtualBox – absolutely free!

From Sun’s official release announcement:

“Users of xVM VirtualBox 2.1 software will benefit from significant improvements in graphics and network performance, easier configuration, hardware platform support for the latest processors and additional interoperability”

VMware Workstation still has some unique features like Ace Packaging, VM record and replay, and integrated remote debugging. However, if you just need to get a few VMs up and running for casual use or a temporary lab scenario Virtualbox provides most all of the same VMware Workstation conveniences.

Slashdot.org posted about VirtualBox 2.1 on Dec. 22, and the user comments provide a great “back and forth” about the comparison between VMware Workstation and VirtualBox features.

Probably the new feature that I find to be the most exciting in version 2.1 is the Read the rest of this entry »

Hyper9 Cowabunga
Support VM /ETC
Support VMETC.com

Support VMETC.com

Free Business and Tech Magazines and eBooks
@rbrambley tweets
Advertisements
VMTN Roundtable Podcasts
Subscribe



Add to Google Reader or Homepage
Subscribe in NewsGator Online
Add to netvibes
Add to Plusmo