Has anyone managed to virtualize Windows 7 on a physical disk?

6

1

I have Windows 7 installed on a partition and running fine, but I want to access the parition from my Ubuntu installation with VirtualBox. I have created the virtual disk file and everything, but Windows gives me a Blue Screen of Death (BSOD) after a bit of loading with error 0000007B (it can't find the disk or something).

Has anyone managed to solve this problem?

Stavros Korokithakis

Posted 2010-05-14T02:45:38.507

Reputation: 283

You want access to your Windows 7 partition from your virutalized Ubuntu installation? – Nitrodist – 2010-05-14T08:35:20.030

1No, I want to start my physical Windows partition from my physical Ubuntu installation with VirtualBox. – Stavros Korokithakis – 2010-05-15T13:14:06.830

Was there ever a solution found for this? – Chris – 2011-01-08T17:12:34.413

Answers

4

I have managed to get Windows to boot. Basically, what happens is that all disk drivers (except the one you actually need) are disabled when booting, so when you get Windows in a VM it is unable to read its own disk. To fix this, just follow the advice in this KB article:

http://support.microsoft.com/kb/922976

Change two registry entries, and it will boot fine.

Stavros Korokithakis

Posted 2010-05-14T02:45:38.507

Reputation: 283

0

Since you are using a more complex method than the standard VirtualBox IDE/SATA/SCSI/whatever drivers, you may need to install the VirtualBox disk drivers that it uses for passthrough into the Windows 7 installation before it can boot. Missing drivers are listed as a reason for this error in the knowledgebase.

ta.speot.is

Posted 2010-05-14T02:45:38.507

Reputation: 13 727

I tried that, still bluescreens :/ – Stavros Korokithakis – 2010-05-15T13:14:28.937