I have windows 10 installed on my pc. It was originally windows 8. I was wondering how to dual boot with Ubuntu. I want Ubuntu to be default but I still want to keep windows so I can play video games without paying for a VM. Is it as easy as hitting the Ubuntu download button and selecting an option for dual boot? Also, why do I need to download Ubuntu to a USB drive? I just want it installed on my computer and if I need to change back to windows for gaming then have that option at startup.
Asked
Active
Viewed 42 times
0
-
The way I do it is to make a bootable USB with Ubuntu, the restart the PC with USB key in (and BIOS set up to boot on the USB), then install from the USB. In the end of course you no longer need the USB, you'll have a dual boot with Ubunter by default, but you can choose Windows in the grub (on startup). – anderstood Nov 16 '16 at 20:22
1 Answers
2
Question: "Is it as easy as hitting the Ubuntu download button and selecting an option for dual boot?"
Answer: No
Question: "why do I need to download Ubuntu to a USB drive?"
Answer: You can't install Ubuntu from inside Windows. (Well, techincally there's Wubi, but do not use it) You need to burn the ISO to a USB drive or DVD because you need to be able to boot the computer from the ISO. As the BIOS isn't smart enough to be able to read the ISO directly from the disk, you have to boot it from some other medium.
Read this, or else you'll be doomed to failure, frustration, and possible data loss.

You'reAGitForNotUsingGit
- 14,809
-
So, basically install Ubuntu on a USB drive, then use the USB to install Ubuntu to my computer? Will that still give be dual boot? Or erase windows? – maddie123 Nov 16 '16 at 20:28
-
@maddie123 - 1) Yes. 2) As I said in my answer, read this: http://askubuntu.com/questions/221835/installing-ubuntu-on-a-pre-installed-windows-10-with-uefi – You'reAGitForNotUsingGit Nov 16 '16 at 20:29
-
-
@maddie123 - See this page: https://en.wikipedia.org/wiki/Disk_partitioning – You'reAGitForNotUsingGit Nov 16 '16 at 20:33