-1

I got curious about installing any version of Windows on my system which runs Ubuntu 20.04 (64bit).

It was relatively easier installing Android x86 but I hit a snag when I tried using the same installation method for Windows. I searched the net for possible outcomes and I only ran into a few dead sites that made empty promises.

So my question is:

Is it even possible to convert a Windows ISO image file into a .deb file for installation in Ubuntu? If it is how?

1
  • 3
    This is an X-Y problem stemming from a profound misunderstanding. You didn't "install Android x86 with a .deb" either. You either installed it directly in dual-boot or used a Virtual Machine running in the Ubuntu host. The same can be done with Windows as the answer already published alludes to. You should be able to use the Windows installation ISO in any hypervisor (virtualization software) to install a Windows VM. But you need to educate yourself about this technologies to wipe out the huge confusion this question reflects before proceeding. Commented Mar 15, 2022 at 17:22

3 Answers 3

2

Well, that's not how operation systems work. OS runs on bare hardware (imagine buying a brand new PC without any bloatware shit anything pre-installed, that's just hardware) but .deb files are basically programs on Debian-based distros (think of exe's in Windows).

You can't and you don't want to convert an iso into deb. What you want is a Virtual Machine. Think of it as tool to run a virtual pc inside your real OS. To create a VM you need virtualization software such as QEMU (free, foss) or Virtual Box (free, partially open source, made by Oracle).

If you just want to run windows software on linux, you can use wine with no need to install windows anywhere at all. But you are probably going to have a lot of troubles with games, that's linux lol. What games? All work, no games! XD

So if you wanna game, install Windows as a second OS.

2
  • You read my mind Commented Mar 15, 2022 at 19:57
  • @KevinTazManda Accept the answer if it is helpful please Commented Mar 16, 2022 at 7:34
1

No.

Deb files are packages compiled to run on (variants of) Linux. The key thing is they are made specifically to run on Linux. Its worth noting that not even all deb packages will work with a version of Linux - For example - x86 deb packages with compiled code wont work on ARM - indeed its very common to have different debs for different architectures.

You cant directly run Windows on Linux - they are competing systems (ie OS's). What you can do is run a virtualised computer - eg using Virtualbox. You can - with varying amounts of success - use WINE - a program which trys to let you run Windows programs in Linux.

-2

I created a VM using Oracle's software fine but I didnt want to go with that route due to gaming specifications.

My goal was to sideload Windows into the Grub bootloader to allow me to select whether I want to run Ubuntu, Android, or Windows on system startup

side note: Android_X86 is very buggy by the way! I dont recommend

3
  • How does this answer the question?
    – DavidPostill
    Commented Mar 15, 2022 at 20:50
  • @KevinTazManda This should either be amended to your post or added as a comment. Answers really only should answer the question!
    – davidgo
    Commented Mar 16, 2022 at 0:10
  • Dual boot is your friend Commented Mar 17, 2022 at 7:32

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .