Virtualisation
SharePoint Saturday: Lab Rooms
![]()
Next weekend (15th Oct) Cape Town is hosting the SharePoint Saturday conference and myself and fellow BBDer Rudi Grobler will be there and will be and we are running a very special event in conjunction with the main event: Lab Rooms!
There will be two special rooms available and in one Rudi will presenting and training on Windows Phone 7 and in the other I will be presenting and training on the Windows Azure Platform!
The cost for this? FREE! It is being sponsored by BBD & the SharePoint Saturday event ![]()
Space in both rooms is VERY VERY limited, so you need to register NOW!
Windows Phone Registration: http://wp7camp.eventbrite.com/
Windows Azure Registration: http://windowsazurecpt.eventbrite.com/
Community night in August
Important Notice for August 2011
Community night is normally the second Tuesday of the month, however since that is a public holiday it has been moved to Monday the 15th of August!
What is community night?
For those who do not know this is a FREE event that happens monthly where a variety of user groups get together at Microsoft's offices. User groups are not influenced by Microsoft, they just use the facilities. User groups that are there on a regular basis:
- Information Worker: Technical focused SharePoint & Office
- Business User Workshops: User group that looks at the issues that face power users in enterprises. This month the understanding where a portal ends and CRM begins.
- Game Dev: One of the biggest with plenty of game developers & artists getting together.
- JavaScript: For all you JS fixes
- Mobi: My good friend Rudi Grobler hosts this group focused on mobile (iPhone, Android, Symbian and Windows Phone)
- UX: For those who understand there is more than 16 colours
- Architecture: For architects of any IT systems!
- Languages: For developers who are interested in learning the pros & cons of other languages.
- SQL: The fantastic Gail Shaw runs the best SQL user group anywhere!
There is also FREE beer, cool drinks & pizza!
Where is Microsoft’s offices?
Microsoft Bryanston Office
3012 William Nicol Drive
Bryanston
2191 Johannesburg
South Africa
Click here for map and more details.
Times?
Various user groups starts at different times. I think the first UG kicks off at 16:00 and it can run to 21:00.
However depends if you attend multiple UG, stay for passage conversation, etc…
So up to you, I have nights where I arrived after 17:30 and other times left at 18:00, no pressure!
Convert VirtualBox (vmi) to real disk?
It is often the case I need to setup training machines and a sometimes I get VirtualBox images which I need to deploy to the machines. I tend to avoid virtualisation on the training machines because of driver related issues, especially with graphic cards and things like WPF (which powers Visual Studio). If you have a good graphics card & good drivers then you can get a decent perf improvement with WPF apps, but unfortunately some virtualisation drivers are too poor.
So how can I take an virtual hard disk created in VirtualBox and easily convert it to physical disk so it can just run?
Process:
It is possible but it is not easy to a real disk but it is not easy.
- Step 1: You need to use a tool from Microsoft called SysPrep to unload the drivers. Basically this means that it strips all the driver info out, and puts the image in a clean state so that the next time it boots Windows searches for the hardware again. If you do not do that Windows will freak out because the hardware it expects does not exist.
- Step 2: Then you use a tool designed for disk imaging to create an image. Tools like Norton Ghost (paid) or CloneZilla (free) are designed for this purpose and the image they create is portable unlike the vmi (VirtualBox hard drive) format which can't do this well.
- Step 3: You then restore that image to the real disk using the same tool and you are done.
Slightly more work than you would expect, but that is a solution which always works.
Caveats:
I have not tried this with Hyper-V or VirtualPC disks (vhd) yet, but I suspect VirtualPC will work fine. Hyper-V has an additional Hypervisor layer and I suspect that SysPrep will not remove that and the restoring process will fail.
Finally you also want to be careful with SysPrep as it can have some undesired effects with certain software, for example SQL Server. There are specific steps to go through if you want to use SysPrep & SQL Server: http://msdn.microsoft.com/en-us/library/ee210754.aspx
So make the time to have the first few attempts fail and learn the nuances of the software you work with.
Tech·Ed Africa 2010: Want to go for free?
Win 1 of 4 Tickets to Microsoft Tech·Ed Africa 2010 worth R6 150 each!!!
Venue: ICC Durban
Date: 17th - 20th October 2010
All you need to do is take a photo of a Microsoft Tag in a really cool/funny/practical place and upload the picture to the Facebook competition page.
More details in the competition animated video here.
Full Competition Rules on our Facebook page.
Dates for Submissions & Announcements of Winners:
- 25 Aug 2010 - Last Date For Submissions (week 1) (5pm)
- 27 Aug 2010 - Week 1 Winner Announced
- 01 Sep 2010 - Last Date For Submissions (week 2) (5pm)
- 03 Sep 2010 - Week 2 Winner Announced
- 08 Sep 2010 - Last Date For Submissions (week 3) (5pm)
- 10 Sep 2010 - Week 3 Winner Announced
- 15 Sep 2010 - Last Date For Submissions (week 4) (5pm)
- 17 Sep 2010 - Week 4 Winner Announced
Submissions & Announcements of Winners:
- A new winner will be selected weekly.
- Last date for submissions for a particular week is 5pm Wednesday of that week.
- Winner for that week will be announced on the Friday.
- Submissions after 5pm will count towards the following week.
- Submissions which did not win in a previous week will still be considered in following weeks and need not be re-submitted.
- A person can only win once, thereafter all his other submissions will be ignored.
- You cannot submit on behalf of another person.
- Submissions are done by posting a photo to the Facebook page wall.
Terms and Conditions apply:
This competition is limited to Tech·Ed Africa 2010 entrance and does not include Travel, hotel or any other expenses. You will be required to help out at the Developers Community Lounge at Tech·Ed Africa 2010 for 3 hours a day if you do win. For Full list of rules please consult the Facebook page.
WinImage - Tidbits from the field
I have posted before about the great tool called WinImage and how I think it is brilliant! I have been using it on and off recently and decided to share some tidbits of information about it.
The first tool for anyone using virtualisation
I am a fan of virtualisation, my comments on an earlier post about it being the future should be a give away. As such I have a “few” VHD's around and sometimes I have problems which the out of the box technology can’t cope with. A few of these are:
Hyper-V Shrinking a VHD
Virtualisation is the way of the future, be it for demos or testing or production systems it is the future, and that means VHD files will be everywhere. However VHD files grow and grow and never shrink because of the way they are designed to work.
