In my system (MSI GS60) I have 2 SSD (on a Raid0) for Windows, and an HDD where I want to create a partition to install Ubuntu.
I have been reading about the optimizations you need to do to install Ubuntu on an SSD (such as the noatime
attribute), but given that I am going to install Ubuntu on my HDD, I would like to know:
- Is it necessary for me to do the same SSD optimizations? (I will still mount the SSD Raid, formatted in NTFS, even though Ubuntu is not installed there)
- Is there any way I can use the Windows Boot Loader to detect the Ubuntu Partition?
- If I install Grub, where should I install it: HDD or SSD? If I install it on the SSD is there any SSD optimization I should take care of so that Grub reduces the number of writes?
Thanks!