We found 0 resources for you...

[FIX] When Deep Freeze won’t thaw – VHD Style

Matthew 4 Comments

If you are a follower of my blog you know that recently I have done a lot of work with Virtual Hard Drives.  I have made the decision to convert our Computer Centre and Classroom PCs over to VHDs so that they would be easier to maintain.  We use a nice piece of software (I think its pretty cool, most people on the net don’t) and thus far it has worked without issue.

So here is the new set up I have laid out for the Lab, and I got it running on a test system after some trial and error when it came to the Windows 7 side:

  • 1 physical hard drive with 2 partitions
  • First Partition has 2 VHD Files which are configured to be bootable (see how)
  • Second Partition used as a “Thawspace” to transfer files between the two OSes
  • Physical Hard Drive does NOT contain an OS
  • First Partition (becomes D: when booted) has access removed via GPO so no ones messes with the VHD files.
Continue reading

[FIX] Booting from a Windows 7 VHD – The problems encountered and the Solutions.

Matthew 3 Comments

As many of you know I am a Manager of a Computer Centre and Server/Network Administrator for a small library in Montreal Canada.  Every so often I get tasked with a project that makes my life hell for few days/weeks.  This time round, its Microsoft that’s the culprit of my frustrations.  And since I had to search the internet for multiple solutions, I figured I would write a post to help others who are in the same situation.

Topics Covered

How to boot from a clean system solely to a VHD

SO my first task was to reimage a test machine.…

Continue reading

Resizing VHD Files, the easy way.

Matthew 3 Comments

I have looked all over the net for easy ways to resize VHDs.  For those of you who don’t know what a VHD file is, it’s a Virtual Hard Drive.  Now for years I have played with virtualization, normally with VMWare or Virtual Box (The latter being free) which has always dealt with some form of virtual hard drive, however the VHD (and now VHDX) has become a standard with virtualization, so much so that you can actually boot Windows off of a VHD without virtualization software.  Both Windows 7 and 8 flavours of Windows support this feature.…

Continue reading

Adding a Windows 8.1 bootable VHD to windows 7

Sounds simple right?  Well it is, if you know what you are doing.  However for those that don’t, try finding a tutorial online.  Over the last 3 days I have been trying to find a tutorial that doesn’t ahve you create and install windows intot he VHD while on the target system. What I ned to be able to do is to add a pre-made VHD into windows.

The reson for this is becasue I am not doing it to just one system, I am creating a VHD that I will deplay to several systems allowing them to multi-boot.  In order to do this I create the VHD with a virtualization software like VMWare, Hyper-V, or VirtualBox.…

Continue reading