I have a dual boot set up where windows and ubuntu are on separate disks. I installed the boot loader on the disk Ubuntu is installed and then set it as the primary disk. With Ubuntu 20.04 is released, Im think of of installing it fresh. How would I go about doing that ?
NAME MOUNTPOINT LABEL SIZE FSTYPE FSUSED UUID
sda 931.5G
└─sda1 /media/me/DATA DATA 931.5G ntfs 237.1G 5292683C92682727
sdb 447.1G
├─sdb1 [SWAP] 18.6G swap ce9111f7-159f-4b0f-a64e-dab27666db50
├─sdb2 620M vfat 0C7F-374B
└─sdb3 / 427.9G ext4 29.2G ccb20ebc-99b8-4ae7-9e0e-b58ed40906c2
nvme0n1 238.5G
├─nvme0n1p1 /boot/efi 260M vfat 85.1M E671-5EEE
├─nvme0n1p2 16M
├─nvme0n1p3 Windows 237.2G ntfs 608E449B8E446C1A
└─nvme0n1p4 Windows RE tools 980M ntfs 78463CE9463CA9B0
This is what I have sdb 447.1G
– rustyocean Apr 24 '20 at 16:39├─sdb1 swap 18.6G [SWAP]
├─sdb2 vfat 620M
└─sdb3 ext4 427.9G /
lsblk -o name,mountpoint,label,size,fstype,fsused,uuid | egrep -v "^loop"
– oldfred Apr 24 '20 at 17:05I put the bootloader on the ssd that has ubuntu and then made it primary. This way if something goes wrong I could just pull the drive and go back to Windows normally without having messed with its bootloader.
– rustyocean Apr 24 '20 at 17:51