Showing posts with label VirtualBox. Show all posts
Showing posts with label VirtualBox. Show all posts

Installing Android on VirtualBox is a bit more complicated than with Windows. I’ll give you a few tips on how to install and configure a virtual machine for your Android lab.

Source : 4sysops

Read More
Read More

I wanted to setup a virtual lab with a Microsoft Deployment Toolkit 2010 server and a PXE client in Virtual Box. I finally got it to work !

The main problem is that the Intel PRO/1000 network card in VirtualBox does not seems to work with PXE (I dont know why) and the PCnet-FAST adapter is not supported (by default) in Windows PE (and no driver available in x64).

My solution is to simply define 2 network adapters in your virtual machine (the PXE client) :

mdt-1

PXE will use the first adapter (PCnet-FAST) and Windows PE will use the Intel PRO/1000 because it doesn’t know about the other one (no driver).

Here’s a step-by-step guide :

Ensure that the boot order of you VirtualBox machine allow it the boot from the Network :

mdt2b

You should also check that APIC is ON (Windows PE wont boot without it).

Boot you virtual machine, a screen like this should appear :

MDT-3

Open your "Windows Deployment Services” (WDS) console and approve the new pending device :

mdt-4

To avoid confusion in Microsoft Deployment Toolkit (MDT) I prefer to use the Computer UID instead of the MAC address to identify the computer (because we have two network adapters). To get the Computer UID at this stage, open “Active Directory Users and Computers” and display the properties of the new Computer object that WDS created when you approved the pending device.

mdt-5

On the Remote Install tab, copy the ‘Computer’s unique ID’ without the bracelets {}.

Open the ‘Deployment Workbench’ and create a new computer in the database (Advanced Configuration)

mdt-6

Enter a description and paste the ‘Computer’s unique ID’ in the UUID field. Complete the computer configuration the match your MDT setup (Assign a role or a TaskSequenceID).

That's it, reboot your virtual machine and your deployment should start.

Note : This article does not cover all your MDT/WDS setup, you have to install and configure those by yourself before using this solution. But if you used MDT before that should not be a problem.

Read More

An open source, AJAX implementation of the VirtualBox user interface written in PHP. As a modern web interface, it allows you to access and control remote VirtualBox instances. Much of its verbage and some of its code is based on the (inactive) vboxweb project.

phpVirtualBox was created for people (like me) who prefer not to have to log in to their headless VirtualBox host to administer their virtual machines.

Source : code.google.com/p/phpvirtualbox/

Read More

It’s been a while since we wrote the popular Tutorial on installing Snow Leopard on Virtualbox. Certail users had trouble with the guide due to lack of proper hardware support — Intel VT support. So here comes a tutorial with the help of tek411 which works without much hackery

Source : www.taranfx.com

Read More
Previous PostOlder Posts Home