Closed Biosias closed 8 months ago
Since sda
, sdb
, sdc
etc are dependent on the order the kernel loads the disks, I would rather choose something invariant. Would it also be acceptable to add the PARTUUID
or the PARTLABEL
/LABEL
to the title instead?
Yes, you are right. I think LABEL would be the best in terms of readability.
Fixed in: https://github.com/projg2/installkernel-gentoo/commit/d652c3292c1354e5bd9da1db2efe7207a743ea6a
Let me know if this works better for you.
I'm currently testing
virt-firmware
approach on our machines and I've encoutered following problem.In case of systems with multiple EFI partitions (for example 3), when I want to run
make install
for each of them. 3 UEFI entries will be generated with the same label. This makes me unable to determine which entry is for which partition from the UEFI boot menu. Would it be possible to also append partition name to the Label of UEFI entry.Examples:
Current case looks like this:
Output of the solution could look something like this: