pop-os / system76-driver

System76 Driver for Pop!_OS
Other
112 stars 29 forks source link

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

Open brs17 opened 4 years ago

brs17 commented 4 years ago

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'