[Bug 512379] New: add option to configure (enable/disable) auto-changing grub/menu.lst "default #" option @ kernel-* upgrade
http://bugzilla.novell.com/show_bug.cgi?id=512379 Summary: add option to configure (enable/disable) auto-changing grub/menu.lst "default #" option @ kernel-* upgrade Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Enhancement Priority: P5 - None Component: Bootloader AssignedTo: jsrain@novell.com ReportedBy: pgnet.dev@gmail.com QAContact: jsrain@novell.com Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0 for ref, kernel-xen-2.6.27.23-34.1 lsb_release -a LSB Version: core-2.0-noarch:core-3.2-noarch:core-2.0-x86_64:core-3.2-x86_64:desktop-3.2-amd64:desktop-3.2-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.2-amd64:graphics-3.2-noarch Distributor ID: SUSE LINUX Description: openSUSE 11.1 (x86_64) Release: 11.1 Codename: n/a mkinitrd-2.4-34.2 aria2-1.4.1-1.1 zypper-1.2.0-8.1 libzypp-6.8.1-10.1 perl-Bootloader-0.5.2-2.1 yast2-bootloader-2.18.8-3.15 i've customized grub menu, e.g., cat /boot/grub/menu.lst default 0 timeout 1 gfxmenu (hd0,0)/message title Xen 3.3.1 DomU -- openSUSE 11.1 root (hd0,0) kernel /vmlinuz-xen resume=/dev/xvdb1 kbdtype=us headless text quiet nofb selinux=0 edd=off splash=silent noshell showopts initrd /initrd-xen when any kernel-* update is available from repos, @, zypper dup 'menu.lst' updates menu.lst to, e.g., cat /boot/grub/menu.lst default 0 timeout 1 gfxmenu (hd0,0)/message ###Don't change this comment - YaST2 identifier: Original name: linux### title Xen -- openSUSE 11.1 - 2.6.27.23-34 root (hd0,0) kernel /vmlinuz-2.6.27.23-34-xen root=/dev/xvdc1 resume=/dev/xvdb1 kbdtype=us headless text quiet nofb selinux=0 edd=off splash=silent noshell showopts initrd /initrd-2.6.27.23-34-xen title Xen 3.3.1 DomU -- openSUSE 11.1 root (hd0,0) kernel /vmlinuz-xen resume=/dev/xvdb1 kbdtype=us headless text quiet nofb selinux=0 edd=off splash=silent noshell showopts initrd /initrd-xen notice two primary changes -- (1) it's _added_ entries for the latest/available updates (2) it's _changed_ the "default" to the new entry. i.e., it UNset _my_ prior selection. i understand (per https://bugzilla.novell.com/show_bug.cgi?id=492895#c15) i _can_ > " ... set bootloader_type in /etc/sysconfig/bootloader to none ... (to) > ... avoid adding any new entries ..." i've no issue with having new entries added ... in fact, i arguably _prefer_ to have the updated/current boot options, i suppose. the issue is to be able to NOT switch, or in other words KEEP, the same/current grub entry selection that's selected at the beginning of the process. i'd like to see the changing of the "default #" setting be configurable. specifically to allow, e.g., adding/changing the new entries @ update, but NOT switching the user's prior set default entry selection. the current behavior is especially onerous as it's done _without_ any user notification/interaction, and can render the system un-re-bootable ... Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=512379 User jsrain@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=512379#c1 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsrain@novell.com |jreidinger@novell.com --- Comment #1 from Jiri Srain <jsrain@novell.com> 2009-07-13 01:53:39 MDT --- Josef, you already did some updates in this area so that the default entry should be preserved, or? The reason that bootloader configuration file is touched at all is that section for new installed kernel needs to be added, resp. removed for the uninstalled one. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=512379 User jreidinger@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=512379#c2 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |jsrain@novell.com --- Comment #2 from Josef Reidinger <jreidinger@novell.com> 2009-07-13 02:16:08 MDT --- It is automatic selection. I do update in this for 0.4.90 for our QA to testing new kernels. it is just for testing global variable PBL_AUTOTEST if you set it to 1 then it doesn't change kernel entry to new one. If this function is more required I can change it to more official ability like key in /etc/sysconfig/bootloader. jiri: what do you think about it? (it need change how sysconfig look and little change handling in perl-bootloader) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=512379 User pgnet.dev@gmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=512379#c4 pgnet Dev <pgnet.dev@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NORESPONSE AssignedTo|jreidinger@novell.com |jsrain@novell.com --- Comment #4 from pgnet Dev <pgnet.dev@gmail.com> 2009-09-26 12:13:12 MDT --- clearing queue -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=512379 User jreidinger@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=512379#c5 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|CLOSED |REOPENED CC| |jreidinger@novell.com Resolution|NORESPONSE | --- Comment #5 from Josef Reidinger <jreidinger@novell.com> 2009-09-29 06:05:19 MDT --- Please don't close the bug. I still plan it, but due to small priority and more serious bugs it is not in 11.2. But I plan it as it is not so big task. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=512379 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=512379 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsrain@novell.com |jreidinger@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=512379 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|add option to configure |JJ: add option to configure |(enable/disable) |(enable/disable) |auto-changing grub/menu.lst |auto-changing grub/menu.lst |"default #" option @ |"default #" option @ |kernel-* upgrade |kernel-* upgrade -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=512379 https://bugzilla.novell.com/show_bug.cgi?id=512379#c6 Bruno Friedmann <bruno@ioda-net.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED CC| |bruno@ioda-net.ch Resolution| |NORESPONSE --- Comment #6 from Bruno Friedmann <bruno@ioda-net.ch> 2011-04-03 11:12:35 UTC --- openbug-day comment : The version with which you had the bug is now obsolete. I'll close this as NORESPONSE. If you can still reproduce it in current 11.4 & factory, please reopen the bug and move it to the appropriate version. Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com