-
|
Installed on a 2017 MacBook Air A1466. Automatic updates hasn't ever really worked properly, most of the time it's failed but works when I press the "Refresh" button.
Tried to follow instructions for recovery from various Ubuntu forum posts, but all I have is the eOS install usb and terminal through the terminal doesn't have enough permission apparently to make changes to the installation system. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I managed to use Super Grub2 to access the grub menu and boot to an older kernel. |
Beta Was this translation helpful? Give feedback.
-
|
It was an outdated broadcom driver for the WiFi. For whatever reason during update DKMS failed to build the old driver into both the 6.14 and 6.17 kernel, dpkgs sh** the bed, and update decided that both kernels were broken. Forcing the driver to update fixed everything. Fix process below:
|
Beta Was this translation helpful? Give feedback.
It was an outdated broadcom driver for the WiFi. For whatever reason during update DKMS failed to build the old driver into both the 6.14 and 6.17 kernel, dpkgs sh** the bed, and update decided that both kernels were broken. Forcing the driver to update fixed everything.
Fix process below:
cd /tmpwget https://archive.ubuntu.com/ubuntu/pool/restricted/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.debsudo apt install ./broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb