{"id":3901,"date":"2014-09-15T07:56:40","date_gmt":"2014-09-15T07:56:40","guid":{"rendered":"http:\/\/www.top-password.com\/blog\/?p=3901"},"modified":"2014-09-15T07:56:55","modified_gmt":"2014-09-15T07:56:55","slug":"use-vhd-to-dual-boot-windows-8-1-on-windows-7-pc","status":"publish","type":"post","link":"https:\/\/www.top-password.com\/blog\/use-vhd-to-dual-boot-windows-8-1-on-windows-7-pc\/","title":{"rendered":"Use VHD to Dual Boot Windows 8.1 on Windows 7 PC"},"content":{"rendered":"<p>Got a Windows 7 PC and want to install Windows 8.1 as a second operating system for dual-booting? All you have to do is create a new partition for Windows 8.1, then install it. But what to do if you don&#8217;t have a spare partition to do this? In this post we&#8217;ll learn how to install Windows 8.1 into a virtual hard disk (VHD) and dual boot Windows 8.1 on a Windows 7 PC, without partitioning.<\/p>\n<p><strong>How to Use VHD to Dual Boot Windows 8.1 on Windows 7 PC?<\/strong><\/p>\n<ol>\n<li>Boot your computer from Windows 8.1 installation DVD or USB drive. If you have a Windows 8.1 ISO image, you can make a installation disc from the ISO image using the freeware ISO2Disc.<\/li>\n<li>After a few minutes, you&#8217;ll see the Windows Setup screen. Pick a language (U.S. English is the default), and click Next.<\/li>\n<li>The next screen allows you to install or repair Windows 8. Press <strong>Shift + F10<\/strong> to open up a Command Prompt.\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2014\/09\/windows-8-setup.png\" alt=\"windows-8-setup\" width=\"600\" height=\"505\" class=\"alignnone size-full wp-image-3909\" \/><\/p>\n<\/li>\n<li>Now you need to use the diskpart utility to create a virtual drive that Windows 8.1 will be installed on. Type <code>diskpart<\/code> and press Enter to open the command-line disk partitioning utility.<\/li>\n<li>At the diskpart prompt, type the following commands, pressing Enter after each one:\n<ul>\n<li><code>list disk<\/code><br \/>\nThis shows your currently attached hard disks. In this example I only have one, Disk 0.<\/li>\n<li><code>select disk 0<\/code><\/li>\n<li><code>list vol<\/code><br \/>\nShow all the volumes that exist on that disk. You need to know the drive letter that you want to store your VHD file on.<\/p>\n<\/li>\n<li><code>create vdisk file=c:\\win8.vhd maximum=10000 type=expandable<\/code><br \/>\nThis creates a dynamic VHD that can grow to 10GB in the root of C:\\ drive. If your partition is smaller than 10GB then be sure to use a smaller value for maximum that is less than your actual partition size.<\/li>\n<li><code>select vdisk file=c:\\win8.vhd<\/code><br \/>\nAfter selecting this vdisk, the following commands will apply to it<\/li>\n<li><code>attach vdisk<\/code><br \/>\nThe VHD will be mounted and the disk will be available to the windows installer<\/li>\n<li><code>exit<\/code><\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2014\/09\/create-vhd.png\" alt=\"create-vhd\" width=\"600\" height=\"478\" class=\"alignnone size-full wp-image-3910\" \/><\/p>\n<\/li>\n<li>You can now click <strong>Install Now<\/strong> button. Accept the Licenses agreements. On the next screen select <strong>Custom: Install Windows only (advanced)<\/strong>.<\/li>\n<li>At this point, Windows Setup will prompt you to choose where you want to install Windows 8.1 and you can now select your virtual drive, which will be designated as Unallocated Space and be the size that you specified. As you can see in the screenshot below, I have selected my 10GB VHD. Keep in mind that when you select the VHD, you&#8217;ll see a Warning message that says that Windows cannot be installed to this disk. Just ignore it and click Next to continue.\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2014\/09\/install-windows-8-on-vhd.png\" alt=\"install-windows-8-on-vhd\" width=\"600\" height=\"450\" class=\"alignnone size-full wp-image-3911\" \/><\/p>\n<\/li>\n<li>When the installation is complete, Windows Setup will reboot your system one final time and you will then see the new Windows 8.1 style dual boot screen shown as below. As you can see, Windows 8.1 will automatically launch in 30 seconds if you don&#8217;t choose Windows 7.\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2014\/09\/dual-boot-windows-8.png\" alt=\"dual-boot-windows-8\" width=\"600\" height=\"396\" class=\"alignnone size-full wp-image-3912\" \/><\/p>\n<\/li>\n<\/ol>\n<p>That&#8217;s it!<\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>Got a Windows 7 PC and want to install Windows 8.1 as a second operating system for dual-booting? All you have to do is create a new partition for Windows 8.1, then install it. But what to do if you don&#8217;t have a spare partition to do this? In this post we&#8217;ll learn how to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,39],"tags":[1861,1864,1863,1862],"class_list":["post-3901","post","type-post","status-publish","format-standard","hentry","category-tips-tricks","category-windows-8","tag-dual-boot-windows-7-and-8-vhd","tag-dual-boot-windows-8-vhd","tag-install-windows-8-into-vhd","tag-install-windows-8-on-vhd"],"_links":{"self":[{"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/posts\/3901","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/comments?post=3901"}],"version-history":[{"count":9,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/posts\/3901\/revisions"}],"predecessor-version":[{"id":3914,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/posts\/3901\/revisions\/3914"}],"wp:attachment":[{"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/media?parent=3901"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/categories?post=3901"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/tags?post=3901"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}