Open logidelic opened 4 years ago
You can, yes, but when there are bootloader and kernel updates I found it less error prone to simply disable the nvme chroot temporarily, reboot onto the SD card, do the package upgrades, copy over the updated files to nvme, and then re-enable the chroot. Trying to do this directly from the nvme as a root device after the last round of updates left me with a non-booting system that took some work to get back into shape.
The current documentation states:
Can someone comment on exactly what files/etc are loaded from the base boot device? Clearly the kernel is loaded from the internal boot device. However, am I right in understanding from the above that all kernel modules are loaded from the internal boot device as well?
Also: After booting with the nvme hack, is it safe to mount the internal boot device and write to it (ex to update said modules) before rebooting?
Thank you!