LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 01-15-2023, 07:57 AM   #1
dale1957
LQ Newbie
 
Registered: Mar 2019
Location: Orlando, Fl.
Distribution: Slackware
Posts: 5

Rep: Reputation: Disabled
Is there a Linux distro that will install from a .exe file and run virtually from inside of Windows10


I remember way back there was a linux distro that would run
virtually from inside of msdos. you would install it from an
.exe file after you exited it you were back into dos.

Is there a version of Linux that you can install from a .exe
file inside of a running Windows 10 system, and it will
run more or less virtually from in ram ?


What is it's name , and where can I find it ?

Thanks Dale
 
Old 01-15-2023, 08:40 AM   #2
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Rep: Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555

I vaguely remember a distro which provided an option of booting from within Windows, but I never ran it that way and can't remember what it was.

However, you can just download QEMU and then run any live distro, e.g:
Code:
/path/to/qemu-system-x86_64.exe -m 512 -cdrom /path/to/TinyCorePure64-13.1.iso

Last edited by boughtonp; 01-15-2023 at 08:42 AM.
 
Old 01-15-2023, 09:28 AM   #3
mjolnir
Member
 
Registered: Apr 2003
Posts: 824

Rep: Reputation: 106Reputation: 106
At one time I believe you could run a version of ubuntu inside windows with something called 'wubi.exe.' https://www.howtogeek.com/9142/easil...lick%20Install.
 
Old 01-15-2023, 11:51 AM   #4
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,506

Rep: Reputation: Disabled
Maybe this was it - http://www.slackware.com/zipslack/

Edit: I think you may also use Tiny Core Linux from a vfat partition, it loads to & runs from ram.

Last edited by fatmac; 01-15-2023 at 11:57 AM.
 
2 members found this post helpful.
Old 01-15-2023, 03:34 PM   #5
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,144
Blog Entries: 21

Rep: Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482
Lick it.

https://forum.puppylinux.com/viewtopic.php?t=336
 
Old 01-15-2023, 04:46 PM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,145

Rep: Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124
What problem are you trying to solve ?.

I've run WSL since it was first announced, although I have no need for GUI support.
 
Old 01-15-2023, 08:26 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,361
Blog Entries: 28

Rep: Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148
I remember running Wubi until Ubuntu deprecated it. In my experience, it worked quite nicely, though, of course, it did have limitations.
 
Old 01-15-2023, 08:48 PM   #8
shortarcflyer
Member
 
Registered: May 2022
Location: Louisiana/USA
Distribution: Void, ArchBang, PCLinuxOS, Mabox, ArcoLinux, Archman, RebornOS, Manjaro, EndeavourOS
Posts: 545

Rep: Reputation: 64
Quote:
Originally Posted by frankbell View Post
I remember running Wubi until Ubuntu deprecated it. In my experience, it worked quite nicely, though, of course, it did have limitations.
I ran it a bit way back in the day myself when I thought I needed to keep windows around. When I realized I didnt need windows at all, I dumped windows and went straight Linux and no need for Wubi either.
 
Old 01-16-2023, 12:52 AM   #9
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,981

Rep: Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337
yes, it depends on what do you really want to do with it (if you need gui for example). There are a lot of different ways, like: use real VM (virtual machine) and you can run almost anything inside, run cygwin or a similar linux-like environment within windows, use WSL, or try any other ideas from other posters.
 
Old 01-16-2023, 05:05 AM   #10
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,145

Rep: Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124
OK, so decided to scratch an itch.

I updated WSL to latest to get GUI support. Installed gedit - which pulled in X and gnome ... bigger download than I was expecting.
So, launching gedit from the bash command line, or from the (Windows11) start button worked as expected. Not a true Linux install, but might suffice for most. Me, I will still do it all from the CLI.
 
Old 01-17-2023, 11:44 AM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
way back i used MinGW and Cygwin on Win xp
whether they are still supported anymore i do not know
 
Old 01-17-2023, 01:35 PM   #12
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,761

Rep: Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931
Quote:
I remember way back there was a linux distro that would run
virtually from inside of msdos. you would install it from an
.exe file after you exited it you were back into dos.
I do not remember that since linux is 32 bit and MSDOS is 16 bit. I do remember using loadlin to run linux which I could choose from the autoexec.bat file but linux replaced the running DOS. wubi is just the installer but the installed Ubuntu did not run from RAM or was a virtual machine. There is a wubiuefi version but I have no idea how well it works. Besides what has been posted I can not remember if anything else exists.
 
Old 01-18-2023, 01:43 AM   #13
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,981

Rep: Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337
Quote:
Originally Posted by michaelk View Post
I do not remember that since linux is 32 bit and MSDOS is 16 bit. I do remember using loadlin to run linux which I could choose from the autoexec.bat file but linux replaced the running DOS. wubi is just the installer but the installed Ubuntu did not run from RAM or was a virtual machine. There is a wubiuefi version but I have no idea how well it works. Besides what has been posted I can not remember if anything else exists.
That's why I suggested cygwin. There is a setup.exe to install it and you can start it from a dos box and you can exit from here with an exit command. But I still don't know if it was really the case.
 
Old 01-20-2023, 08:58 AM   #14
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,008

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
I think you are talking about MKT (x?) toolbox or maybe zipslack.

There is or was a colinux that ran along windows.

Windows has it's available services for unix.
 
Old 01-29-2023, 12:26 AM   #15
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
I really don't see the point.

Maybe better to package Windows in a Tar.gz or similar, unpack it into /etc and such and slap a menu link to the launcher.

Might save a lot of Monitors from fists, just click on the X on the top right to get rid of it instead of punching out the monitor.

EDIT:
I have a handle on Windows, no issues, but I'm loaded with nice laptops with broken monitors because the owner through it up against the wall on the other side of the room and such. Never ignore the patterns.

Last edited by Brains; 01-29-2023 at 01:08 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] problems installing Mint 8 virtually inside of Windows 7 with virtual box redant2 Linux - Virtualization and Cloud 5 12-29-2009 11:09 AM
cygwin g++-3.exe, gcc-3.exe corrupted to g++3.exe.dam and gcc-3.exe.dam pawanjanbandhu Linux - Newbie 2 12-03-2009 11:27 AM
cygwin g++-3.exe, gcc-3.exe corrupted to g++3.exe.dam and gcc-3.exe.dam pawanjanbandhu Linux - Software 1 11-17-2009 02:26 PM
samba compatibility with microsoft srvtools.exe (usrmgr.exe and srvmgr.exe) checkmate3001 Linux - Software 1 09-06-2008 05:08 AM
SETUP.EXE/autorun.exe don't run in wine mst3kman Linux - Games 3 01-22-2006 02:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 07:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration