I'm planning installing ubuntu gnome to a fresh ssd and setting up a dual booting system with an existing windows 10 install. From what I can tell, windows is installed in legacy bios mode.
I've seen some conflicting advice around whether it would be best to disconnect my windows 10 drive when performing the install, and then restart with the windows 10 drive back in and set up a bootloader (like grub) via the command line.
Is this neccesary, or will ubunutu be smart enough to detect the windows 10 install when I set up from a live usb and set up the dual boot for me?
Thanks for any advice - I appreciate this may be a matter of opinion if both are viable options.
Pete
sudo update-grub
. That should detect Windows, and add it to grub's boot menu. – mikewhatever Sep 30 '16 at 18:31