FS#38693 - [grub] /etc/grub.d/10_archlinux does not include save_default_entry

Attached to Project: Arch Linux
Opened by Andrew Boktor (andrewboktor) - Monday, 27 January 2014, 22:52 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 26 February 2014, 07:03 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
Ronald van Haren (pressh)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description:
/etc/grub.d/10_archlinux does not include save_default_entry at each menu entry. This results in GRUB_SAVEDEFAULT=true to not do what it is intended to.

Additional info:
* package version(s)
This is using top of tree on Monday 27th Jan 2014: grub 1:2.02.beta2-1

* config and/or log files etc.


Steps to reproduce:
Add the following lines to /etc/default/grub
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true

regenerate grub config
sudo grub-mkconfig -o /boot/grub/grub.cfg

reboot, choose a non default entry that is generated by 10_archlinux (e.g. Arch fallback, will call it entry_2)
reboot again, entry_2 is not chosen by default

Expected result:
After the second reboot, entry_2 should be the default entry.
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Wednesday, 26 February 2014, 07:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  2.02.beta2-2
Comment by Keshav Amburay (the.ridikulus.rat) - Sunday, 09 February 2014, 01:06 GMT
Please test updated 10_archlinux script at http://ix.io/ap6 .
Comment by Andrew Boktor (andrewboktor) - Monday, 17 February 2014, 18:31 GMT
Yes, this works for me, thank you very much.
Comment by Larry Johnson (keepitsimpleengineer) - Monday, 17 February 2014, 20:53 GMT
Yes, this works for me also, thank you very much.
Comment by Tobias Powalowski (tpowa) - Tuesday, 25 February 2014, 11:34 GMT
Please try 2.02.beta2-2 package from testing repository.

Loading...