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

19.10: Updating on fresh install leads to error running actions #141

Open
brs17 opened this issue Jan 28, 2020 · 0 comments
Open

19.10: Updating on fresh install leads to error running actions #141

brs17 opened this issue Jan 28, 2020 · 0 comments
Assignees

Comments

@brs17
Copy link
Contributor

brs17 commented Jan 28, 2020

Distribution (run cat /etc/os-release):
Pop!_OS 19.10

Issue/Bug Description:
Did a fresh install of 19.10 (debug iso 32) and then ran updates. Got the following error. Looks to be related to not running grub on this system. Should check to make sure that grub and systemd-boot logic coexist in all necessary places.

INFO	product_version: 'orxp1'
ERROR	Error running actions:
Traceback (most recent call last):
  File "/usr/bin/system76-driver-cli", line 71, in <module>
    action_runner = ActionRunner(product['drivers'])
  File "/usr/lib/python3/dist-packages/system76driver/actions.py", line 236, in __init__
    if action.isneeded:
  File "/usr/lib/python3/dist-packages/system76driver/actions.py", line 162, in isneeded
    self._isneeded = self.get_isneeded()
  File "/usr/lib/python3/dist-packages/system76driver/actions.py", line 624, in get_isneeded
    lines = self.read().splitlines()
  File "/usr/lib/python3/dist-packages/system76driver/actions.py", line 595, in read
    return open(self.filename, 'r').read()
FileNotFoundError: [Errno 2] No such file or directory: '/etc/default/grub'
@jackpot51 jackpot51 self-assigned this Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants