rEFInd pulls its partition names from either the filesystem's name (as set by various OS tools) or the partition's name (as set by partitioning tools). The name you cite is most likely the latter, so you'd want to use a partitioning tool to rename the partition. If you don't know what tool to use, try my GPT fdisk (gdisk). The c option on gdisk's main menu changes a partition's name. (You'll also need to use w to write the changes to disk.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello:
I want to rename the windows boot option from Legacy_FAT_32_Unnamed_partition to Windows 10.
How can I accomplysh this?
rEFInd pulls its partition names from either the filesystem's name (as set by various OS tools) or the partition's name (as set by partitioning tools). The name you cite is most likely the latter, so you'd want to use a partitioning tool to rename the partition. If you don't know what tool to use, try my GPT fdisk (
gdisk
). Thec
option ongdisk
's main menu changes a partition's name. (You'll also need to usew
to write the changes to disk.)