You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: