grub-devel
[Top][All Lists]
Advanced

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

Re: Variable "chosen" not being set to the last entry booted


From: Roger Cruz
Subject: Re: Variable "chosen" not being set to the last entry booted
Date: Thu, 21 Jul 2011 08:32:56 -0700 (PDT)

My bad.  I also needed to put the quotes around this one for it to work properly

set default="${saved_entry}"

Thanks for your help Jordan


From: Jordan Uggla <address@hidden>
To: The development of GNU GRUB <address@hidden>
Sent: Thursday, July 21, 2011 2:24 AM
Subject: Re: Variable "chosen" not being set to the last entry booted

On Wed, Jul 20, 2011 at 11:27 AM, Roger Cruz <address@hidden> wrote:
> I was using grub2-1.97~beta4 and had a grub.cfg file which contains
> menuentry "              Windows " {
>     saved_entry=${chosen}
>     save_env saved_entry
>     set root=NvDisk1
>     chainloader +1
> }

Grub now behaves more like bash, you need to quote your variables if
they might contain spaces. So you want something like:
saved_entry="$chosen"

--
Jordan Uggla (Jordan_U on irc.freenode.net)

_______________________________________________
Grub-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/grub-devel



reply via email to

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