Energy wrote: Sat Nov 16, 2019 4:59 am
The only Location available with ESP is Sda1
However the ESP option will install it on the old slow HD?
i can't completely understand this screen below, i mean:
will the Grub be installed on the HD so the boot will be from there? and be slower than Ssd?
Why don't install it directly on SSD?
Let's see what we have:
Your rotating drive:
Code: Select all
Model: ATA HGST HTS541010A7 (scsi) : Disk /dev/sda: 1000GB
sda
├─sda1 vfat SYSTEM 72DF-E82C
├─sda2
├─sda3 ntfs DATA 7E56F38C56F34385
└─sda4 ntfs RECOVERY 68A660C9A66098F8
Number Start End Size File system Name Flags
1 1049kB 274MB 273MB fat32 EFI system partition boot, esp
2 274MB 290MB 16.8MB Microsoft reserved partition msftres
3 290MB 1000GB 999GB ntfs Basic data partition msftdata
4 1000GB 1000GB 523MB ntfs Basic data partition hidden, diag
and your SSD:
Code: Select all
Model: Samsung SSD 960 EVO 250GB (nvme) : Disk /dev/nvme0n1: 250GB
nvme0n1
├─nvme0n1p1
├─nvme0n1p2 ntfs 48B2B1CDB2B1BFAC
├─nvme0n1p3 ntfs F6E4394AE4390DFD
└─nvme0n1p4 ext4 rootMX19 195fae52-e7b6-4687-869a-5fd224057583
Number Start End Size File system Name Flags
1 17.4kB 134MB 134MB Microsoft reserved partition msftres
2 135MB 132GB 132GB ntfs Basic data partition msftdata
3 132GB 133GB 851MB ntfs hidden, diag
4 133GB 250GB 117GB ext4
So, what do we find. When you installed WinOS on the SSD, you missed to create a EFI System Partition (ESP) on the nvme-SSD, and perhaps take away the esp-flag from the existing ESP. And as there was a valid ESP ( sda1 vfat) on the "old" drive the win-installer have used this ESP to place it's windows EFI-loader into.
A proposed partition layout might be look like this.
The SSD:
Code: Select all
Model: Samsung SSD 960 EVO 250GB (nvme) : Disk /dev/nvme0n1: 250GB
nvme0n1
├─nvme0n1p1 vfat 512MB EFI system partition boot, esp
├─nvme0n1p1 Microsoft reserved partition msftres
├─nvme0n1p2 ntfs Window (C:) msftdata
├─nvme0n1p3 ntfs Basic data partition hidden, diag
└─nvme0n1p4 ext4 Linux
The Data-disk:
Code: Select all
Model: ATA HGST HTS541010A7 (scsi) : Disk /dev/sda: 1000GB
sda
└─sda1 ntfs DATA
Not sure How to fix this without reinstalling Windows and MX Linux .