Hi all! I've a live USB that is not booting because I've updated its kernel and there're missing modules dependencies, but previously I created a copy of vmlinuz0 to the persistent storage while running the live USB media.
Now I want to mount the persistent overlay storage file in another linux machine in order to rollback to the previous kernel.
I'm seeing the following files:
/LiveOS/livecd-iso-to-disk
/LiveOS/osmin.img
/LiveOS/overlay-KINGSTON-######
/LiveOS/squashfs.img
Which file should I mount and how? in order to have access to the persistent overlay storage.
TIA!
---------- Post added at 05:00 PM CST ---------- Previous post was at 11:31 AM CST ----------
Well, I finally solved this issue by creating a new live USB and replacing vmlinuz0 since I didn't want to lose the customization. Anyway I'd like to know if it's possible to mount the overlay file from another linux machine.