View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004966 | Kali Linux | Kali Package Bug | public | 2018-09-08 18:51 | 2018-10-12 17:28 |
Reporter | Michael J | Assigned To | steev | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Product Version | 2018.3 | ||||
Summary | 0004966: Raspberry Pi 3 / kali arm / apt-get upgrade - Errors were encountered while processing: raspi3-firmware | ||||
Description | When I do a apt-get upgrade I get this error -- The following packages have been kept back: after that Setting up raspi3-firmware (1.20180619-1) ... Not sure how to fix it.. | ||||
I reproduced the error today Format SD Card 32Gb Sony Class 10
Burn SD Card
Boot
Gparted
Update: "In terminal"
Upgrade "In Terminal"
Same error as described.. -- Next test..
|
|
I think this error explains your problem: Error: missing /boot/firmware, did you forget to mount it? Run the command: mount | grep /boot You should see something similar: /dev/mmcblk0p1 on /boot (..snipped..) If you don't see anything, mount the boot partition and run the upgrade command again: mount /dev/mmcblk0p1 /boot |
|
every time i try to upgrade i had the same problem |
|
any solutions ? |
|
Didn't solve it..
|
|
same with me or if i dind't get this firmware error the upgrade corrupt the filesystem |
|
The error comes because of a change made in the 2018.3 release to use the Debian package for the firmware. Unfortunately, there was never an update during the process of adding it so I never ran into the issue before release. There is a workaround, to at least get rid of the error. You'll want to add the following to /etc/fstab: tmpfs /boot/firmware tmpfs rw 0 0 At the bottom, and then simply run "mount /boot/firmware" (or reboot) and re-run the update. This allows the package to update, which is good, but does not copy the new files into place. Debian uses a different mounting layout than we do, and their check is for /boot/firmware to be mounted, instead of just /boot. Once the update succeeds, you will want to cp /usr/lib/raspi3-firmware/* /boot/ to use the new firmware. I'm still working out a better long term solution. |
|
thank you for the reply if i finished at work i try it |
|
Thanks for the work around.. I tried the solution on a new install and there it worked like a charm... I'm not sure if it would work after an rpi-firmware upgrade but for now I can live with this solution. So again, THANKS |
|
The solution sticks around if you added the tmpfs one to /etc/fstab - otherwise, next time there's an upgrade, you'll have to do it again. I still haven't worked out a good lasting solution yet, unfortunately, aside from going back to manually updating the firmware, but still trying to figure out the best path forward. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2018-09-08 18:51 | Michael J | New Issue | |
2018-09-09 08:29 | Michael J | Note Added: 0009617 | |
2018-09-09 21:04 | amo | Note Added: 0009618 | |
2018-09-10 06:46 | Betyar | Note Added: 0009620 | |
2018-09-12 08:37 | Betyar | Note Added: 0009701 | |
2018-09-13 05:51 | Michael J | Note Added: 0009709 | |
2018-09-13 06:31 | Betyar | Note Added: 0009710 | |
2018-09-13 16:52 | steev | Note Added: 0009719 | |
2018-09-13 16:53 | steev | Assigned To | => steev |
2018-09-13 16:53 | steev | Status | new => assigned |
2018-09-14 06:46 | Betyar | Note Added: 0009723 | |
2018-09-15 06:25 | Michael J | Note Added: 0009727 | |
2018-10-12 17:28 | steev | Note Added: 0009812 |