- 2,163
- 191
This discussion focuses on downloading and running Linux on a Windows system using VirtualBox and dual-boot configurations. Users explored the installation process, troubleshooting issues related to CPU compatibility, and managing virtual machine storage. Key insights include the importance of installing the correct version of Linux (32-bit for i686 CPUs) and the necessity of removing the .iso image after installation to avoid boot errors. Additionally, Windows 10 users can utilize the built-in Windows Subsystem for Linux (WSL) for a seamless experience.
PREREQUISITESThis discussion is beneficial for developers, system administrators, and students who need to run Linux applications alongside Windows, particularly those learning Python or requiring Linux-specific tools.
Its working perfectly and My computer looks fine so everything is okay :) Thanks a lot for your help.S_David said:I believe these steps are explained in detail in the video I mentioned before. Press continue, but please refer to the video I mentioned before to complete the process.
Just to mention, If you are running Windows 10, it comes with a built in Linux subsystem that you can turn on very easily. I've been using it for over a year to compile Python and C++ code with no problems.Arman777 said:I just thought If there was an easy way to use it, I could have try, but seems its more complex then I thought.
That looks like worth checking out.NFuller said:If you are running Windows 10, it comes with a built in Linux subsystem that you can turn on very easily. I've been using it for over a year to compile Python and C++ code with no problems.
https://docs.microsoft.com/en-us/windows/wsl/install-win10
It must be possible, given that Windows can do anything what the universal Turing machine can.fresh_42 said:... or do you want to emulate Linux under Windows (if this is possible?)?
kaustubhb said:Nope, it does not. Python code is highly portable across platforms.