<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Taming Windows 7 in a VirtualBox VM Using Raw Disk Access</title>
	<atom:link href="http://www.rajatarya.com/website/taming-windows-virtualbox-vm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rajatarya.com/website/taming-windows-virtualbox-vm</link>
	<description>rajatarya.com - a portal to me</description>
	<lastBuildDate>Tue, 16 Feb 2010 19:15:33 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ningbao</title>
		<link>http://www.rajatarya.com/website/taming-windows-virtualbox-vm/comment-page-1#comment-333</link>
		<dc:creator>ningbao</dc:creator>
		<pubDate>Tue, 16 Feb 2010 19:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rajatarya.com/?p=644#comment-333</guid>
		<description>Is there a typo here? &lt;br&gt;You said:&lt;br&gt;     Set the VM to mount the DVD drive and put in your Vista DVD. Start the VM. &lt;br&gt;&lt;br&gt;What does a Vista DVD (instead of a Windows 7 DVD? ) have to do with this?&lt;br&gt;&lt;br&gt;Or, I missed something here?</description>
		<content:encoded><![CDATA[<p>Is there a typo here? <br />You said:<br />     Set the VM to mount the DVD drive and put in your Vista DVD. Start the VM. </p>
<p>What does a Vista DVD (instead of a Windows 7 DVD? ) have to do with this?</p>
<p>Or, I missed something here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javatexan</title>
		<link>http://www.rajatarya.com/website/taming-windows-virtualbox-vm/comment-page-1#comment-332</link>
		<dc:creator>javatexan</dc:creator>
		<pubDate>Tue, 16 Feb 2010 16:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rajatarya.com/?p=644#comment-332</guid>
		<description>I can&#039;t get mine to work...I have Ubuntu 9.10/VB 3.1.4r57640.  I added myself to the disk group and vboxusers group.  I have the same setup as you do, a dualboot with windows 7 enterprise and ubuntu9.10.  Ubuntu9.10 is my host os.  I have all on sda with sda1-win7 100MB part sda2-win7 87G.  I get all the way to booting the system and trying the recovery stuff.  The recovery claims that it fails and I get these errors.  &lt;a href=&quot;http://imagebin.ca/view/vyhycT.html&quot; rel=&quot;nofollow&quot;&gt;http://imagebin.ca/view/vyhycT.html&lt;/a&gt; and &lt;a href=&quot;http://imagebin.ca/view/yvoZZd.html&quot; rel=&quot;nofollow&quot;&gt;http://imagebin.ca/view/yvoZZd.html&lt;/a&gt;.  Someone on #vbox said that it may mean that win7 doesn&#039;t know how to access the vmdk.  At this point I am very lost and not sure what to try next.  Thanks.</description>
		<content:encoded><![CDATA[<p>I can&#39;t get mine to work&#8230;I have Ubuntu 9.10/VB 3.1.4r57640.  I added myself to the disk group and vboxusers group.  I have the same setup as you do, a dualboot with windows 7 enterprise and ubuntu9.10.  Ubuntu9.10 is my host os.  I have all on sda with sda1-win7 100MB part sda2-win7 87G.  I get all the way to booting the system and trying the recovery stuff.  The recovery claims that it fails and I get these errors.  <a href="http://imagebin.ca/view/vyhycT.html" rel="nofollow">http://imagebin.ca/view/vyhycT.html</a> and <a href="http://imagebin.ca/view/yvoZZd.html" rel="nofollow">http://imagebin.ca/view/yvoZZd.html</a>.  Someone on #vbox said that it may mean that win7 doesn&#39;t know how to access the vmdk.  At this point I am very lost and not sure what to try next.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sape</title>
		<link>http://www.rajatarya.com/website/taming-windows-virtualbox-vm/comment-page-1#comment-330</link>
		<dc:creator>Sape</dc:creator>
		<pubDate>Wed, 03 Feb 2010 12:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.rajatarya.com/?p=644#comment-330</guid>
		<description>Note: if you use VBox 3.1.2, then the regression is gone again, no need to downgrade.&lt;br&gt;Note: if you use the version which is not fully open source but still freely available (and has USB support as well), then you do not need the insecure chmod-ing above either. You only need to add your user to the vboxusers and disk group in /etc/group (line looks like: vboxusers:x:121:sape). In my system (Ubuntu Karmic) ls -l /dev/sda* shows:&lt;br&gt;brw-rw---- 1 root disk 8, 0 2010-02-03 15:54 /dev/sda&lt;br&gt;brw-rw---- 1 root disk 8, 1 2010-02-03 15:54 /dev/sda1&lt;br&gt;brw-rw---- 1 root disk 8, 2 2010-02-03 16:30 /dev/sda2&lt;br&gt;brw-rw---- 1 root disk 8, 3 2010-02-03 15:54 /dev/sda3&lt;br&gt;brw-rw---- 1 root disk 8, 5 2010-02-03 15:54 /dev/sda5&lt;br&gt;brw-rw---- 1 root disk 8, 6 2010-02-03 15:54 /dev/sda6</description>
		<content:encoded><![CDATA[<p>Note: if you use VBox 3.1.2, then the regression is gone again, no need to downgrade.<br />Note: if you use the version which is not fully open source but still freely available (and has USB support as well), then you do not need the insecure chmod-ing above either. You only need to add your user to the vboxusers and disk group in /etc/group (line looks like: vboxusers:x:121:sape). In my system (Ubuntu Karmic) ls -l /dev/sda* shows:<br />brw-rw&#8212;- 1 root disk 8, 0 2010-02-03 15:54 /dev/sda<br />brw-rw&#8212;- 1 root disk 8, 1 2010-02-03 15:54 /dev/sda1<br />brw-rw&#8212;- 1 root disk 8, 2 2010-02-03 16:30 /dev/sda2<br />brw-rw&#8212;- 1 root disk 8, 3 2010-02-03 15:54 /dev/sda3<br />brw-rw&#8212;- 1 root disk 8, 5 2010-02-03 15:54 /dev/sda5<br />brw-rw&#8212;- 1 root disk 8, 6 2010-02-03 15:54 /dev/sda6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.rajatarya.com/website/taming-windows-virtualbox-vm/comment-page-1#comment-329</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 03 Feb 2010 00:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rajatarya.com/?p=644#comment-329</guid>
		<description>Thanks for reply Rajat - I look forward to reading the write up.</description>
		<content:encoded><![CDATA[<p>Thanks for reply Rajat &#8211; I look forward to reading the write up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajat Arya</title>
		<link>http://www.rajatarya.com/website/taming-windows-virtualbox-vm/comment-page-1#comment-328</link>
		<dc:creator>Rajat Arya</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.rajatarya.com/?p=644#comment-328</guid>
		<description>John - Sorry I have not had a chance to update these steps with the added&lt;br&gt;instructions in the comments - I hope to get time this coming weekend to get&lt;br&gt;the dual-boot to work without the repair step.  In terms of the downgraded&lt;br&gt;VirtualBox - you should be able to use 3.0.12 and forward - the fix is&lt;br&gt;included in that version.&lt;br&gt;&lt;br&gt;Hope this helps and thanks for reading.&lt;br&gt;&lt;br&gt;Rajat</description>
		<content:encoded><![CDATA[<p>John &#8211; Sorry I have not had a chance to update these steps with the added<br />instructions in the comments &#8211; I hope to get time this coming weekend to get<br />the dual-boot to work without the repair step.  In terms of the downgraded<br />VirtualBox &#8211; you should be able to use 3.0.12 and forward &#8211; the fix is<br />included in that version.</p>
<p>Hope this helps and thanks for reading.</p>
<p>Rajat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.rajatarya.com/website/taming-windows-virtualbox-vm/comment-page-1#comment-327</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 01 Jan 2010 20:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rajatarya.com/?p=644#comment-327</guid>
		<description>Hi Rajat,&lt;br&gt;&lt;br&gt;Firstly thanks for the post. I am researching this process and your guide/post is the best I have found. I too want to have ubuntu as the host and Windows as the guest. At present I have just windows 7 installed, and I am on the verge of repartitioning the hard disk and installing Ubuntu. That is one to ponder eh? Well, I have a couple of questions for you:&lt;br&gt;&lt;br&gt;You dont mention your system specs. I have a 32 bit dual core @ 2.0 laptop with 4 gig of ram. How much did you put aside in Virtualbox for the 7 VM to get comparable performance to when 7 runs in standalone mode?&lt;br&gt;&lt;br&gt;I see a few folks have made comments about having to run the 7 repair app on standalone or vm restart. Have you overcome this? D Parker&#039;s comments looks great - but I&#039;ll need to reread it a few times to follow it. Lastly, how easy was it to downgrade virtualbox?&lt;br&gt;&lt;br&gt;Thanks in advance,&lt;br&gt;John</description>
		<content:encoded><![CDATA[<p>Hi Rajat,</p>
<p>Firstly thanks for the post. I am researching this process and your guide/post is the best I have found. I too want to have ubuntu as the host and Windows as the guest. At present I have just windows 7 installed, and I am on the verge of repartitioning the hard disk and installing Ubuntu. That is one to ponder eh? Well, I have a couple of questions for you:</p>
<p>You dont mention your system specs. I have a 32 bit dual core @ 2.0 laptop with 4 gig of ram. How much did you put aside in Virtualbox for the 7 VM to get comparable performance to when 7 runs in standalone mode?</p>
<p>I see a few folks have made comments about having to run the 7 repair app on standalone or vm restart. Have you overcome this? D Parker&#39;s comments looks great &#8211; but I&#39;ll need to reread it a few times to follow it. Lastly, how easy was it to downgrade virtualbox?</p>
<p>Thanks in advance,<br />John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sape</title>
		<link>http://www.rajatarya.com/website/taming-windows-virtualbox-vm/comment-page-1#comment-326</link>
		<dc:creator>Sape</dc:creator>
		<pubDate>Tue, 15 Dec 2009 04:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rajatarya.com/?p=644#comment-326</guid>
		<description>Same here. I am not bothered by the native boot self-healing itself, but that would be nice the other way around too. Is it maybe possible to install a recovery console to the same partition too, as it worked with XP?</description>
		<content:encoded><![CDATA[<p>Same here. I am not bothered by the native boot self-healing itself, but that would be nice the other way around too. Is it maybe possible to install a recovery console to the same partition too, as it worked with XP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KM</title>
		<link>http://www.rajatarya.com/website/taming-windows-virtualbox-vm/comment-page-1#comment-325</link>
		<dc:creator>KM</dc:creator>
		<pubDate>Mon, 14 Dec 2009 22:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rajatarya.com/?p=644#comment-325</guid>
		<description>I used this technique. However, when ever I switch from VBox to Native boot (or the reverse) I must do a repair. In the case of native it does the repair on boot, and then does a second boot.  In the case of VBox it requires the DVD image to do the repair and reboot. Either way its painful. &lt;br&gt;&lt;br&gt;Is there a way to avoid the repair on each switch?</description>
		<content:encoded><![CDATA[<p>I used this technique. However, when ever I switch from VBox to Native boot (or the reverse) I must do a repair. In the case of native it does the repair on boot, and then does a second boot.  In the case of VBox it requires the DVD image to do the repair and reboot. Either way its painful. </p>
<p>Is there a way to avoid the repair on each switch?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fazan</title>
		<link>http://www.rajatarya.com/website/taming-windows-virtualbox-vm/comment-page-1#comment-324</link>
		<dc:creator>fazan</dc:creator>
		<pubDate>Sun, 13 Dec 2009 03:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.rajatarya.com/?p=644#comment-324</guid>
		<description>I tried following your suggested steps but I&#039;m getting a BSOD when I try to run the Windows partition, even after repairing the Windows 7 install from the DVD.  Here&#039;s my partition layout according to VBoxManage:&lt;br&gt;&lt;br&gt;VirtualBox Command Line Management Interface Version 3.0.8&lt;br&gt;(C) 2005-2009 Sun Microsystems, Inc.&lt;br&gt;All rights reserved.&lt;br&gt;&lt;br&gt;Number  Type   StartCHS       EndCHS      Size (MiB)  Start (Sect)&lt;br&gt;1       0x07  0   /32 /33  162 /162/2           1200         2048&lt;br&gt;2       0x07  162 /162/3   1023/239/63         64913      2459648&lt;br&gt;5       0x83  1023/239/63  1023/239/63         44053    135414783&lt;br&gt;6       0x82  1023/239/63  1023/239/63          1926    225635823&lt;br&gt;3       0x07  1023/239/63  1023/239/63         10000    229586944&lt;br&gt;&lt;br&gt;and according to fdisk:&lt;br&gt;&lt;br&gt;Disk /dev/sda: 128.0 GB, 128035676160 bytes&lt;br&gt;255 heads, 63 sectors/track, 15566 cylinders&lt;br&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br&gt;Disk identifier: 0x02f2e53c&lt;br&gt;&lt;br&gt;   Device Boot      Start         End      Blocks   Id  System&lt;br&gt;/dev/sda1   *           1         154     1228800    7  HPFS/NTFS&lt;br&gt;Partition 1 does not end on cylinder boundary.&lt;br&gt;/dev/sda2             154        8429    66471262    7  HPFS/NTFS&lt;br&gt;Partition 2 does not end on cylinder boundary.&lt;br&gt;/dev/sda3           14292       15566    10240000    7  HPFS/NTFS&lt;br&gt;Partition 3 does not end on cylinder boundary.&lt;br&gt;/dev/sda4            8430       14291    47083680    5  Extended&lt;br&gt;Partition 4 does not end on cylinder boundary.&lt;br&gt;/dev/sda5            8430       14046    45110488+  83  Linux&lt;br&gt;/dev/sda6           14046       14291     1973128+  82  Linux swap / Solaris&lt;br&gt;&lt;br&gt;Does it make a difference that my partitions aren&#039;t aligned on cylinder boundaries?  I&#039;ve read that this isn&#039;t ideal for other performance reasons (it&#039;s a 128GB SSD), but I didn&#039;t think the partition alignment would affect the ability to load the raw W7 partition.&lt;br&gt;&lt;br&gt;I also tried DParker&#039;s suggestion of making the Linux partition accessible to VBox, and I did indeed get the grub menu to show up, but selecting the Windows partition caused an immediate crash.&lt;br&gt;&lt;br&gt;Any advice?</description>
		<content:encoded><![CDATA[<p>I tried following your suggested steps but I&#39;m getting a BSOD when I try to run the Windows partition, even after repairing the Windows 7 install from the DVD.  Here&#39;s my partition layout according to VBoxManage:</p>
<p>VirtualBox Command Line Management Interface Version 3.0.8<br />(C) 2005-2009 Sun Microsystems, Inc.<br />All rights reserved.</p>
<p>Number  Type   StartCHS       EndCHS      Size (MiB)  Start (Sect)<br />1       0&#215;07  0   /32 /33  162 /162/2           1200         2048<br />2       0&#215;07  162 /162/3   1023/239/63         64913      2459648<br />5       0&#215;83  1023/239/63  1023/239/63         44053    135414783<br />6       0&#215;82  1023/239/63  1023/239/63          1926    225635823<br />3       0&#215;07  1023/239/63  1023/239/63         10000    229586944</p>
<p>and according to fdisk:</p>
<p>Disk /dev/sda: 128.0 GB, 128035676160 bytes<br />255 heads, 63 sectors/track, 15566 cylinders<br />Units = cylinders of 16065 * 512 = 8225280 bytes<br />Disk identifier: 0&#215;02f2e53c</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br />/dev/sda1   *           1         154     1228800    7  HPFS/NTFS<br />Partition 1 does not end on cylinder boundary.<br />/dev/sda2             154        8429    66471262    7  HPFS/NTFS<br />Partition 2 does not end on cylinder boundary.<br />/dev/sda3           14292       15566    10240000    7  HPFS/NTFS<br />Partition 3 does not end on cylinder boundary.<br />/dev/sda4            8430       14291    47083680    5  Extended<br />Partition 4 does not end on cylinder boundary.<br />/dev/sda5            8430       14046    45110488+  83  Linux<br />/dev/sda6           14046       14291     1973128+  82  Linux swap / Solaris</p>
<p>Does it make a difference that my partitions aren&#39;t aligned on cylinder boundaries?  I&#39;ve read that this isn&#39;t ideal for other performance reasons (it&#39;s a 128GB SSD), but I didn&#39;t think the partition alignment would affect the ability to load the raw W7 partition.</p>
<p>I also tried DParker&#39;s suggestion of making the Linux partition accessible to VBox, and I did indeed get the grub menu to show up, but selecting the Windows partition caused an immediate crash.</p>
<p>Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sape</title>
		<link>http://www.rajatarya.com/website/taming-windows-virtualbox-vm/comment-page-1#comment-323</link>
		<dc:creator>Sape</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rajatarya.com/?p=644#comment-323</guid>
		<description>Yes, it did work for me like described here!</description>
		<content:encoded><![CDATA[<p>Yes, it did work for me like described here!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.622 seconds -->
