[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: correct grub2 menuentry stanza for chainloading xen.efi?
From: |
Andrei Borzenkov |
Subject: |
Re: correct grub2 menuentry stanza for chainloading xen.efi? |
Date: |
Mon, 30 Mar 2015 21:03:43 +0300 |
В Mon, 30 Mar 2015 10:55:37 -0700
address@hidden пишет:
> > It would be
> >
> > search --fs-uuid 94C3-29F3 --set
> >
> > :) I'm serious. It avoids all issues with
> > case-insensitive/case-preserving filesystem and grub should still open
> > file using both names.
>
> Avoiding the issue works around it well enough. Ideally would like to know
> the 'full' answer; not 100% convinced anyone does atm.
I checked what search --file does and it simply tries to open file. So
use any file name that grub can open.
>
> I'm 50% certain I tried that before, and it didn't. To be fair, I've also
> changed 'things' since then.
>
> Will try this ^^ again.
>
> LT