After installing Ubuntu again (after failed 18.04 update), I am now in a state where I think I have two GRUB installs.
My intent was to have Windows 10 on the Samsung SSD and Ubuntu on the WDC HD. During Ubuntu installation, I picked "Something Else" and chose the /dev/sda
which was the HD disk.
After all that, here is what my UEFI BIOS sees. So to me it looks like GRUB was installed on both disks. And looking at the partitions, I can see an EFI partition on the Windows SSD now.
Both Ubuntu options load to the same GRUB screen, so I want to get rid of the one on the SSD.
How do I remove the ubuntu (SATA6G_2: WDC WD10EZEX-22MFCA0)
option? And is this possible without having to run any kind of boot repair programs? I don't want to risk losing my BitLocker encrypted Windows.
EDIT: Here is the output of sudo parted -l
from Ubuntu side.
Model: ATA WDC WD10EZEX-22M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 983GB 983GB ext4
3 983GB 1000GB 17.1GB linux-swap(v1)
Model: Linux device-mapper (crypt) (dm)
Disk /dev/mapper/cryptswap1: 17.1GB
Sector size (logical/physical): 512B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 17.1GB 17.1GB linux-swap(v1)
Model: NVMe Device (nvme)
Disk /dev/nvme0n1: 512GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 17.4kB 16.8MB 16.8MB Microsoft reserved partition msftres
2 16.8MB 512GB 512GB Basic data partition msftdata
Model: NVMe Device (nvme)
Disk /dev/nvme1n1: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 473MB 472MB ntfs Basic data partition hidden, diag
2 473MB 577MB 104MB fat32 EFI system partition boot, esp
3 577MB 593MB 16.8MB Microsoft reserved partition msftres
4 593MB 499GB 499GB Basic data partition msftdata
5 499GB 500GB 842MB ntfs hidden, diag
sudo parted -l
to look at your partitions from Ubuntu. – Paul Benson Apr 11 '19 at 03:04