Run sysupgrade or upload the new file with LuCI.
When upgrading with ExtRoot mounted, your configuration in ExtRoot will be saved and restored to the
overlay in Flash memory. So if you have a specific emergency configuration, be sure to boot without ExtRoot before starting the upgrade.After the reboot, you will be in the base system (that is, your configuration, but without ExtRoot). Run these commands to get back on track:
opkg update
opkg install block-mount
opkg install kmod-fs-ext4
opkg install kmod-usb-storage
mount /dev/sda1 /mnt
rm /mnt/etc/.extroot-uuid
reboot
After this reboot, either everything will be working again (/dev/sda1 mounted to /overlay) or – if there was a new kernel in that upgrade – /dev/sda1 might be mounted to /overlay-disabled. In that case, you have to recreate ExtRoot (save your configuration first).
If your previous ExtRoot mounted fine, you might want to update your packages there. It is important to NOT upgrade kernel modules as this might break things. The ExtRoot Wiki Page lists a command to only update non-kernel-packages:
opkg upgrade $(opkg list-upgradable | awk '($1 !~ "^kmod|Multiple") {print $1}')Code language: JavaScript (javascript)
Thanks, mentioning the UUID helped me to figure out why my old extroot usb drive wasn’t mounted properly. Since i do not have an emergency boot config in the “real” root, i just mounted the usb drive to another folder, cleaned it completely, and installed a new extroot with the tar-cp-pipe mentioned in the OpenWRT wiki.
hi,
i had a link to this blog post at the old location (https://blog.mbirth.uk/2014/05/26/openwrt-sysupgrade-with-extroot.html). it broke, because the .de redirect redirects to https://blog.mbirth.uk/archives/2014/05/26/openwrt-sysupgrade-with-extroot.html, but that has an extra /archives wrt the new setup.
if you wonder, the link is from the readme here: https://github.com/attila-lendvai/openwrt-auto-extroot
Hi Attila, thanks for updating the link. I’ve switched blog software on the .de domain a few years ago and when moving to the .uk domain, I just did this 1:1 redirect. I’m glad it’s sorted now. 🙂