ho installato gparted per vedere le partizioni esistenti nel disco, ecco i risultati:
/dev/sda1 fat32 SYSTEM 300 MiB boot
/dev/sda2 NTFS Recovery 900 MiB hidden, diag
/dev/sda3 Unknown Microsoft reserved partition 128 Mib msftres
/dev/sda4 NTFS OS 279.45 GiB
/dev/sda5 NTFS DATA 397 GiB
/dev/sda6 NFTS Restore 20 GiB hidden, diag
non so a cosa servono quella in unknown, e di Restore…
cmq successivamente ho eseguito sudo gdisk -l /dev/sda
e ho ottenuto:
[liveuser@localhost ~]$ sudo gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.6
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 1465149168 sectors, 698.6 GiB
Logical sector size: 512 bytes
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1465149134
Partitions will be aligned on 2048-sector boundaries
Total free space is 3757 sectors (1.8 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 616447 300.0 MiB EF00 EFI system partition
2 616448 2459647 900.0 MiB 2700 Basic data partition
3 2459648 2721791 128.0 MiB 0C01 Microsoft reserved part
4 2721792 588779519 279.5 GiB 0700 Basic data partition
5 588779520 1423183871 397.9 GiB 0700 Basic data partition
6 1423183872 1465147391 20.0 GiB 2700 Basic data partition
[liveuser@localhost ~]$
la partizione dedicata all’ESP dovrebbe essere in fat32… nel momento in cui arriverò alla partizione manuale, modifico il mount point in /boot/efi sempre in fat32?