hunglingho Posted Tuesday at 02:34 PM Share Posted Tuesday at 02:34 PM when updating my orange pi 5, I got the following error. What can I do to fix it? ``` update-initramfs: Armbian: Symlinking /boot/uInitrd-5.10.160-legacy-rk35xx to /boot/uInitrd ln: failed to create symbolic link '/boot/uInitrd': Operation not permitted update-initramfs: Symlink failed, moving /boot/uInitrd-5.10.160-legacy-rk35xx to /boot/uInitrd renamed '/boot/uInitrd-5.10.160-legacy-rk35xx' -> '/boot/uInitrd' update-initramfs: Armbian: done. ``` 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted Wednesday at 10:40 AM Share Posted Wednesday at 10:40 AM Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed. 0 Quote Link to comment Share on other sites More sharing options...
hunglingho Posted Wednesday at 12:09 PM Author Share Posted Wednesday at 12:09 PM https://paste.armbian.com/uqihegagec 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted Wednesday at 03:51 PM Share Posted Wednesday at 03:51 PM This must be one of early images with FAT boot partition. I think its safe to ignore ... scripts can't do symbolic links on FAT. 0 Quote Link to comment Share on other sites More sharing options...
SteeMan Posted Wednesday at 06:28 PM Share Posted Wednesday at 06:28 PM On 9/3/2024 at 10:34 AM, hunglingho said: update-initramfs: Armbian: Symlinking /boot/uInitrd-5.10.160-legacy-rk35xx to /boot/uInitrd ln: failed to create symbolic link '/boot/uInitrd': Operation not permitted update-initramfs: Symlink failed, moving /boot/uInitrd-5.10.160-legacy-rk35xx to /boot/uInitrd renamed '/boot/uInitrd-5.10.160-legacy-rk35xx' -> '/boot/uInitrd' update-initramfs: Armbian: done. As Igor says, I'm assuming you have a separate /boot partition that is FAT separate from your / root partition. In that case, this would be a normal 'warning' message for a system that has a FAT /boot partition. All of my devices fall in that category (with a FAT /boot partition) and I see this message for every update. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.