Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running update disables boot manager menu #683

Closed
mmccool opened this issue Nov 9, 2018 · 3 comments
Closed

Running update disables boot manager menu #683

mmccool opened this issue Nov 9, 2018 · 3 comments

Comments

@mmccool
Copy link

mmccool commented Nov 9, 2018

Running "swupd update" updates to the latest version of Clear Linux as expected, but also disables the boot manager menu (by setting the timeout to zero), which is a problem in multiboot systems where the boot manager menu is needed to select between multiple OSes. The boot menu can be restored with the following commands

  sudo clr-boot-manager set-timeout 5
  sudo clr-boot-manager update

but it would be even nicer if the system just restored the boot manager timeouts to their previous values.
May be related to this issue: #404

@mmccool mmccool changed the title Running update disables boot manager screen Running update disables boot manager menu Nov 9, 2018
@otaviobp
Copy link
Contributor

otaviobp commented Nov 9, 2018

You are right about that. This is a bug.
@bryteise, in swupd we just run clr-boot-manager update Do you know if clr-boot-manager is reseting the timeout. If so, is this a bug to be moved to clr-boot-manager?

@bryteise
Copy link
Member

bryteise commented Nov 9, 2018

I'm not aware of it being reset. @mmccool How did you initially set the timeout?

@otaviobp
Copy link
Contributor

This looks like a problem in clr-boot-manager (if this is really a problem). I'm closing this for now. If any reporter find that this is really a bug in swupd, please reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants