What does /tmp/bootlog.txt show?
tcz's are not extracted, unless you are using copy2fs flag. Extensions are squashfs read only file systems that get loop mounted. Currently every extension has to be mounted one by one......making a single big extension reduces the amount of mounting stages.
Hi Paul,
It looks like:
0.1 - Build TCZ list
7.1 - Mount TCZ (95)
28.9 - Add to file system
4.1 - Execute startup scripts
0.1 - udev trigger
So a lot of time is indeed going for copying files to file system by extracting tcz files as I am indeed using copy2fs.flg
And same is shown in detail at `/var/log/messages` as
Rich suggested to check after adding that bootcode.
Lots of mount & busybox commands slowly with every second, not like something is holding up & everything else is fast. I would have provided the log file itself but I don't have networking enabled so I can't export the log file easily. But I will click pictures if you guys still wish to take a look at it.