Currently I have a single 1TB HDD with Windows 7 and Ubuntu 17.10 installed. Now I've bought an SSD and now I'm facing a problem I can't find the answer for. My plan is something like this:
- Delete Ubuntu 17.10
- Install Ubuntu 18.04 LTS on the SSD with some partitions on SSD and some on HDD
- Somehow tell the newly installed GRUB how to boot Windows 7.
While I can manage task #1 just fine (duh!), and with some research #2 shouldn't be too big of an issue either. However, I have no idea about #3. Would grub just pick it up while being installed by Ubuntu's graphical installer, or would I have to do some config tinkering to make it work? What would I have to do in the second case?
EDIT: My Win7 is using BIOS boot, not UEFI.
sudo update-grub
will find & let you boot Windows. Also good idea to reinstall Windows boot loader to Windows drive and set BIOS to boot Ubuntu drive. only use Something Else install option. You should have most or all of Ubuntu on SSD and data at /mnt/data on HDD. – oldfred Jun 19 '18 at 19:01