Looks like sun upped the max resolution to 2560 x 1024.

Finally I can run my VMs accross dual monitors!

Tags:

Looks like there’s a bug in the PC NET III Ethernet Card in VB3

“DO NOT use PC NET FAST III as a virtual ethernet card!!! have a bug on 3.0.0!!! change to Intel PRO/1000 MT Desktop!!”

Followed that simple instruction and install passed the 82% fine.

Looks like it mainly downloads language packs. There should be a way to bypass this.

Tags: ,

There is no need to convert the .img file downloaded into an image just to boot it from .

I’ll use the JoliCloud .img file I downloaded as an example. These instructions are on an machine but should be the same on .

Create a new Virtual Machine as normal. Use the “Create New Hard disk” option as normal.

Open Terminal and enter the following

VBoxManage convertfromraw -format VDI jolicloud.img jolicloud.vdi

(Be sure to change jolicloud.img to the correct name of the img file you downloaded).

The 600MB img took less than 5 min to convert to VDI.

Once your back at the main VirtualBox UI, click settings.

Goto System and change the boot order to the Hard Disk 1st.

Goto Hard Disks and add a Primary Slave and choose the newly created jolicloud.vdi.

Start the VM Machine and click inside the window. Press F12 and choose #2 to boot the primary slave.

From there install should be as normal installing to your primary master as usual.

Tags: , , , ,

Automatically pulled from My Clippings on NewsGator Online

Filed under: , , ,

Google Android Virtual PC

Want to give Google Android a try, but don’t feel like buying a T-Mobile G1? Live-Android lets you download a LiveCD disc image of the Google Android operating system. Just burn the image to a disc, stick it in a CD-ROM drive, and reboot your computer and you can check out Android without installing it or affecting any files on your PC.

You can also use the disc image in a virtualization application like VirtualBox or Microsoft Virtual PC if you want to try the operating system without even rebooting your computer.

[via Netbook News.de]

How to try Google Android on x86 computers with a LiveCD originally appeared on Download Squad on Mon, 06 Jul 2009 11:00:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Add to digg
Add to del.icio.us
Add to Google
Add to StumbleUpon
Add to Facebook
Add to Reddit
Add to Technorati


Go to Source

Tags: , , , , ,

Automatically pulled from My Clippings on NewsGator Online

Windows//: If you’re a gamer or heavy graphics user of virtual machines, 3.0 has an early beta out that introduces OpenGL 2.0 and Direct3D support. If you have no clue what that means, the release has other goodies, too.

The graphics support for Windows, Linux, and Solaris guest machines are the marquee features in the upcoming 3.0 release, but a lot of other fixes and tweaks are looking to make the cut, too, including a streamlined settings window, better synchronization of shared folders between Linux and Windows host/guest setups, and continued optimizing of virtual processors. The OpenGL and Direct3D additions will, of course, depend heavily on your hardware, and how much memory you allot to your virtual machines, but it should clear up quite a few compatibility problems.

Hit the link below to read up on VirtualBox 3.0 beta 1 and grab a free binary for Windows, Mac, or Linux systems, and tell us what features VirtualBox needs to add to win over your heart in the comments. Want to get started with the ‘Box, but find it all a bit too much? Try our beginner’s guide to creating virtual machines with VirtualBox.






Go to Source

Tags: , , , ,

UPDATE 6/10/09 – Looks like 2.2.4 has fixed this issue.

Why did the developers set this to default true and not allow the user to change it?

Here’s the fix via the VirtualBox Forums from user ykee

Modify the machines’s xml file

Change

<HardwareVirtEx enabled=”true”/>

TO

<HardwareVirtEx />

“the source code says that the default value is “false”, and this is how you force the program to use the default value.”

Tags: , ,