I want to configure dual boot with Ubuntu 19.04 and Windows 10 in my laptop.
When I read about it, I always see that people install Windows 10 first and then install Ubuntu. Why is that?
I want to configure dual boot with Ubuntu 19.04 and Windows 10 in my laptop.
When I read about it, I always see that people install Windows 10 first and then install Ubuntu. Why is that?
Because Windows acts as if other OSes do not exist during it's install process and will destroy the other present operating systems.
If you install Windows first and then proceed to install Ubuntu after it, Ubuntu will correctly detect Windows and add it to the boot list A.K.A. "bootloader", in this case GRUB, and dual boot will correctly function.
Quick note though, for best results, after finishing the Windows installation run:
powercfg -h off
in an administrator Powershell or cmd
This will make sure Windows does not prevent Ubuntu from installing by locking the drives on shutdown/reboot/hibernate.
If I remember correctly, windows bootloader is called Boot manager.
– Keith Brabant May 24 '19 at 15:03It is because it makes life easier. If Windows is installed after, you have to reload the Linux install dvd/usb, download bootrepair and reinstall grub (might have to do this after every Windows upgrade). If you are unlucky, Windows might even mess up the Linux partition badly.