TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Use a real Windows 7 partition in Virtualbox / KVM / VMware Player under Linux

63 点作者 DarkPlayer超过 11 年前

9 条评论

Nursie超过 11 年前
Cool stuff.<p>Actually did something similar back in 2000. We built a dual-processor Pentium II machine and installed Win2k and Redhat (IIRC), then with vmware and a bit of hacking we were able to make each one VM bootable inside the other. Just for the sake of it really. Fun :)
mig39超过 11 年前
This is actually a feature of VMware Fusion for the Mac. Or at least it used to be.<p>If you had a dual-boot system with Windows (Bootcamp) and Mac OS X, you could run the Bootcamp partition under VMware Fusion for most things, and reboot into native Windows if necessary (for some games).
评论 #6965198 未加载
jackweirdy超过 11 年前
I had the horrifying experience of doing this with Windows Vista. It was at the point where XP&#x27;s Hardware Abstraction Layer had been depreciated, but there wasn&#x27;t any documentation for what to use instead. It was really messy. Every time I booted in a VM it thought it was an unlicensed copy, but when I booted from the physical machine it didn&#x27;t see any problems. I still have no idea what caused that.
评论 #6964870 未加载
ubercow13超过 11 年前
I remember doing something similar to diagnose a boot problem a while ago. It was much quicker mounting the partition on a live cd, changing something, unmounting and trying to boot in vbox, then repeating, than it would have been to use any other method, if nothing else because it sidestepped repeatedly waiting for my the slow real mobos bios to post
fest超过 11 年前
Another way to make use of 3D graphics in Windows, from Linux seems to be booting Windows VM in xen, and passing through a spare GPU to Windows. I&#x27;m aching to try this out as I am frustrated working with SolidWorks in VirtualBox VM and I have finally upgraded my desktop PC with hardware which should in theory support this.
tck42超过 11 年前
I&#x27;m afraid I don&#x27;t understand - how does all this avoid reactivation? If <a href="http://superuser.com/questions/597267/what-causes-windows-7-activation-requests" rel="nofollow">http:&#x2F;&#x2F;superuser.com&#x2F;questions&#x2F;597267&#x2F;what-causes-windows-7-...</a> is correct, then just keeping the disk serial the same won&#x27;t cut it, right?
rjzzleep超过 11 年前
before i switched back from linux to mac i took out my ssd and put it in a thunderbolt case. i can now boot it directly and everything works perfectly or i use virtualbox. sadly the permissions are a bit questionable(see below).<p>Also, one caveat is that the virtualbox vm write tops out somewhere around 100-120 mbyte&#x2F;s (idr), while the boot from linux gives me 360.<p><pre><code> sudo VBoxManage internalcommands createrawvmdk -filename ~myuser&#x2F;Library&#x2F;VirtualBox&#x2F;VDI&#x2F;raw-linux.vmdk -rawdisk &#x2F;dev&#x2F;disk1 sudo chmod 666 &#x2F;dev&#x2F;disk1*</code></pre>
incompatible超过 11 年前
I&#x27;m puzzled about how this would help with 3D graphics. Wouldn&#x27;t Windows still be running the same way in a VM, regardless of where its files are located?
评论 #6964828 未加载
okal超过 11 年前
Did something similar with an Ubuntu guest a few years back. Fun times.