Most questions and answers I’ve seen so far (like this one) are addressing solely booting problems after removing one OS from systems with a single SSD/HDD, but multiple partitions.
In my case, each OS has its own dedicated SSD and I assume that, after disconnecting the first Win10 SSD, the second Ubuntu SSD (which has been installed afterwards) does not boot maybe because of missing MBR.
Is there an way to fix booting on Ubuntu SSD alone, without OS reinstall?
sudo update-grub
command in terminal and post the output in your question please. – PRATAP Oct 03 '18 at 21:42sudo update-grub
: Generating grub configuration file ... Found linux image: /boot/vmlinuz-4.15.0-36-generic Found initrd image: /boot/initrd.img-4.15.0-36-generic Found linux image: /boot/vmlinuz-4.15.0-34-generic Found initrd image: /boot/initrd.img-4.15.0-34-generic ... ... ... ... ... Found linux image: /boot/vmlinuz-4.13.0-36-generic Found initrd image: /boot/initrd.img-4.13.0-36-generic Found memtest86+ image: /boot/memtest86+.elf Found memtest86+ image: /boot/memtest86+.bin Found Windows 10 (loader) on /dev/sda1 done – Teodor Tite Oct 04 '18 at 11:24