Tech Ed 2012 Links

I’m at Tech Ed in Amsterdam today and need to provide some links from my talks.

Here’s where they will go. Smile


The links are also good for the same talks I did in Orlando just over a week ago.

2 Birds, 1 stone—Windows 8 Release Preview

Like many of you I downloaded the Windows 8 Release Preview as well as Visual Studio 2012 RC today.

I knew I’d want to use it in some Virtual Machines as well as Boot to VHD.

So how did I do it and save some time?

  • Download the ISO from Microsoft.
  • Create a new Hyper-V VM.
    When choosing the VHD size, I start small—I can always make it bigger. For Windows 8, Visual Studio 2012 RC, and Office 2010, I make it 32 GB fixed since I know I’ll need that much plus a bit of buffer.
    NOTE: If you’re going to use Windows Server 2008 R2 SP1 (instead of Windows Server 2012 RC) to host your Window 8 VM, you’ll want to make sure you have this hot fix installed before you try and boot your Windows 8 VM as a guest.
  • Install Windows 8. When I get a chance to create the first account, I only create a local account like Installer since I know I’m going to use sysprep. I wait until I’m using a “real” version before I add my Live ID.
  • I like to enable the local Administrator account and set a password.
  • I then run Windows Update and then shutdown.
  • Export a copy.

Windows 8 Release Preview

 

Windows 8

  • Install Visual Studio 2012 RC.

VS2012rc

 


.
Visual Studio 2012

 

  • Install Office 2010 Pro with SP1.
  • Windows Update and then shutdown.
  • Export a copy.
  • Now start it back up and log into the virtual machine.
  • Log on as the local Administrator.
  • Start a command prompt (elevated if you’re not using the local Administrator).
  • Change directories to C:\Windows\System32\Sysprep.
  • Type sysprep and press return.

Win8RPsysprep

 

 

 

 

 

 


Windows 8 Sysprep

  • Pick OOB, generalize and then click OK.
  • Wait for it to Shutdown.
  • Backup the VHD.
  • Now copy to a real machine that I want to use it on with Boot to VHD.
  • Go to Windows 7 for example and mount the VHD .
  • Use System Configuration to make sure I don’t have an existing Windows 8 entry. If I do rename with BCDEDIT.
  • Start an Administrative command prompt.
  • Change to C:\Windows\System32 and type bcdboot V:\Windows where V: is the driver letter assigned to the mounted VHD.
  • Reboot and let Windows 8 do through the OOB experience.
  • Log in with my Live ID, add missing drivers.
  • Visit the Windows 8 store.

Win8RPstore

 

 

 

 

Enjoy!

How I got the Windows 8 Consumer Preview on my //BUILD tablet

If you paid to go Microsoft’s Build Windows Conference last September in Anaheim, CA, you received a pre-release version of Windows 8 (the Developer Preview) running on pre-release Samsung hardware (which you can acquire with Windows 7) as the morally equivalent Samsung Series 7 Slate.

Now there’s a couple of ways to do it. In fact, I tried the USB key stick way. However, I couldn’t get it to work. Turns out there’s a few tricks including using a 4 GB USB stick (I was using a 16 GB model). If you want to try it this way, go over to the forums.

What did I do? Well, I followed in the foot steps of my fellow developer Ian Griffiths: I installed from an ISO over the network. Naturally if you have room, you can just do it locally.

First I downloaded the x64 ISO.

Next, I created a network share to the drive where I stored the ISO.

I then mounted the ISO using the new built-in ISO mounting feature in Windows 8.

Mount-ISO

 

From there I ran the Setup program.

Started

 

 

 

 

 

 

I then answered a few questions. In particular, I had the choice of migrating my old settings. I said no.

SaveFiles

 

 

 

 

 

 

 

 

 

 

 

 

Once things were updated and I had logged into my new install, I went to reclaim some space. My C: drive had a few extra folders that I wanted to get rid of:

  • $Windows.!BT
  • MSOCache
  • Windows.old

The MSOCache is a hidden folder used by Office 2010. I removed it manually. I then started to remove Windows.old manually first (it’s not hidden so I noticed it first). While possible, it’s easier to get rid of the two “Windows” folders by using Disk Cleanup.

Start the Control Panel.
Access the Performance Information and Tools
Click the Open disk cleanup.

OpenDiskCleanup

Check Temporary Windows Installation files (see below) and DiskCleanupPrevious Windows installation(s):

 

 

 

 

 

 

 

 

 

 

 

Now on to installing Visual Studio 11.

I feel the need … the need for speed-part 1

