| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 7 months |
| seen | yesterday | |
| stats | profile views | 113 |
I'm a software architect working at Microsoft on virtualization and other systems topics.
|
May 21 |
revised |
Reattach Hyper-V Virtual Machine edited body |
|
May 20 |
answered | Reattach Hyper-V Virtual Machine |
|
Apr 10 |
answered | Virtual Server Memory not a power/multiple of 2 |
|
Mar 17 |
comment |
Automating windows server 2008 installation in hyper V with powershell You can do the same without making a WIM image first. Just run the offline update against the image in the VHD, by mounting the VHD. |
|
Mar 14 |
answered | Attach storage drive in a VM via iSCSI initiator or VHDX on the Hyper-V host |
|
Mar 14 |
comment |
migrate a VM from Server 2012 to Windows 8 pro I misspoke. I've edited my response. You can just import the config files directly. |
|
Mar 14 |
revised |
migrate a VM from Server 2012 to Windows 8 pro added 15 characters in body |
|
Mar 13 |
answered | migrate a VM from Server 2012 to Windows 8 pro |
|
Mar 9 |
comment |
Adding Unattended.xml Files to Hyper-V Powershell Creation? You'd format the disk presented by the VHD, probably with NTFS. And then you'd put the unattend file at the root of that file system. |
|
Mar 8 |
comment |
Adding Unattended.xml Files to Hyper-V Powershell Creation? A VHD is a file that contains the data that will be perceived by the VM as a disk. They are not shared between your VMs. Each VM has its own. (There are ways of sharing a base image between multiple VMs, but that's a more advanced topic.) You can mount the VHD file as a disk on any machine, whether it's a VM or not. The example I gave was assuming that you would mount it on the machine running the script, at least temporarily. I've also added some detail to the answer. |
|
Mar 8 |
revised |
Adding Unattended.xml Files to Hyper-V Powershell Creation? added 190 characters in body |
|
Mar 7 |
answered | Adding Unattended.xml Files to Hyper-V Powershell Creation? |
|
Feb 14 |
comment |
Hyper-v does not shut down pc Actually, I think that you've titled your question wrong. Hyper-V does shut down your VM, as evidenced by pushing the "shut down" button in the Hyper-V manager. What doesn't work is telling the guest OS to shut itself down, which has little to do with Hyper-V. |
|
Feb 10 |
answered | Compact/Shrink an Expandable/Dynamic VHD to fully recover space |
|
Jan 29 |
answered | Installing Hyper-V using pxelinux in Linux environment |
|
Jan 29 |
answered | Installing ESXi/ Hyper-V using NIC supporting iBFT |
|
Jan 11 |
comment |
Is there any chance to get Hyper-V enlightened I/O inside Windows 2008 R2 recovery DVD? That tells you that you have plenty of I/O queued. The VM isn't your bottleneck. Changing things within that VM won't make your system go faster. |
|
Jan 10 |
comment |
Is there any chance to get Hyper-V enlightened I/O inside Windows 2008 R2 recovery DVD? With those drivers installed IDE is no slower than SCSI. I'd look for other bottlenecks. Open Performance Monitor in the Hyper-V management OS and see what it tells you is happening. |
|
Jan 10 |
comment |
Is there any chance to get Hyper-V enlightened I/O inside Windows 2008 R2 recovery DVD? Did you change from the Legacy NIC to the fast NIC? If you had networking before you had those drivers installed, then you must have been using the emulated (legacy) NIC. Installing those drivers doesn't make the legacy NIC go any faster. Using a completely different networking stack does. (I know that this isn't intuitive, because exactly the opposite is true of the IDE storage.) |
|
Jan 9 |
answered | Is there any chance to get Hyper-V enlightened I/O inside Windows 2008 R2 recovery DVD? |