[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Read the UUID of a partition into a variable
From: |
Adam Purkrt |
Subject: |
Re: Read the UUID of a partition into a variable |
Date: |
Tue, 7 Jul 2015 21:05:15 +0200 |
On Mon, Jul 6, 2015 at 11:33 PM, Goh Lip <address@hidden> wrote:
>
>
> On 07/07/2015 02:24 AM, Adam Purkrt wrote:
>>
>> Is it possible to read the UUID of a partition into a variable in grub?
>
>
>
> probe -u $root --set=abc
>
> use $abc as uuid variable of $root
>
>
Exactly what I was looking for.
Splendid. Thank you very much!
Adam