TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Booting a physical Windows 10 disk on Linux using VirtualBox

25 pointsby jamiewebover 6 years ago

5 comments

Jaruzelover 6 years ago
This seems complicated. You can download a copy of of Windows 10 in ISO format via this link:<p><a href="https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;software-download&#x2F;windows10ISO" rel="nofollow">https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;software-download&#x2F;windows10I...</a><p>(You need to be using a non-Windows PC otherwise that link will redirect to the Windows Media Creation Tool[1])<p>Then just install it into a new VM in VirtualBox. It won&#x27;t activate, and it will nag you about this, but it will still stay fully usable, you just wont be able to change small things like the colour scheme. Which is perfectly fine if it&#x27;s a crash-and-burn VM for testing.<p>---<p>[1] Or just change your browser user-agent to report linux.
评论 #18415746 未加载
评论 #18413974 未加载
hddhermanover 6 years ago
The same could be achieved using QEMU&#x2F;KVM by adding the physical disk path (&#x2F;dev&#x2F;disk&#x2F;by-id&#x2F;&lt;drive ID here&gt;) as a storage device using whatever method you fancy.<p>I have used this technique quite a bit and it is very handy in dual&#x2F;multi boot systems where I need to run the second OS while using my main OS. Or install one to an external drive and use it elsewhere later on.
titanix2over 6 years ago
A similar technic also exists to use Windows in VirtualBox on MacOS. <a href="http:&#x2F;&#x2F;danielphil.github.io&#x2F;windows&#x2F;virtualbox&#x2F;osx&#x2F;2015&#x2F;08&#x2F;25&#x2F;virtualbox-boot-camp.html" rel="nofollow">http:&#x2F;&#x2F;danielphil.github.io&#x2F;windows&#x2F;virtualbox&#x2F;osx&#x2F;2015&#x2F;08&#x2F;2...</a>
8_hours_agoover 6 years ago
I did this many years ago with a dual boot computer and Windows (7 iirc) kept complaining about needing to be reactivated when I’d switch between running natively and virtualized. Has that been fixed on Windows 10?
评论 #18413811 未加载
评论 #18413806 未加载
Rjevskiover 6 years ago
I once did something similar on a Linux &amp; Windows dual-boot where the Linux partition was bootable both as bare-metal <i>and</i> under Windows in VirtualBox.
评论 #18427331 未加载