grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] search for partition using GPT GUID


From: George Buranov
Subject: [patch] search for partition using GPT GUID
Date: Fri, 12 Feb 2010 21:21:36 +0300

Hello everybody.

I have just implemented support for GPT GUID search and I am really interested in providing this patch for integration.Who is in chief here, we can discuss details =)

Patch is included. The syntax is now the following

# Entry 1 - Chainload another bootloader
menuentry "Chainload LILO"
{
    search --no-floppy --gpt-guid --set a97fa026-fa15-8244-b272-5bff98b1c522
    chainloader /boot/elilo.efi
}

As I said before, search over GPT GUIDs is much safer then in FS UUID (see topic below)

Regards,
Georgy

Attachment: gpt_guid.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]