after playing with virtual hard drive in windows 7 (first time) this is a recap on how you do it in case you are a newbie. I use two steps: disk2vhd.exe and then oracle VM I used disk2vhd(from system internals) to convert the physical PC to a virtual Hard Drive (VHD) when running disk2vhd.exe you can choose what drive you want to have, I did checked my c:\ and the system reserved (there is one more PQService drive which I did not select, but so far am working fine as of dec 12,2013) a note: if you don't select/check the system reserved drive the VHD won't work under virtual box). once the disk2vhd.exe finished I started my oracle VM virtual box and click new button, a wizard poped; enter the name(myPC), type(Microsoft windows), version(windows 7 64bit),Memory size (at least 4096mb) ,Hard Drive - select "use an existing virtual hard drive file" select the vhd image created by disk2vhd.exe, continue and finish the wizard... once the VM is created here is the tricky part, click the setting button and go to storage under storage tree add your VHD to the controller IDE and under attributes- Hard disk: IDE primary master (at this point was able to start my VM. it did run couple check disks but, started fine. Please feel free to add to this post if I missed something important....thanks. good luck!
how to create a vhd on windows 7 64 bit and use it with virtual box
4.5k Views Asked by ramnz At
0
There are 0 best solutions below
Related Questions in WINDOWS-7
- Can't install anything with pip2 on Windows 7 due to UnicodeDecodeError
- Finding the default application for a particular file name extension (Even when served by a metro app)
- Copying text from gvim editor to system clipboard works only once per session
- Command line arguments are not passed in Windows 7 - Java
- This Operation has been canceled due to restrictions in effect on this computer, Please contact your administrator
- Compiling PDCurses into ".a", error with mingw command
- NET USE command to connect to a shared folder on local LAN
- error of updating an C# web service application by accessing a URL from MS installer command "msiexec" in C# VS 2010
- Notepad++ replace "Save" Common File Dialog Box
- How to correctly have modeless form appear in taskbar
- Maven in OSX Keeps Compiling with Java 1.5
- sfInit() snowfall package in R hangs on Windows 7
- Running php file asks for download instead of executing in apache 2.5?
- How can I programatically download a file from a sharepoint server and lock it?
- parse.com .Net sdk works on windows 7?
Related Questions in VIRTUAL-MACHINE
- No laravel sync folders in homestead vagrant on windows
- Only 32 bit available in Oracle VM - Hadoop Installation
- Setting Email Notification for Virtual machine whic are down or services that are stopped in Azure Cloud
- Some weird error using Kivy 1.9.1
- How to enable Microsoft Access Driver (*.mdb, *.accdb) in Microsoft Azure windows server 2012 R2?
- scp between two virtual machines in virtualbox
- how to set network configuration for vm in esx host through command?
- List all VM's by their port mirroring settings PowerShell
- Downloading files from Google Cloud Bucket onto Google Compuete Engine Instance Startup (.NET)
- SonarQube not running on CentOS
- Vagrant Port Fowarding on Windows
- Docker inside Windows guest virtual machine
- SSH asking for password in Bluemix
- Running (& compiling) untrusted user code
- ANDY Error Unable to Launch VM Process
Related Questions in VIRTUAL
- Providing a definition for a pure-virtual function
- Strange behaviour when calling virtual functions
- Sitecore 7.5 | Logging In with Virtual Users
- Genymotion Virtual Device OpenGl Error
- Virtual Memory Map Windows
- AppV 5.0 SP3-Unable to launch an application from icon in a Virtual Environment
- How to create a virtual file on mac OS X?
- Android Virtual Display
- 2D Array of objects with virtual child methods -> "vtable referenced from" error
- Static_cast and virtual methods in c++
- intermediate class: pure virtual method called
- C++ Virtual Inheritance of virtual method
- C++ assignment operator in derived class
- Jquery based Arabic Keyboard
- Install Calibre Debian Sid
Related Questions in VIRTUALBOX
- Only 32 bit available in Oracle VM - Hadoop Installation
- How to access Guest's port 3000 from Host?
- vagrant, docker, shared volume not ready on initial provisioning
- scp between two virtual machines in virtualbox
- homestead up not working after vagrant up
- Win7 Virtualbox is giving this error when trying to launch a vm: Error loading 'crypt32.dll': 1790
- VirtualBox: VERR_VMX_MSR_VMXON_DISABLED
- Virtual Box MySQL Server VM constantly timing out
- Docker inside Windows guest virtual machine
- Guest CentOS in virtualbox failed to load GNOME Power manager
- VirtualBox machine - Set to access LAN only
- Virtualbox on Genymotion show an Error when i tried to install it
- Oracle VirtualBox terminated unexpectedly, with exit code -1073741819 (0xc0000005)
- How to change default Nginx setting on Homestead Laravel Virtualbox VM
- is sharding same as distributed database in mongoDB?
Related Questions in VHD
- Move Amazon EC2 EBS Ubuntu to Microsoft Azure
- Azure: Unable to attach my data disk to VM
- convert partition to vhd windows API
- How to attach my uploaded vhd to a virtual machine in Azure?
- Azure VHD Backup?
- Allow non-administrators to use diskpart to mount VHDs?
- Existing machine (vhd) as an image for creating multiple VM instances
- How to edit Virtual Hard Drives(vhd) with C#?
- how to create a vhd on windows 7 64 bit and use it with virtual box
- Download Azure VHD to local use powershell
- How to import a standard VM into a devtest lab
- Force Unmounting a VHD in Windows10 ( without a restart )
- 2 Worker Roles, one VHD, Auto Fail over
- azure VHD 1TB uploading
- Running OS X in Virtual PC in a Windows 7 machine?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?