I want to install ubuntu on separate ssd alongside windows 10.
Disk 1 with w10 is listed in ubuntu installer as sdb
Disk 0 on which i want to install ubuntu is listed as sda
So my question is, how should my partition table look like? :) Where do i need install grub, sda or sdb?
Until now i have only been using one drive for dual-boot.
Thanks in advance!
have a nice day :)
sudo parted -l
. Shows install with screen shots. Both BIOS purple accessibility screen & UEFI black grub menu screen https://help.ubuntu.com/community/UEFI – oldfred May 13 '18 at 17:42sudo update-grub
to get grub to find it. And grub will not find Windows if Windows fast start up/hibernation is on as then it cannot read the NTFS partition. – oldfred May 14 '18 at 14:35