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

2011-07-21 Thread Jordan Uggla
On Thu, Jul 21, 2011 at 8:32 AM, Roger Cruz wrote: > 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 You're welcome. In the future though please be sure not to use html when sending email to technica

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

2011-07-21 Thread Roger Cruz
le "chosen" not being set to the last entry booted On Wed, Jul 20, 2011 at 11:27 AM, Roger Cruz wrote: > I was using grub2-1.97~beta4 and had a grub.cfg file which contains > menuentry "  Windows " { >     saved_entry=${chosen} >     save_env saved_entr

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

2011-07-21 Thread Roger Cruz
0x480"   insmod gfxterm    if terminal_output gfxterm; then true ; else terminal gfxterm   fi From: Jordan Uggla To: The development of GNU GRUB Sent: Thursday, July 21, 2011 2:24 AM Subject: Re: Variable "chosen" not being set to the last entry

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

2011-07-20 Thread Jordan Uggla
On Wed, Jul 20, 2011 at 11:27 AM, Roger Cruz 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,

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

2011-07-20 Thread Roger Cruz
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 } After upgrading to grub2-1.99~rc1-13ubuntu3 and that stanza no longer works correctly.  "saved_en