I love SSDs. As do others. Currently all of my SSDs are from Intel except for one. I’ll have to count them up at some point but needless to say from my first 80 GB generation one X-25, I’ve been hooked.

Recently, one of my generation 2 Intel 160 GB drives was acting up. Now unlike old mechanical drives, you don’t get much warning. Generally they just die. I quickly copied off all the data and then put it aside.

Today while working on other things, I did some testing on it with the Intel Solid-State Drive Toolbox as well as HD Tune Pro. I had been using the drive in an external case over eSATA (more on that later). In order to use the Intel tools, I needed to direct connect it to my laptop using the ultra bay in one of my Lenovo W510s.

The Intel tools all reported all was well. I then ran all the tests in HD Tune Pro both with and without a partition (you can only run the write tests without one). The health report did in fact show an issue. It doesn’t look too bad so with regular backups, I think I can continue to use the drive.

Health

 

 

 

 

 

 

 

 

 

 

 

 

 

One down side to SSDs is that their performance can degrade over time (especially if you have a drive without TRIM support or like me, you put the drive in a case that prevents regular use of TRIM).

I was interested then in how the drive was doing performance wise.

Here’s the raw Benchmark Read results in the ultra bay:

UB-Raw-Benchmark-Read

 

 

 

 

 

 

 

 

 

 

 

 

 

Here’s the raw Benchmark Write results in the ultra bay:

UB-Raw-Benchmark-Write

 

 

 

 

 

 

 

 

 

 

 

 

 

Overall, not bad for a drive that’s almost two years old and has been used extensively to host VHDs for Hyper-V.

As I had mentioned, I had been using the drive in an external case. So I put it back in the case and ran the same HD Tune Pro. The results, depressing.

Here’s the raw Benchmark Read results in the external case over eSATA:

Case1-Raw-Benchmark-Read

 

 

 

 

 

 

 

 

 

 

 

 

 

Here’s the raw Benchmark Write results in the external case over eSATA:

Case1-Raw-Benchmark-Write

 

 

 

 

 

 

 

 

 

 

 

 

 

As you can see the read is down about 100 MB/s (!) and the write is down about 25 MB/s.

What’s going on? I’m not quite sure.

Is it the eSATA port on Lenovo? The external case?

I’ll investigate more in part 2 as well as do some tests with a brand new Generation 3 Intel 160 GB drive.

2012 brings an updated blog engine

So here’s the obligatory test post.

I finally updated to BlogEngine .NET 2.5.

While I considered writing my own … who am I kidding … I have too much to do already so it’s nice to have something new, modern, and fresh.

I’m now using Feed Burner for my RSS feed and if you’re using your web browser to read this, I’m using the MetroLight theme.

Thanks to everyone who made this great, free blog engine.

Tech Ed 2011 Hardware

What’s great about computers today and good virtualization software is that you can do more with less.

However, I continue to pick areas where I need as much or more hardware on the road with me. While the promise of the cloud and Internet in general is great. I can’t always count on reliable connectivity back to my servers. And since I tend to do demo heavy talks, I’m forced to travel with a fair amount of kit.

For Tech Ed 2011 in Atlanta, I’m doing an all-day workshop on virtualization for developers and two sessions. The sessions can be fulfilled with just one of my W510s. My workshop however, demands a bit more.

So, what am I packing?

  • Two Lenovo W510s
  • Two Intel 160 GB Gen2 SSD in external cases over eSata to W510s
  • One Lenovo X61
  • One 8-port HP Switch with VLAN support
  • One DLINK 4-port router
  • One QNAP TS-259 Pro+

This configuration will let me show Hyper-V Live Migration as well as run a full Visual Studio 2010 Lab Management demo domain with a DC, SCVMM host, TFS, Build, Developer, and Tester machines and of course a Hyper-V host to run lab machines.

Hope to see you there!

[Edit] Fixed bulleted list.

Atlanta in May

Where will you be the week of May 14, 2011? I hope it’s with me and a bunch of other great folks at Tech Ed 2011.

It looks to be another great show. I’m lucky enough to be presenting an all-day workshop on virtualization for developers as well as two sessions.

One session is on using Expression Blend 4 as a developer. The second is on Team Build 2010.

I hope to see you there. And if you’ve not registered, there’s still time for both the show and/or my pre-con.

If you’re coming to my pre-con, drop me a mail with your t-shirt size. See the contact link on the blog.

See you there!

About the author

Brian A. Randell is a senior consultant with MCW Technologies, LLC. Brian is also currently a Visual Studio ALM MVP.

Month List