The Following User Says Thank You to @SR For This Useful Post: | ||
![]() |
2009-12-05
, 22:37
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#2
|
The Following 2 Users Say Thank You to Stskeeps For This Useful Post: | ||
![]() |
2009-12-05
, 22:52
|
Posts: 53 |
Thanked: 143 times |
Joined on Dec 2009
@ Russia
|
#3
|
![]() |
2009-12-05
, 23:02
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#4
|
![]() |
2009-12-05
, 23:35
|
Posts: 53 |
Thanked: 143 times |
Joined on Dec 2009
@ Russia
|
#5
|
![]() |
2009-12-06
, 05:17
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#6
|
![]() |
2009-12-06
, 15:34
|
Posts: 53 |
Thanked: 143 times |
Joined on Dec 2009
@ Russia
|
#7
|
The Following 2 Users Say Thank You to @SR For This Useful Post: | ||
![]() |
2009-12-07
, 09:39
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#8
|
So the most useful from it right now would be the list of kernel modules in the right order to load and some ideas on what to do with mounted parts of file system (described in the first post).
The Following User Says Thank You to fanoush For This Useful Post: | ||
![]() |
2009-12-07
, 09:52
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#9
|
![]() |
2009-12-07
, 10:13
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#10
|
Another strange thing is that in /sbin/preinit pivot_root is done without moving the parts of filesystem that are already mounted.
The Following User Says Thank You to fanoush For This Useful Post: | ||
Firs of all is it really necessary to do
Another strange thing is that in /sbin/preinit pivot_root is done without moving the parts of filesystem that are already mounted. If it is not done than i suppose we should mount them again as it is done in /etc/init.d/rcS if the root has been changed (but i think than they will be mounted two times in old root and new). But if we are booting from internal flash i think it will generate warnings. I think the right way id to remove mounts from /etc/init.d/rcS and do the pivot_root somehow like this:
I've got past the /etc/init.d/rcS script during the boot process from card. The screen shows that the devise is booting (first it starts the boot animation, then the screen goes blank and indicator flashes yellow and green, then it starts playing the animation but noting happens after that). Which stage of the boot process is that? How can I get the system boot log at that time?
I see that the /etc/init.d/rc script stops all the scripts in /etc/rc?.d/ but which script starts them? (so that i can add some output in that script and see on which script the system hangs).