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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How to Run Linux and MS Operating System in a Single System?

1 点作者 raavikant超过 1 年前
I have been assigned a task which is possible in Linux. And I only have Windows system, Is it possible to install Linux without interrupting Windows. I am doing [Power BI course](https:&#x2F;&#x2F;www.igmguru.com&#x2F;data-science-bi&#x2F;power-bi-certification-training&#x2F;&quot;) and I have to complete the task.<p>Any solution will be highly appreciated.

4 条评论

1970-01-01超过 1 年前
3 ways:<p>1. Dual boot. Don&#x27;t do this unless you want to be an expert and understand both GRUB and Windows BCD. Have access to a 2nd device to troubleshoot when one OS randomly updates and borks GRUB&#x2F;BCD, or take FULL nightly backups and be ready to restore them. <a href="https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows-hardware&#x2F;drivers&#x2F;devtest&#x2F;boot-options-in-windows" rel="nofollow noreferrer">https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows-hardware&#x2F;drivers&#x2F;d...</a><p>2. Put Linux in a VM. Why not? There is no real reason other than hardware. You will need dedicated cores and lots of disk space. Expect horrible battery life if this is a laptop. This is probably the best choice for you. <a href="https:&#x2F;&#x2F;www.virtualbox.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.virtualbox.org&#x2F;</a><p>3. WSL2. If you would like an OS salad, do this. It&#x27;s the ultimate blurry line between Windows and Linux. <a href="https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;wsl&#x2F;install" rel="nofollow noreferrer">https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;wsl&#x2F;install</a>
LinuxBender超过 1 年前
- One method, probably the least intrusive would be WSL <i>Windows Subsystem for Linux</i> [1]<p>- Another option would be installing VirtualBox [2] if the license does not conflict with anything in your company <i>the extensions have a restrictive license</i>. Then grab a small Linux distribution.<p>- If your company &#x2F; organization already has a license for VMWare that would be yet another way.<p>There are tutorials on how to do these on Youtube if you prefer video instructions.<p>[1] - <a href="https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;wsl&#x2F;install" rel="nofollow noreferrer">https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;wsl&#x2F;install</a><p>[2] - <a href="https:&#x2F;&#x2F;www.virtualbox.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.virtualbox.org&#x2F;</a>
评论 #37558564 未加载
mtmail超过 1 年前
&gt; Is it possible to install Linux without interrupting Windows<p>I see at least 10 relevant tutorials for that Google web search.
98Windows超过 1 年前
What does interrupting Windows mean? Like keeping windows running while you install Linux?