Tue Jan 03, 2017 7:17 pm
Wed Jan 04, 2017 6:14 am
lib/live/boot/9990-overlay.sh
lib/modules/4.8.0-0.bpo.2-amd64/kernel/fs/overlayfs
lib/modules/4.8.0-0.bpo.2-amd64/kernel/fs/overlayfs/overlay.ko
bin/boot/9990-overlay.sh
Wed Jan 04, 2017 12:38 pm
That script does nothing unless you run it separately from refractasnapshot. That's dzz's script that I borrowed to make refractasnapshot uefi-capable. I left it in there in case someone wants to do some of the steps manually for testing or development.I also edited "/usr/lib/refractasnapshot/mk-grub-efi-image" file and replaced union=aufs to union=overlay.
Wed Jan 04, 2017 4:57 pm
Wed Jan 04, 2017 6:18 pm
loading essential drivers ... modprobe: module overlay not found in modules.dep
(initramfs): overlay not available
Wed Jan 04, 2017 6:47 pm
Wed Jan 04, 2017 9:32 pm
Wed Jan 04, 2017 11:16 pm
http://forum.doozan.com/read.php?2,13355,13355,quote=1
Re: [SOLVED| Debian Kirkwood kernel 3.10.4 udev does not enumerate USB devices in rootfs pre-mount?
It turned out that there was indeed a subtle change in the kernel 3.10.x regarding Kirkwood USB devices. The ehci-orion driver was part of the kernel before 3.10.x but now introduced as kernel module to be loaded during boot (I have not looked at the source code, but it seems to be the case). There is a new config option, and I did not notice that with "make oldconfig".
The same config options that worked in kernel 3.9.11, but now in 3.10.x the USB modules were loaded too late during boot, and USB rootfs was not found by initrd.
So what I did was rebuild the kernel with the ehci orion USB modules in the kernel image instead of part of initrd [...]
Thu Jan 05, 2017 1:59 pm
Thu Jan 05, 2017 2:47 pm