[PATCH v2] search: Support searching for GPT partition label

2022-09-09 Thread Daniel Wagenknecht
GPT partitions have a name property that is useable for identifying the partition in Linux via root=PARTLABEL= boot argument or via /dev/disk/by-partlabel/. Add support for searching for it in GRUB. Compared to the fs label, the partition label does not change when reformatting a partition. Signed

Suggestion for grub beep notification

2022-09-09 Thread Nick F
Hi guys, I am using grub to book a dual OS computer. When I start/restart the computer, I want to be notified by a beep, so I can make the OS selection. I enabled the beep by uncommenting the line GRUB_INIT_TUNE in /etc/default/grub but the beep comes up a few seconds before the grub menu is disp