0

I want to install Ubuntu and learn Linux. I've been using Raspbian a bit and really would like to get away from Windows as much as possible. The only problem is some of the games I use requires Windows for now. Also, I'm taking classes through Coursera and using online tutorials to learn Linux from and would like an operating system installed besides the Raspbian I have on my Pi.

I have a desktop computer with Windows 10 installed on a SSD (M.2 if it matters) and another HDD used to store files. I have a new 1 TB HDD I'd like to install Ubuntu on. My plan is to install it and place the GRUB bootloader on the new drive. I can then point the UEFI to that drive as the primary boot drive and GRUB should allow me to choose Linux or Windows. My thought is if I do this, I can change the boot order in UEFI back to C:\ drive and have the machine boot directly to Windows as it does now. Then I have the option of having a dual boot system or a Windows only system. Is this viable? Should I use the whole drive for Linux?

Also, I'm reading a couple different opinions on disabling Secure Boot and Fast Boot from the UEFI. Any reason not to disable these in my plan above?

Any other advice is welcome. I appreciate the help!

Zanna
  • 72,312

1 Answers1

2

Independent drive with Ubuntu

It seems you want a 'complete' drive, that can you can boot into Ubuntu. Such a drive is independent of the drive with Windows, and you can make it according to the instructions at this link (it works for external and internal drives)

Boot Ubuntu from external drive

If you don't modify the ESP (EFI system partition) on the first internal drive /dev/sda , you can press a hotkey to get a temporary boot menu. And you can select to boot Ubuntu or Windows from this temporary menu.

Standard installation

Otherwise let Ubuntu's installer automatically modify the ESP on the first internal drive /dev/sda and give you a grub menu.

This is what the Ubuntu's installer will do, when you install Ubuntu into a computer with another operating system. You can install Ubuntu into a partition or partitions in the same drive or in another drive.

It is possible to let the installer modify the partitions and create new partitions. It is also possible, and maybe easier, to use gparted to create the partitions you want before starting Ubuntu's installer.


So decide what you want, and if necessary ask about some details, and then go ahead.

Installing Ubuntu Alongside a Pre-Installed Windows with UEFI

http://askubuntu.com/questions/743095/how-to-prepare-a-disk-on-an-efi-based-pc-for-ubuntu

How to use manual partitioning during installation?

sudodus
  • 47,684