0

I want to transition into the world of Ubuntu, I dual booted Ubuntu once before and although I could run Ubuntu, The option to select either Windows or Ubuntu never appears when I restart the PC, it went directly to the Windows Boot Manager. I could access Ubuntu by pressing ESC for the start up menu, then manually select Ubuntu.

With this install I want to make sure this doesn't happen, Any help would be highly appreciated! Thank you!

EDIT:My windows is installed in C drive which happens to be an SSD(128GB), I installed ubuntu on space which i partitioned from a 1TB hard drive,Also windows is installed in UEFI mode The specs of my machine are as follows:

OS:Win 10 Home

System Model Name:HP-PAVILION Notebook

BIOS mode :UEFI

Processor:Intel Core i7-6700HQ@2.60GHz

Also Legacy support is enabled and secure boot is disabled , i CANNOT change the status of secure boot as it seems to be grayed out

1 Answers1

0

You should provide details on the actual specs of your computer. As @K7AAY mentioned, you need at least two different drives. Most OS boot loaders are stored in the MBR by default, which is kind of a space in a storage drive, so if you install first Ubuntu (using the default settings) and then Windows, Windows overwrites Ubuntu's boot system. If you install first Windows and then Ubuntu, Ubuntu could overwrite Windows' boot system, or, at least be unreachable without modifying the boot order settings in your UEFI settings.

So, if you have two different drives, you don't have to worry about any of this. At most, you would only need to set a default HDD to boot from in your UEFI settings, and I recommend setting Ubuntu's as default, since it's possible to boot Windows using grub, but not the other way around (again, speaking about defaults).

In other words, let's say you already have two physical storage drives, like a Samsung SSD and a Seagate HDD. You'd install Windows in the Seagate drive and Ubuntu in the Samsung one. At this point, Ubuntu should recognize you've already installed Windows in your computer, adding it as a boot option to grub. Then, finally, you would have to go to UEFI/BIOS and look for the boot order settings, setting the Samsung drive as the first option and you're good to go.