I just downloaded the most recent version of Ubuntu Desktop to my new computer modem that currently has windows installed. The file that downloaded from the website is saved to my desktop. I cannot get the installer to run. When I open the file there is a bunch of files and I tried clicking on a few, but can't seem to get the installer to run... HELP?
-
https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows#0 – michael Sep 10 '18 at 16:06
-
It is on my desktop... Do I just drag it onto a USB? I don't see how that would change anything. I am not a computer wiz...so could use some clarification. Thanks! – Brittany Pierpont Sep 10 '18 at 16:09
-
Can I just run it off the desktop, or do I have to configure it to a USB? – Brittany Pierpont Sep 10 '18 at 16:12
-
Try to follow the steps in the tutorial. Once Ubuntu is on the USB, you can run Ubuntu from the USB (which is the next tutorial linked in the series.) – michael Sep 10 '18 at 16:14
-
ok, thanks. Will I always need to USB plugged into the computer to run it on Ubuntu or can I install it and unplug? – Brittany Pierpont Sep 10 '18 at 16:19
-
2Possible duplicate of How do I install Ubuntu alongside a pre-installed Windows with UEFI? – pomsky Sep 10 '18 at 16:21
-
Ubuntu is not a Windows program you can just click install. It is an alternative operating system, and it must be installed as outlined in the installation guide. – mikewhatever Sep 10 '18 at 18:01
-
2Possible duplicate of What is the proper way of creating installation media from Ubuntu iso? – karel Sep 10 '18 at 18:52
-
1"Ubuntu is not a Windows program" => although true, this distinction is somewhat muddied by WSL (Windows Subsystem for Linux), which you can install while Windows is there & running and use both at once ( https://docs.microsoft.com/en-us/windows/wsl/install-win10 ). Its usefulness (imho) is somewhat limited in terms of what can be accessed (programs, files) from the Linux "subsystem" vs Windows directly. A third option is to run docker on Windows. A forth is to run VirtualBox & run Linux in a Virtual Machine. For basic GNU/bash shell on Windows, there's also Cygwin (eg via Swan) or Git Bash. – michael Sep 11 '18 at 02:47
1 Answers
(Adding as an answer, because to long for a comment): "Will I always need the USB plugged into the computer to run it?"
Once Ubuntu is properly installed on a bootable USB (note: this replaces everything else on the USB drive!), then you can (1) run Ubuntu directly from the USB (the USB is the main "hard drive", instead of Windows), and then optionally (2) install Ubuntu onto your computer. With just the first option, you can play around with Ubuntu as if it were installed, and see if it works on your hardware, without actually installing anything. But before actually using it for real work (or play!), then you must "install" Ubuntu. You can do this while Ubuntu is running off the USB -- there's an icon on the desktop that will say "Install Ubuntu" (see linked tutorial). On the next reboot, you can choose either Windows or Ubuntu to run (they won't be running at the same time!). This is what's referred to as a "dual boot" configuration, and is most useful if you want to use Ubuntu as your main OS and rarely use Windows. If you just occasionally want to run some Linux program (like Jupyter notebook or such), then it may be preferable to run docker or Ubuntu in a Virtual Machine (VM) -- the simpler option to start would be to install Ubuntu on Virtual Box for Windows. In fact, running Ubuntu in a VM may be a good first exercise before setting up a dual boot configuration. In any case, be sure to fully back up your Windows PC before starting anything (not just your files, but rather create a full system backup).

- 2,089