How can I dual boot Windows on SSD and Ubuntu on HDD? [Windows on SSD is already installed]
I am facing problem while installing on HDD, at the end display suddenly automatically off, black screen.
How can I dual boot Windows on SSD and Ubuntu on HDD? [Windows on SSD is already installed]
I am facing problem while installing on HDD, at the end display suddenly automatically off, black screen.
If you have Windows already installed on SSD, you shouldn't do anything to SSD and only focus how to install Ubuntu on HDD independently, so that you can choose the system to boot in the BIOS. Then you could simply add Windows entry to Grub boot menu and set the primary drive to boot in BIOS to HDD.
In order to add Windows entry to Grub menu, it could be helpful to look at this post Add Windows 10 to GRUB OS list or do it easier (by GUI) with Grub Customizer. In both approaches you need to know the name of Windows main partition, which you can obtain using lsblk command.
The only question that remains is: why you cannot install Ubuntu individually? Can you give us more details about the installation process? Have you been using the Secure Boot???, e.g. in the BIOS, when you was choosing the media with Ubuntu (DVD or pendrive) to boot for installation, did you spot that the same media name come with two copies, one of them preceded with UEFI:?
At last, if you ever get an idea to install both systems on the same drive, which in my opinion is much more risky, here is a guideline: How to Dual Boot Ubuntu 20.04 LTS Along with Windows 10
sudo update-grub
in terminal. to put Windows on the boot menu. – C.S.Cameron May 02 '20 at 04:44