I've been dabbling with Windows Vista Beta 1...and I must say “WOW!” I'm loving it! I took a bit of time late this afternoon to set up a Virtual PC image with the Vista Beta 1 bits on it. It took some some to get it up and running, so I thought I'd provide some info to ease your burden of setting it up.
First of all, when installing Vista it will not be able to recognize or identify a hard drive that you create with Virtual PC right out of the box, you need to do some configuring. This is made manifest part way through the installation when is asks you into which drive you want to install the OS and it will not allow you to select the partition or format it, saying that it's unavailable. Any attempt to repair this will result in failure. What you need to do is drop down into the Windows PE (Preinstallation Environment) console by pressing SHIFT+F10 after selecting to 'Install Windows'.
Apparently, what happens is when you set up your disk (I chose to create a fixed 16GB drive image, though I don't think that's required) it will create the image to the proper size, but the installer will think that there are 0 bytes free on the disk for some reason. Once in the console, you'll need to blow away (CLEAN) the partition, and recreate a RAW partition and format it. After that, the installer will locate the disk during install and it's off to the races....very slow races mind you, but races nonetheless. The installer will take over an hour and a half (possibly much more). So here's what you do (at least this is what I did and it worked):
At the PE console type in the following commands, pressing [ENTER] between each one:
DISKPART will drop you down to a DISKPART command line where you enter the following commands:
- SELECT DISK 0
- CLEAN
- CREATE PARTITION PRIMARY
- ACTIVE
- FORMAT
- ASSIGN LETTER=C
Then restart the installation (perhaps rebooting via Action menu -> CTRL+ALT+DEL option).
Once Windows is installed (which will take a considerable amount of time, but which is also completely “hands off” once started), it will not be able to detect drivers for the devices, and will render the UI in 4-bit color at 800x600. You'll need to install the Virtual Machine Additions via the Action menu.
I must say, that I am incredibly impressed with not only the UI, but how clean and professional it is. Windows Vista is going to rock, I'm so excited! I'm gonna start putting it through it's paces to see how my apps work on it and start checking it out.